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.
It sounds like you are still missing the reference to the Shared assembly. You should see this in your web.config:
<add assembly="Infragistics35.WebUI.Shared.v12.1, Version=12.1.20121.2072, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
If you can provide your web.config I can take a look at it and see if there is anything else out of place.
HI,
I am getting these same errors:
Error 1 The type 'Infragistics.WebUI.Shared.ISmartCallbackRender' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics45.WebUI.Shared.v14.1, Version=14.1.20141.2011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'. \\psf\Home\Documents\Visual Studio 2013\Reccelerator\Reccelerator\EventManagement\GlobalCalendar.aspx.designer.cs 31 74 Reccelerator Error 2 The type 'Infragistics.WebUI.Shared.IUltraLicensedComponent' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics45.WebUI.Shared.v14.1, Version=14.1.20141.2011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'. \\psf\Home\Documents\Visual Studio 2013\Reccelerator\Reccelerator\EventManagement\GlobalCalendar.aspx.designer.cs 31 74 Reccelerator Error 3 The type 'Infragistics.WebUI.WebControls.SmartWebControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics45.WebUI.Shared.v14.1, Version=14.1.20141.2011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'. \\psf\Home\Documents\Visual Studio 2013\Reccelerator\Reccelerator\EventManagement\GlobalCalendar.aspx.designer.cs 31 74 Reccelerator
Can I please send my webconfig or something to you to fix this issue? I'm going by the youtube video Get Started with the Web Schedule Control.
Thanks,
NK