Hi,
I am able to run my code in development where the infragistics controls are installed. I have copied the DLL files to the bin folder on my test server and I'm receiving this runtime error:
Could not load file or assembly 'Infragistics.Web, Version=13.2.20132.2109, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.
Here are my references in the VS project:
<add assembly="Infragistics4.Web.v13.2, Version=13.2.20132.2109, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/> <add assembly="Infragistics4.WebUI.Documents.v10.3, Version=10.3.20103.2187, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/> <add assembly="Infragistics4.WebUI.Excel.v10.3, Version=10.3.20103.2187, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/> <add assembly="Infragistics4.WebUI.UltraWebChart.v10.3, Version=10.3.20103.2187, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/> <add assembly="Infragistics4.WebUI.Shared.v10.3, Version=10.3.20103.2187, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/> <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> <add assembly="Infragistics4.WebUI.WebHtmlEditor.v10.3, Version=10.3.20103.2187, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/> <add assembly="System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> <add assembly="Infragistics4.WebUI.UltraWebGrid.DocumentExport.v10.3, Version=10.3.20103.2187, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/> <add assembly="Infragistics4.WebUI.UltraWebGrid.v10.3, Version=10.3.20103.2187, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
These dll files have been copied to the bin folder on my test server. What else am i missing?
Thanks,
Steve
I am checking the progress of this issue. Please let me know if you have additional questions!
Could not load file or assembly 'Infragistics4.Win.UltraWinToolbars.v13.2, Version=13.2.20132.2075, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Thank you very much for your response. I was able to fix the issue.
Regards,