Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Could not load the assembly ‘Infragistics4.WebUI.Documents.*'
posted

Hi ,

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

Parents
No Data
Reply
  • 71886
    Suggested Answer
    Offline posted

    Hi Anuradha,

    You need to make sure that your licenses.licx file is empty if you changed versions.

    You need to reference these assemblies in your project as well. And you need to reference them only for one version, so please remove the 1000 version of Reports.

    From the error I assume that your project is able to find the first two assemblies, so please make sure that you have referenced Reports as well.

    If you still experience this issue, please send over the project so we can examine it and eventually help you to fix this.

Children
No Data