Wednesday, January 20, 2010

Designer View Not Available in VS 2003

There are times when Visual Studio 2003 fails to identity Windows Forms in your projects and displays it just as any normal CS files. This would literally rob you of chance of working on the Designer View of the Form.

Solution to this is quite simple, all you need to do is use the Visual Studio Editor to exclude the particular File ( along with its RESX files ) and include it back again. That's pretty much it and you have your Designer View back.