Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form design Problem - The designer could not be shown

Status
Not open for further replies.

rambleon

Programmer
Mar 6, 2004
130
IL
Hi,
I'm using VB.Net (VS 2002) to create a windows form.
After adding an OleDbDataAdapter and OleDbConnection I
clicked the form design tab and got the following:

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

Any ideas how I can resolve this problem and get the
design view back.??
 
Form1 should start something like:

Public Class Form1
Inherits System.Windows.Forms.Form


Hope this helps.
 
try deleting the resx file via the solution explorer then i will rebuild that.

Christiaan Baes
Belgium

I just like this --> [Wiggle] [Wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top