Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reference Error

Status
Not open for further replies.

wallaceoc80

Programmer
Jul 7, 2004
182
GB
In an application I am developing I am using the Infragistics NetAdvantage UltraWebTab control. However, I keep on getting the error below when I try to debug my application. I have checked the references for my project and it already has a reference to 'Infragistics.WebUI.Shared.v2.1'.


Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0011: Referenced class 'Infragistics.WebUI.UltraWebTab.UltraWebTab' has base class or interface 'Infragistics.WebUI.Shared.IUltraLicensedComponent' defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics.WebUI.Shared.v2.1'.


Has anybody come across this before or does anybody know the solution?

Regards,

Wallace
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top