HI !
What is the difference btwn: "Microsoft .NET Framework 1.1" and "Microsoft .NET Framework SDK" ???
Page 1 of 1
.NET framework
#2
Posted 12 December 2004 - 05:27 AM
well i think .net framework is like java platform, which means java based apps can run but u cannot code with it,
so sdk is for "software developing kit" and its used to compile programs in .net language...
same goes for java, there is java sdk and etc..
so sdk is for "software developing kit" and its used to compile programs in .net language...
same goes for java, there is java sdk and etc..
#3
Posted 12 December 2004 - 02:05 PM
okay, thanks, this question was bcause on this page it says:
And this link download SDK version. Why not just normal version ???
Quote
Before we start, make sure you are doing this on an NT Operating System (those are Windows 2000, XP or 2003) otherwise the slipstream will not work. nLite also requires the .NET Framework to function.
And this link download SDK version. Why not just normal version ???
#4
Posted 12 December 2004 - 02:25 PM
WHOA!!! 
Thanks for noticing that. It will be corrected.
No, you should not need to have the entire SDK (106 MB). The runtimes (23 MB) is all you need.
Thanks for noticing that. It will be corrected.
No, you should not need to have the entire SDK (106 MB). The runtimes (23 MB) is all you need.
#5
Posted 14 December 2004 - 05:36 AM
army20, on Dec 12 2004, 08:40 AM, said:
HI !
What is the difference btwn: "Microsoft .NET Framework 1.1" and "Microsoft .NET Framework SDK" ???
What is the difference btwn: "Microsoft .NET Framework 1.1" and "Microsoft .NET Framework SDK" ???
I think the .NET Framework SDK includes all the documentation for the .NET classes and all the examples given by MS. If you just wanna run an application written in .NET you'll be fine with the smaller runtime as long as you don't want to create and compile your own .NET applications.
#6
Posted 15 December 2004 - 09:58 AM
ls,
actualy, even the bare framework contains the compiler(s)
for VB its VBC.EXE
e.g. for a batchfile where you can drop an .VB file onto use the following :
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\vbc /r:System.dll /r:System.DirectoryServices.DLL /r:system.management.dll %1 /out:"%~dp0%~n1"
pause
handy if you need a quick .NET script.
gr /\/\o\/\/
actualy, even the bare framework contains the compiler(s)
for VB its VBC.EXE
e.g. for a batchfile where you can drop an .VB file onto use the following :
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\vbc /r:System.dll /r:System.DirectoryServices.DLL /r:system.management.dll %1 /out:"%~dp0%~n1"
pause
handy if you need a quick .NET script.
gr /\/\o\/\/
- ← Count down in a batch file
- Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
- [VB.NET] how to execute a program from →
Share this topic:
Page 1 of 1



Help

Back to top









