Click here to Skip to main content
15,887,404 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
Server Error in '/' 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.Web.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 35:        <compilation debug="true" strict="false" explicit="true" targetFramework="4.0">
Line 36:            <assemblies>
Line 37:                <add assembly="DevExpress.Web.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
Line 38:                <add assembly="DevExpress.Data.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
Line 39:                <add assembly="DevExpress.Printing.v13.2.Core, Version=13.2.5.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>

Source File: D:\inetpub\vhosts\synionicwarranty.com\httpdocs\web.config    Line: 37

Assembly Load Trace: The following information can be helpful to determine why the assembly 'DevExpress.Web.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' could not be loaded.



from where i can load this assemblies..?
Posted
Comments
Richard MacCutchan 7-Jun-14 8:27am    
Have you installed them on your system?
[no name] 7-Jun-14 8:27am    
Did you copy the DevExpress libraries to your website?
shakeer mp 7-Jun-14 8:30am    
from were i can load the libraries

1 solution

Hi,

It seems that you have missed out some dlls in your project.

Please follow these steps to solve your problem.

1. I hope you installed the devexpress in your system. let assume the poth as "c:\devExpress\"

2. Open you project or solution in Visual Studio and right click on the solution, just select "Add Reference" in the floating menu.

3. Select the dll available in the above devExpress location. Those dlls are just moved in to the "bin" folder of your solution.

4. Now compile the application.

In Some situations, you may have the reference the above dll in your application.
You should check that, the application pool you are using is compatible with the assembly.
I have encountered these kind of errors in my past. Please check that dll is 32 or 64 bit.
If it is 32 bit, then open the IIS and select the respective app pool and go to "Advanced setting" and "Enable 32-bit Applications" to "True".

Hopes this helps!

Thanks!

S Francis
My ASPDotNet Blog
 
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