Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have prepared a web site. Host trust level = medium. . net 4.0. 4.0 supports host. I configured my computer as a medium trust level I was working locale. Web site is trying to locale. However, when sending to host or Config Error Catastrophic Failure error. I'm waiting your help.

Server Error in '/deneme' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'DevExpress.CodeParser.v11.2, Version=11.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 56:        <compilation targetFramework="4.0" debug="true">
Line 57:            <assemblies>
Line 58:                <add assembly="DevExpress.CodeParser.v11.2, Version=11.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
Line 59:                <add assembly="DevExpress.Printing.v11.2.Core, Version=11.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
Line 60:                <add assembly="DevExpress.Data.v11.2, Version=11.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />

Source File: D:\inetpub\sivassydv.gov.tr\www\deneme\web.config    Line: 58

Assembly Load Trace: The following information can be helpful to determine why the assembly 'DevExpress.CodeParser.v11.2, Version=11.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' 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].

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Posted
Updated 14-Feb-12 23:02pm
v2
Comments
Herman<T>.Instance 15-Feb-12 6:12am    
is this dll DevExpress.CodeParser.v11.2 in your GAC?

1 solution

The issue is it cannot find the dll for DevExpress.CodeParser.v11.2. You need to either install it into the GAC or copy it into the BIN directory.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900