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
Printable View
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
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.
I installed the framework, but I can't find the compilers or tools where should i look?
Thanks
-Sith
well on my computer , it is located in Winnt/Microsoft.NET/v1.x.x.x
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.
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
So basically there are no free, wyswyg editors/compilers for vb.net?
the link I gave you eralier to http://www.icsharpcode.net is the closest you get. It has a fairly decent forms editor.