all groups > dotnet clr > august 2003 >
You're in the

dotnet clr

group:

.NET Framework Path


Re: .NET Framework Path Thomas Scheidegger [MVP]
8/9/2003 3:04:49 PM
dotnet clr:
[quoted text, click to view]

No, the SDK (the package for developers only) is not in that path.
Maybe you mean the .NET Framework -Redist- (Runtime)?

To detect the .NET Runtime:
http://www.google.com/groups?selm=%23Buckn9TDHA.1864%40TK2MSFTNGP11.phx.gbl

http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondeterminingwhatversionofruntimetoload.asp

thus both, path & registry should work & match.


[quoted text, click to view]

this compilers are part of the .NET -Redist-.


[quoted text, click to view]

AFAIK for the (1.0/1.1) .NET -Redist-, the install path is fixed.


But the user could change for sure the .NET -SDK- path,
by default it is like:
....Visual Studio path....\SDK\v1.1\




--
Thomas Scheidegger - MVP .NET - 'NETMaster'
http://www.cetus-links.org/oo_dotnet.html - http://dnetmaster.net/

.NET Framework Path Aaron Chan
8/9/2003 8:02:35 PM
Hello all,

Just a quick question... Is it true that the path of the .NET framework
SDK files is always under:

{windir}\Microsoft.NET\Framework\{version}

? I.e. is there anyway the user could change this path?

I'm asking this because I am currently creating an IDE for .NET
programming and wanted to know the path for csc.exe, vbc.exe, ilasm.exe,
etc... If the path is variable, then I will get the user to choose it from a
dialog.

Thanks for your help,
Aaron Chan

Re: .NET Framework Path Aaron Chan
8/9/2003 11:42:29 PM
Yes I mean the framework runtime. And thanks for the info!

AddThis Social Bookmark Button