This is a migrated thread and some comments may be shown as answers.

Can't build Sales Dashboard project due to 'missing assembly reference'

1 Answer 64 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chuck Beilman
Top achievements
Rank 1
Chuck Beilman asked on 28 Jul 2010, 04:49 PM
Have tried to build the Sales Dashboard sample project (in both VS 2008 and VS 2010) without success.  The error is:
  
Error 2 The type or namespace name 'UI' does not exist in the namespace 'Telerik.SalesDashboard.Web' (are you missing an assembly reference?)
...\Telerik.SalesDashboard.Web\App_Code\ToolTipWebService.cs...

The using Telerik.Web.UI; statement in ToolTipWebService.cs is causing the problem.  Does a reference to Telerik.Web.UI need to be added to the solution?  I tried that, but it leads to other build errors.  Since the Sales Dashboard project solution was downloaded from the Telerik site, all necessary DLLs should be included in the solution. Any ideas on resolving this issue?



1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 02 Aug 2010, 09:45 AM
Hello Chuck,

Can you please verify that you have a valid reference to the Telerik.Web.UI.dll in the sample project and this assembly is present under the Telerik.SalesDashboard.Web/bin sub-folder? Thus the references to Telerik classes/namespaces from within the ToolTipWebService class should be resolved as expected.
 
Kind regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Chuck Beilman
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or