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

Entries in 'designer.vb' file being changed to 'Telerik.Charting' controls

1 Answer 41 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Amy
Top achievements
Rank 1
Amy asked on 09 Feb 2011, 05:59 PM
I'm running into an odd issue and was wondering if anyone might know why this is happening...

I use Visual Studio 2010 with the Telerik ASP.NET AJAX (v.2010.3.1215.35) controls.  Recently some Telerik Charting controls were added to the Visual Studio project.  Since then, occasionally, when going to build I get an error related to a 'designer.vb' file (the aspx and .vb page does not use any charting controls). 

Upon looking in the 'designer.vb' file, the cause of the error is a result of the declaration of other controls which are used on the page being changed from 'Global.Telerik.Web.UI...' to 'Global.Telerik.Charting...'  For example instead of 'Global.Telerik.Web.UI.RadComboBox' to 'Global.Telerik.Charting.RadComboBox'.

To resolve the error I simply change the declaration back to what it should be.  So for the example described above I change the declaration back to 'Global.Telerik.Web.UI.RadComboBox'.  The Visual Studio project will build without errors after making the corrections.

This issue has also happened with the Telerik Reporting controls.  The declaration in the 'designer.vb' file changes from '...Web.UI...' to '...Reporting...'.

Any ideas would be greatly appreciated.  It's an easy fix to correct, but can be time-consuming and is annoying.  Please let me know what other information I can provide which may help.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 14 Feb 2011, 05:39 PM
Hello Amy,

Unfortunately we are unable to reproduce the problematic behavior in our local tests and we have not received similar reports so far. Could you open a formal support ticket and send us a runnable sample application that we can investigate locally?


Best wishes,
Giuseppe
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
General Discussions
Asked by
Amy
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Share this question
or