System.windows.Forms not found 
Author Message
 System.windows.Forms not found

Hi

Sometimes, but not all the time, VS Studio says to mo me he cannot find
System.Windows.Forms, if I use it in "imports System.Windows.Forms" by
example.

The thing who puzzles me it that it is ok in some projects and not found in
some s projects. The Path variable has the god path, so it should find it
all the time.

I would be grateful for any help, thank you.

Richard

ps. : Excuse-me for cross posting, not sure wich is the good group



Tue, 31 May 2005 19:16:14 GMT  
 System.windows.Forms not found
Hi

Sometimes, but not all the time, VS Studio says to mo me he cannot find
System.Windows.Forms, if I use it in "imports System.Windows.Forms" by
example.

The thing who puzzles me it that it is ok in some projects and not found in
some s projects. The Path variable has the god path, so it should find it
all the time.

I would be grateful for any help, thank you.

Richard



Tue, 31 May 2005 19:14:00 GMT  
 System.windows.Forms not found
Here is the answer I had on another group, problem solved :
*****
I'm guessing that it is found in the projects that you started as a
Windows Form project and it doens't oin the Console Projects.

This is because VS.Net requires you to explicitly create a Reference to
the libraries that you require (even the ones that are n'gened, in the
GAC, and registry). So, all you have to do is right-click on references,
click on Add Reference and then in the windows scroll down to
System.Windows.Form and double-click it, and click OK, or Add.
*****



Tue, 31 May 2005 21:53:52 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. How to find the location of windows and windows\system folders

2. Unhandled exception in system.windows.forms.dll (in my main form) - argh

3. Error in System.Windows.Forms.Form.UpdateLayered()

4. VB.NET - Subclassing System.Windows.Forms.Form?

5. 'System Database' property not found

6. Find Windows System Directory via VBA?

7. Namespace not found error (System.Web.Mail)

8. Finding the Windows "SYSTEM" folder

9. SOLVED Finding the Windows "SYSTEM" folder

10. System.MissingMethodException: Method not found

11. VB Function to find Windows System Directory

12. VB 6.0 windows form not displaying properly in windows server 2008

 

 
Powered by phpBB® Forum Software