Fix – Assembly binding logging is turned OFF


0

Assembly binding logging is turned OFF error will be displayed when you attempt to install a ASP.NET application on the server. This error will also occur if you upload files containing third party components such as Telerik ASP.NET Control Suite.

Following error will be displayed on the screen if you upload files containing Telerik RadMenu control.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly ‘RadMenu.Net2’ or one of its dependencies. The system cannot find the file specified.

Source Error

Line 1:  <%@ Register Assembly=”RadMenu.Net2″ Namespace=”Telerik.WebControls” TagPrefix=”radM” %>
Line 2: 
Line 3:  <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd“>
Assembly Load Trace: The following information can be helpful to determine why the assembly ‘RadMenu.Net2’ could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Resolution

In order to fix the above error, you need to make the domain or relevant folder as an ASP.NET application using the control panel provided by your web hosting provider.

If your control panel doesn’t provide any option to make your site/folder an ASP.NET application then you need to contact your provider and submit a support ticket.


Like it? Share with your friends!

0

What's Your Reaction?

hate hate
0
hate
confused confused
0
confused
fail fail
0
fail
fun fun
0
fun
geeky geeky
0
geeky
love love
0
love
lol lol
0
lol
omg omg
0
omg
win win
0
win
Anand Narayanaswamy
Anand Narayanaswamy is the editor-in-chief of Learnxpress. He was a Microsoft Most Valuable Professional (MVP) for a period of 9 years. He is a ASPInsider based in Trivandrum, Kerala State, India. Anand is the author of Community Server Quickly published by Packt Publishing.

One Comment

Your email address will not be published. Required fields are marked *