In my previous post I have noted that I have been installing my new laptop so migrating all my applications from MS Team Suit Source Control to my local folders.
This case of course causing many problems during solution builds.
In one of the control projects, while I was building the project I got the following error message.
Type 'Microsoft.Web.UI.WebControls.TabStrip' is not defined.
This error has occured since I have forgotten to install the
Microsoft Internet Explorer WebControls Version 1.0.
Microsoft Internet Explorer WebControls has the Tab controls in it which has helped me use tabs in asp.net web pages.
After installing the Internet Explorer WebControls using the iewebcontrols.msi installation file I has resolved the errors.
If you have a similar problem you can download and install it from
ASP.NET Internet Explorer Web Controls page.