Form not recognised as a form in VB.NET

  • Thread starter Thread starter Sylvain Provencher
  • Start date Start date
S

Sylvain Provencher

Hello,

I use windows form that inherits from a "template" form. Sometimes, these
inherited form doesn't appear as a form in the solution explorer. So I can't
open them in design mode.

I tried to close/reopen, I tried to rebuild my solution. Nothing works.

Where VS store this information ? can I edit it somewhere ?

Thanks a lot...
 
* "Sylvain Provencher said:
I use windows form that inherits from a "template" form. Sometimes, these
inherited form doesn't appear as a form in the solution explorer. So I can't
open them in design mode.

I tried to close/reopen, I tried to rebuild my solution. Nothing works.

Where VS store this information ? can I edit it somewhere ?

Did you add more than one class to the source file? Did you remove the
parameterized constructor? Did you delete the form's RESX file?

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
 
Back
Top