vbc compile error

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

Greg

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top