Problems with an Inherited Form

G

Guest

I'm working on a series of projects, all of which have some fundamental things in common. Those common elements are abstracted into a form which the projects inheret from. I started a new project, and added ParentForm.cs to it via the Solution Explorer. (Right Click -> Add -> Existing Item) If I right click on ParentForm.cs, and click "View Designer," everything works just fine. If I right click on ChildForm.cs, and click "View Designer," I get the following error: "An exception occured while trying to create an instance of <namespace>.ParentForm. The exception was 'Object reference not set to an instance of an object." Oddly enough, the ChildForm project compiles /and/ executes just fine. I'm stumped. Suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top