.net 1.0 bug

we are getting an error trying to build the .net 1.0 version of our software. Finalbuilder says the sdk isn’t installed. However, it is installed alongside .net 1.1 and .net 2.0. Is this a known bug? What can I do about it?

thanks


what’s the exact error message you’re seeing, and where?

if it’s something to do with hosting the CLR, you can try changing this in Tools | Option | .NET Tools | CLR Hosting

.t8

Posted By Allen Anderson on 06 Aug 2006 5:01 PM
we are getting an error trying to build the .net 1.0 version of our software. Finalbuilder says the sdk isn't installed. However, it is installed alongside .net 1.1 and .net 2.0. Is this a known bug? What can I do about it?

thanks


What version of windows are you using? Is it WinXP 64bit?

They way that FinalBuilder detects the location of the SDK install is via the registry.

Under 32bit windows the following key : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework

Should have values like this :

InstallRoot REG_SZ C:\Windows\Microsoft.NET\Framework\
sdkInstallRoot REG_SZ D:\Microsoft Visual Studio .NET 2002\SDK\v1.0
sdkInstallRootv1.1 REG_SZ D:\Microsoft Visual Studio .NET 2003\SDK\v1.1
sdkInstallRootv1.1 REG_SZ D:\Microsoft Visual Studio .NET 8\SDK\v2.0

If these entries are missing then FinalBuilder will not be able to find the sdk.

If you are using XP 64bit then the entries will be under the key : HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework