Click to See Complete Forum and Search --> : Another Quick Question.
Sithicus
Oct 30th, 2002, 02:28 PM
What is the difference.
Microsoft .NET Framework 1.1 Software Development Kit Beta
Microsoft .NET Framework 1.1 Redistributable Beta
Do I need both?
Thx
-Sith
Cander
Oct 30th, 2002, 02:56 PM
the SDK is what you, the developer needs. it has the compilers and examples. The redistributable is the smaller version that your users need to run your application.
Sithicus
Oct 30th, 2002, 03:36 PM
I installed the framework, but I can't find the compilers or tools where should i look?
Thanks
-Sith
Cander
Oct 30th, 2002, 03:44 PM
well on my computer , it is located in Winnt/Microsoft.NET/v1.x.x.x
Sithicus
Oct 30th, 2002, 03:48 PM
Ok I'm in my /microsoft.net/framework/v1.0.3705 directory, now what file should i be clicking on to start up the compiler, or do i need to write all my code in notepad and then complile it.
Cander
Oct 30th, 2002, 03:51 PM
the program is named vbc.exe
it is command line only.
Yuo wil need to create a .vb file in notepad first
sample command line uisage
vbc.exe myapp.vb /r:System.windows.forms.dll
Sithicus
Oct 30th, 2002, 03:56 PM
So basically there are no free, wyswyg editors/compilers for vb.net?
Cander
Oct 30th, 2002, 05:06 PM
the link I gave you eralier to http://www.icsharpcode.net is the closest you get. It has a fairly decent forms editor.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.