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!
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!