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'.
Have you modified anything involving this assembly since the previous time it was working? For example, have you upgraded versions?
If you have upgraded to a newer version than 8.1.20081.1000, then please search through your application and make sure that all references to build 1000 are updated to the version that you have installed.
Another thing you can check, as long as you are working with a web application and not a web site project, is to see if the reference to the Infragistics.Shared assembly has CopyLocal set to true.
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
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"/>