Could not load the assembly ‘Infragistics4.WebUI.Documents.*'
New DiscussionHi ,
The project is using Infragistics Ultimate 2014 Vol 1 . References are added in Web.config to ‘Infragistics4.WebUI.Documents.* .
But at run time these assemblies are not getting loaded . Following error is showed
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 ‘Infragistics4.WebUI.Documents.Reports.v14.1, Version=14.1.20141.2011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb’ or one of its dependencies. The system cannot find the file specified.
Source Error:
|
Line 22: <add assembly=”Infragistics4.WebUI.WebDataInput.v14.1, Version=14.1.20141.2011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb”/> Line 23: <add assembly=”Infragistics4.WebUI.WebSchedule.v14.1, Version=14.1.20141.2011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb”/> Line 24: <add assembly=”Infragistics4.WebUI.Documents.Reports.v14.1, Version=14.1.20141.2011, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB”/> Line 25: <add assembly=”Infragistics4.WebUI.Documents.Reports.v14.1, Version=14.1.20141.1000, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB”/> Line 26: <add assembly=”Infragistics4.WebUI.Documents.Excel.v14.1, Version=14.1.20141.2011, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB”/> |
These assemblies are exiting in GAC.
Please let me know where I need to add the reference to these assemblies.
Regards,
Anuradha