hello
I just uninstalled my prior version of win controls, and installed the latest sp2 build. I then tried to compile my project, which had been working fine. I am now getting several build errors like this:
*********
Warning 1 The designer cannot process the code at line 126:
this.radTabStrip.TabScrollButtonsPosition = Telerik.WinControls.UI.TabScrollButtonsPosition.RightBottom;
The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer again. C:\Documents and Settings\hchattaway.PINPOINT\My Documents\Visual Studio 2005\Projects\ErrorLog\ErrorLog\ImportErrors.Designer.cs 127 0
***********
and this:
**********
Error 2 The type or namespace name 'RadTabStrip' does not exist in the namespace 'Telerik.WinControls.UI' (are you missing an assembly reference?) C:\Documents and Settings\hchattaway.PINPOINT\My Documents\Visual Studio 2005\Projects\ErrorLog\ErrorLog\ImportErrors.Designer.cs 461 40 ErrorLog
***********
Are these correct? did the namespaces change??
All of the references are pointing to dll's dated 7/10/07
But I can compile the sample's project no problem...
HELP!
Harold
I just uninstalled my prior version of win controls, and installed the latest sp2 build. I then tried to compile my project, which had been working fine. I am now getting several build errors like this:
*********
Warning 1 The designer cannot process the code at line 126:
this.radTabStrip.TabScrollButtonsPosition = Telerik.WinControls.UI.TabScrollButtonsPosition.RightBottom;
The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer again. C:\Documents and Settings\hchattaway.PINPOINT\My Documents\Visual Studio 2005\Projects\ErrorLog\ErrorLog\ImportErrors.Designer.cs 127 0
***********
and this:
**********
Error 2 The type or namespace name 'RadTabStrip' does not exist in the namespace 'Telerik.WinControls.UI' (are you missing an assembly reference?) C:\Documents and Settings\hchattaway.PINPOINT\My Documents\Visual Studio 2005\Projects\ErrorLog\ErrorLog\ImportErrors.Designer.cs 461 40 ErrorLog
***********
Are these correct? did the namespaces change??
All of the references are pointing to dll's dated 7/10/07
But I can compile the sample's project no problem...
HELP!
Harold