vbc compile error

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

I receive the following error message when I compile vb
code. Any help would be appreciated.

vbc : Command line error BC2017 : could not find
library 'System.WinForms.dll'
vbc : Fatal error BC2000 : compiler initialization failed
unexpectedly: The system cannot find the file specified.
 
That was it. Thanks.
-----Original Message-----
Greg,



System.WinForms.dll was an assembly included in the early beta version
of .NET. It has since been renamed to System.Windows.Forms.dll. Try
referencing that instead (assuming you're using the v1.0 RTM version
or later).



Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/
Please reply only to the newsgroup.
.
 
Back
Top