Hi i have make a small test application with infragistics web controls.
Localy in my pc run ok.
When i upload to hoster and try to run i take that error :
Server Error in '/' Application.--------------------------------------------------------------------------------
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 'Infragistics2.WebUI.WebDataInput.v8.2, Version=8.2.20082.2022, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 30: <compilation debug="false" strict="false" explicit="true">Line 31: <assemblies>Line 32: <add assembly="Infragistics2.WebUI.WebDataInput.v8.2, Version=8.2.20082.2022, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />Line 33: <add assembly="Infragistics2.WebUI.Shared.v8.2, Version=8.2.20082.2022, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />Line 34: </assemblies>
Source File: x:\xxxxxxxxxxxxxx\xxxxxxxxxxxxxx\xxxxxxxxxxxxxx\xxxxxxxxxxxxxx\www\xxxxxxxxxxxxxx\xxxxxxxxxxxxxx\demo\web.config Line: 32
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Infragistics2.WebUI.WebDataInput.v8.2, Version=8.2.20082.2022, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' could not be loaded.
WRN: Assembly binding logging is turned OFF.To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.Note: There is some performance penalty associated with assembly bind failure logging.To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
--------------------------------------------------------------------------------Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
Can somenone help me solve the problem?
Thanks In Advance
Giorgos
Giorgos,
The assemblies that are referenced by your application need to either be in the GAC of the server that you are deploying to or you need to include them in the Bin directory of your application when you deploy it to the server. The deployment overview in the help has details on what assemblies you need to deploy for the controls that you are using:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=Web_Deployment_Overview.html
Let me know if you have any questions with this matter.