How does C# Builder determine that the .NET Framework SDK 1.1 is installed?
Problem:
I thought I installed the .NET Framework SDK 1.1 but Prereqs.exe says that I do not have all of the pre-requisites installed. How do I verify the .NET Framework SDK 1.1 is installed?
Answer:
Run regedit and navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework and there should be a sdkInstallRootv1.1 key pointing to the directory that the SDK is installed.
Article originally contributed by Stephen Blas
Tags: C#