Windows Develop Bookmark and Share   
 index > Windows Forms Designer > [RESOLVED] Problem using Form Templates
 

[RESOLVED] Problem using Form Templates

Hello Everyone!

I have built a form called Template.vb, it is a blank form that consists of two timers with a little bit of code. When I try to add a new Inherited Form to my project using the Template Form I get an error, and the designer will not come up.

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: TemplateTest --- The base class 'Object' could not be loaded. Ensure the assembly has been referenced and that all projects have been built.

Can someone please tell me what I did wrong??

code nemisis  Monday, September 21, 2009 4:58 PM
  • Marked As Answer bycode nemisis Monday, September 21, 2009 5:18 PM
  •  
code nemisis  Monday, September 21, 2009 5:18 PM
  • Marked As Answer bycode nemisis Monday, September 21, 2009 5:18 PM
  •  
code nemisis  Monday, September 21, 2009 5:18 PM

You can use google to search for other answers

Custom Search

More Threads

• Regarding User Control
• Form contents change at runtime: designer-able?
• dynamically sizing a datagrid view for scroll bars
• How to find "LostFocus" Event in the Properties window for Control ToolStripTextBox?
• ExpandableObjectConverter with multiple objects.
• Tabs Voluntarily Rearrange Themselves...
• query regarding the Autos and Locals windows in .net 2003 environment
• Don't want design mode
• How to host a WebControl in my custom designer
• Loading cursors from the resource in VS 2003 C++.NET