problem creating an inherited form

  • Thread starter Thread starter Michel Diemunsch
  • Start date Start date
M

Michel Diemunsch

Hello

I have created a new Windows Application.
Visual has createt the form Form1
I compile and run application.
I quit the application and want to create a new form that inherits from
Form1
I go to the menu "Inherited Form"
I choose the base class : Form1
When the designer wants to display the new inherited Form I have an error
message saying Form1 is not in the assembly !!!
Why ?
I don't understand !
Thanks for you help
 
Back
Top