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
90
Build Error.
posted
Hi All, I am using infragistics controls for 2.0. When I add MonthViewer Control to my web page, its giving following build errors. Please help me in resolving these. Error 1 The type 'Infragistics.WebUI.WebControls.SmartWebControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.WebUI.Shared.v8.3, Version=8.3.20083.1009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'. C:\Documents and Settings\Satheesh\My Documents\Visual Studio 2008\Projects\WebApplication1\WebApplication1\Default.aspx.designer.cs 32 71 WebApplication1 Error 2 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.3, Version=8.3.20083.1009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'. C:\Documents and Settings\Satheesh\My Documents\Visual Studio 2008\Projects\WebApplication1\WebApplication1\Default.aspx.designer.cs 32 71 WebApplication1 Error 3 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.3, Version=8.3.20083.1009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'. C:\Documents and Settings\Satheesh\My Documents\Visual Studio 2008\Projects\WebApplication1\WebApplication1\Default.aspx.designer.cs 32 71 WebApplication1 Thanks in advance, Satheesh M
Parents
  • 45049
    Verified Answer
    posted

    It looks like your website is missing a reference to the Infragistics2.WebUI.Shared.v8.3 assembly, or that it's expecting a version of this assembly (8.3.20083.1009) that's different than the one you have.  Add a reference to this version of this assembly to your project.

    In general, this reference should be added automatically.  You might also want to consider re-running the Toolbox Utility to ensure that your Visual Studio Toolbox tabs refer the same version of the NetAdvantage assemblies that you have installed.

Reply Children