Re: GUI not working
From: Tom Shelton (tom_at_YOUKNOWTHEDRILLmtogden.com)
Date: 08/17/04
- Next message: Imran Koradia: "Re: GUI not working"
- Previous message: John: "SQL bulkload"
- In reply to: Hari: "Re: GUI not working"
- Next in thread: Imran Koradia: "Re: GUI not working"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 16 Aug 2004 22:24:43 -0600
On Mon, 16 Aug 2004 23:37:47 -0400, Hari wrote:
>> Hmmm, check if you have a reference to System.Windows.Forms.
>>
>> Maybe your default references are screwed up?
>>
>
> When I type in:
>
> vbc /r:System.Windows.Forms
>
> I get 2 errors reading:
>
> vbc : Command line error BC2017 : could not find library
> 'System.Windows.Forms'
>
> vbc: Fatal error BC2000 : compiler initialization failed unexpectedly: The
> system cannot find the file specified.
>
>
> If this means that I do not have the libraries necessary to run a GUI
> application, could someone please give me a link to where I can download the
> SDK. I have already tried one download through MSDN, but it didn't seem to
> work. Thanks all.
vbc /r:System.Windows.Forms.dll
You have to add the .dll
-- Tom Shelton [MVP]
- Next message: Imran Koradia: "Re: GUI not working"
- Previous message: John: "SQL bulkload"
- In reply to: Hari: "Re: GUI not working"
- Next in thread: Imran Koradia: "Re: GUI not working"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|