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
Hello, I got the version 13.1 and installed. I am getting the follwoing error in my local when I try to run the application. Any help would be appreciated.
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load file or assembly 'Infragistics4.Web.v13.1, Version=13.1.20131.2188, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.Source Error:
[No relevant source lines]
Source File: none Line: 0 Assembly Load Trace: The following information can be helpful to determine why the assembly 'Infragistics4.Web.v13.1, Version=13.1.20131.2188, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' could not be loaded.
=== Pre-bind state information === LOG: User = MININT-3B0KO0E\Manager LOG: DisplayName = Infragistics4.Web.v13.1, Version=13.1.20131.2188, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb (Fully-specified) LOG: Using host configuration file: LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.LOG: Post-policy reference: Infragistics4.Web.v13.1, Version=13.1.20131.2188, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cbLOG: The same bind was seen before, and was failed with hr = 0x80070002.
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
Hi Suhaib,
I'm glad to hear that.
Do not hesitate to ask if you have any other questions.
Thanks a lot , It's Work, Done.
Suhaib