Components location in registry...

  • Thread starter Thread starter Antao Almada
  • Start date Start date
A

Antao Almada

Every single post and web site that I found says that the components
are located at "C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\". What is going to
happen when Microsoft decides to increment the version number?

Shouldn't there be a key entry on the registry with the path?
Unfortunately I can´t find it...

Antao
 
The root of the SDK is located here:-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactFramework\sdkInstallRoot\

the v1.0.5000\Windows CE\ is then appended to that. Based on the publicly
released builds of Visual Studio 2005 the directory structure is changing
significantly for v2.0 - the Compact Framework is becoming part of the .NET
SDK itself, so be aware that you'll need to change any installation features
which use this if you want to be compatible with VS2005.

Peter
 
Back
Top