Hi I am getting following errors in my ASP.net Application which uses Infragistic NetAdvantage_ASPNET_20081_CLR20_Product
I have tried complete unistall and reinstall but it still doesnt work.
Most irritating part is that the same source code working fine in other mahcines.
Please help
Error 478 The type 'Infragistics.WebUI.Util.Serialization.ISupportPresetSerialization' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.WebUI.Shared.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 475 The type 'Infragistics.WebUI.Shared.IUltraLicensedComponent' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.WebUI.Shared.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 481 The type 'Infragistics.WebUI.Shared.ISmartCallbackRender' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.WebUI.Shared.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 482 The type 'Infragistics.WebUI.Shared.IProvideStyleSheet' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.WebUI.Shared.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 484 The type 'Infragistics.WebUI.Shared.IProvideDefaultStyles' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.WebUI.Shared.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 483 The type 'Infragistics.WebUI.Shared.IProvideAppStyling' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.WebUI.Shared.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 486 The type 'Infragistics.WebUI.Shared.ILinkedCallBackManager' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.WebUI.Shared.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 485 The type 'Infragistics.WebUI.Shared.ICallBackResponseRenderer' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.WebUI.Shared.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 477 The type 'Infragistics.WebUI.Design.IProvideDesignTimeHtml' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.WebUI.Shared.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 476 The type 'Infragistics.WebUI.Design.IGetClientSideEvents' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.WebUI.Shared.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 479 The type 'Infragistics.WebUI.CalcEngine.IUltraCalcParticipant' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.WebUI.Shared.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Hello,
Please make sure that your web.config file contains the following line in the assemblies section:
<add assembly="Infragistics2.WebUI.Shared.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
This part is already mentioned in web.config file.
<add assembly="Infragistics35.WebUI.UltraWebChart.v12.1, Version=12.1.20121.2072, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
However, still error is appearing saying "The type 'Infragistics.WebUI.Design.IGetClientSideEvents' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics35.WebUI.Shared.v12.1, Version=12.1.20121.2072, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'"
Kindly help me to resolve this issue. Your prompt response is really appreciable.
As i mentioned this working fine on others machine, as this is already added in web.config.
This was working fine earlier in my machine but doesnt work anymore.
Please suggest