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
400
Could not load file or assembly error
posted

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