|
-
Oct 30th, 2002, 03:28 PM
#1
Thread Starter
New Member
Another Quick Question.
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
-
Oct 30th, 2002, 03:56 PM
#2
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.
-
Oct 30th, 2002, 04:36 PM
#3
Thread Starter
New Member
Compiler
I installed the framework, but I can't find the compilers or tools where should i look?
Thanks
-Sith
-
Oct 30th, 2002, 04:44 PM
#4
well on my computer , it is located in Winnt/Microsoft.NET/v1.x.x.x
-
Oct 30th, 2002, 04:48 PM
#5
Thread Starter
New Member
Ok, Found that.
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.
-
Oct 30th, 2002, 04:51 PM
#6
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
-
Oct 30th, 2002, 04:56 PM
#7
Thread Starter
New Member
re:
So basically there are no free, wyswyg editors/compilers for vb.net?
-
Oct 30th, 2002, 06:06 PM
#8
the link I gave you eralier to http://www.icsharpcode.net is the closest you get. It has a fairly decent forms editor.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|