Click here to Skip to main content
15,891,644 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
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.ASPxPivotGrid.v11.2, Version=11.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The module was expected to contain an assembly manifest.

Source Error:


Line 26:         <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Line 27:         <add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Line 28:         <add assembly="DevExpress.Web.ASPxPivotGrid.v11.2, Version=11.2.5.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
Line 29:         <add assembly="DevExpress.PivotGrid.v11.2.Core, Version=11.2.5.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
Line 30:         <add assembly="DevExpress.Web.ASPxEditors.v11.2, Version=11.2.5.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
Posted

You have added some thrid party control for which, it is not able to find the DLLs.

Check your referencces in the asp.net application. Be sure about the version number specified.

If you are uploading a partial build on some server, you may want to make sure that the respective DLLs are there in the bin folder.
 
Share this answer
 
Comments
haluk_78 15-Oct-12 8:12am    
I see...I'll check it out...
Thanks
Have you installed the dev express setup OR Is it exists in GAC ,to check write assembly in RUN command.
 
Share this answer
 
Quote: Plato says
Most likely, you have not deployed all the required DLLs to the web server. Please refer to the Deployement[^] topic, to learn how to properly deploy an application which uses the ASPxPivotGrid.
 
Share this answer
 
Guys,

The solution comes from the server provider. Not devexpress...

We contacted with them and ask them to help us...and they wanted us to send them dll files...after we sent, the website is working at last...

Thanks for helping for anyone...
 
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