tags:

views:

21

answers:

0

Hello, I have serious problem, in vb.net 2008 I have a project with many forms, I want design Based form and inherits other forms from it. So I designed my form, with all components and named it FRMBASE.VB, and inherits other forms from it But only see the following error :

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

Instances of this error (1)

  1. Hide Call Stack at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager manager) at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager) at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager) at System.ComponentModel.Design.Serialization.BasicDesignerLoader.BeginLoad(IDesignerLoaderHost host)

Please help me, Thanks for cooperate