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

App_LocalResources does not exist

1 Answer 172 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sebastiaan
Top achievements
Rank 1
Sebastiaan asked on 11 Oct 2011, 11:49 AM
When inserting a table I get the following error:

The type or namespace name 'App_LocalResources' does not exist in the namespace 'Test' (are you missing an assembly reference?) C:\Users\...\Report.Designer.cs)


tableGroup4.Groupings.AddRange(new Telerik.Reporting.Data.Grouping[] { new Telerik.Reporting.Data.Grouping(global::Test.App_LocalResources.Default_aspx.HyperLink14Resource1_ToolTip)});



1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 12 Oct 2011, 02:50 PM
Hi Sebastiaan,

Are you following our best practices and Creating a Simple Report articles i.e. creating a separate class library to hold  your reports and reference that in your actual application? By the looks of the error, it would seem that you have added Telerik Reports directly to a web site project which has numerous limitations and should be avoided.

Greetings,
Steve
the Telerik team

Q2’11 SP1 of Telerik Reporting is available for download (see what's new). Get it today.

Tags
General Discussions
Asked by
Sebastiaan
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or