Current filter:
                                You should refresh the page.
                                0
                                  • I downloaded the new release of DevXpress and built the project with the 'copy local' for the dll's set to true. The webv11.1 dll is in the bin of the project and also in the DEVXpress folder under program files but still throws up this error.

                                    Server Error in '/CRMTest' 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.v11.1\, Version\=11.1.8.0 Culture\=neutral\, PublicKeyToken\=B88D1754D700E49A' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)

                                    Source Error:

                                    Line 17: <compilation debug="true" targetFramework="4.0">
                                    Line 18: <assemblies>
                                    Line 19: <add assembly="DevExpress.Web.v11.1, Version=11.1.8.0 Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
                                    Line 20: <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
                                    Line 21: <add assembly="DevExpress.Data.v11.1, Version=11.1.8.0 Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
                                     

                                    Source File: C:\DeployCRM\web.config Line: 19

                                    --------------------------------------------------------------------------------
                                    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237

                                0

                                Hello Randy,

                                Thank you for contacting us. Usually this issue occurs when there aren't no any of the assembly files required for a used Product/Suite (see instructions from the Deployment - General Information help topic regarding this).

                                However, based on the exception's error message, I see that there are strange unexpected "/" symbols in the assembly name.

                                Please upgrade your project via the Project Converter tool, and copy all required assembly files manually to the "Bin" directory from the DevExpress installation directory (c:\Program Files (x86)\DevExpress 2011.1\Components\Sources\DevExpress.DLL\).

                                Take a look at the Upgrade Notes help topic to learn more about downgrade/upgrade procedures.

                                Thanks,
                                Mike

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.