hi.!
When i deploy the asp.net app in production server it's given an error.
as follows
Server Error in '/iletest' Application.Configuration ErrorDescription: 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 'Infragistics4.WebUI.Documents.v10.3, Version=10.3.20103.1013, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.Source Error:Line 14: <add assembly="Infragistics4.Web.v10.3, Version=10.3.20103.1013, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB" />Line 15: <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />Line 16: <add assembly="Infragistics4.WebUI.Documents.v10.3, Version=10.3.20103.1013, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB" />Line 17: <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />Line 18: <add assembly="Infragistics4.WebUI.Excel.v10.3, Version=10.3.20103.1013, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB" />Source File: C:\inetpub\wwwroot\iletest\web.config Line: 16Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Hi suhaibnm,
It seems that the WebUI.Documents assembly could not be found. I would suggest you to check if it is in the GAC or in your application's bin folder, or remove the reference if you are not using it in your project.
Let me know if this helps.
Thanks a lot , It's Work, Done.
Suhaib
Hi Suhaib,
I'm glad to hear that.
Do not hesitate to ask if you have any other questions.
Hello John,
Thank you for posting in our forum.
It seems to me that there are still some references to dlls from your previous version (6.2) that are causing this exception. I would suggest you to search your whole project and replace all references to the old assemblies.
Hope this helps.
I have upgraded from Infragistics.WebUI.UltraWebGrid.v6.2 to Infragistics2.WebUI.UltraWebGrid.v11.1 and I receive the following error message:
Error 2 C:\inetpub\wwwroot\MediCOE\Content\controls\OrderBuilder.ascx: ASP.NET runtime error: Could not load file or assembly 'Infragistics.WebUI.UltraWebGrid.v6.2, Version=6.2.20062.1060, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified. C:\inetpub\wwwroot\MediCOE\Content\controls\OrderBuilder.ascx 1 1 MediCOE
I am unsure how to resolve this issue as it is not a problem amongst the 80 or so other pages. If there is some place to clear a cache or temporary files I would most certainly like to know the locations. This is an urgent matter as I need to perform a build for SQA today. Please provide me with assistance as soon as you can.
P.S. - I have uninstalled all prior versions of the Infragistics controls.
-Thanks,
John W