I ran across a problem today with new forms/classes not showing up in IntelliSense, and the source not compiling when I try to instantiate recently added forms.
I added these forms within a folder under the project, and the new forms show up in the folder namespace in the Class View.
Yet these forms don't show up and I can't reference them in other classes.
I noted that their namespace is
To regain the ability to use these new forms, I had to remove the .Forms section of their namespace from the designer.cs code.
Can anyone please tell me whether I'm doing something incorrectly? Should I organize a group of forms, for example, differently other than creating a project folder?
Thanks for any insight!
Tess
TessPosted Feb 27, 2007, 3:46 PM
I just need to reference each class with its complete namespace.
Then they show up fine. I don't know why this didn't occur to me before.
:)
Tess