I keep getting this error when starting a new form project in Visual Studio C# 2010. I think I may have renamed a file from within the properties manager, but not sure!
The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: Form1 --- The base class 'System.Object' cannot be designed.
How can I solve this problem?
Warnings also include:
Warning 1 The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file:
Form1 --- The base class 'System.Object' cannot be designed. 0 0