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
No Data
Reply
  • 570
    posted

    Hi,

    I ran across the same problem as I added ultrawebgrid in the project (Infragistics2.WebUI.UltraWebGrid.v9.1.dll), and tried to fix it by the following article as suggested:

    http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Web_Adding_an_Assembly_to_a_Project.html

    But it did not worked for me. All I had to do was to add the dll (Infragistics2.WebUI.Shared.v9.1.dll) in the project, and the build was successful.

Children
No Data