
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.
*****