N
nagar
I'm upgrading my C# project from .NET 1.1 to .NET 2.0 and I've noticed
the following.
I have a base class called UserControl1 that inherits from
UserControl.
Then I created another class (BatchActionControl) that inherits from
my UserControlDerived and, although the applications runs correctly, I
get an error when trying to open FinalClass in the VS 2005 designer
Thanks.
Andrea
Here's the error I get.
Cannot show the design window for the file, because none of the
contained classes can be designed.
BatchActionControl --- cannot load the base class “UserControl1”.
Verify the existence of a reference to the assembly and that all the
projects have been generates
in
System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager
manager)
in
System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager
manager)
in
Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager
serializationManager)
in
Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32
fReload)
the following.
I have a base class called UserControl1 that inherits from
UserControl.
Then I created another class (BatchActionControl) that inherits from
my UserControlDerived and, although the applications runs correctly, I
get an error when trying to open FinalClass in the VS 2005 designer
Thanks.
Andrea
Here's the error I get.
Cannot show the design window for the file, because none of the
contained classes can be designed.
BatchActionControl --- cannot load the base class “UserControl1”.
Verify the existence of a reference to the assembly and that all the
projects have been generates
in
System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager
manager)
in
System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager
manager)
in
Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager
serializationManager)
in
Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32
fReload)