Page 1 of 1

Install Issue, Radstudio 2007 on Windows Server 2003 64 bit

Posted: Tue 29 Jan 2008 18:59
by Aquineas
Hi there, despite my having the .NET 2.0 64bit SDK on my machine, I get an error on installing:

(MessageBox Title: "DASetupNet.exe")
Text: Can not find .Net Framework SDK

What needs to be in the path to make this happen?

Thanks

Re: Install Issue, Radstudio 2007 on Windows Server 2003 64 bit

Posted: Wed 30 Jan 2008 07:28
by Bernhard Geyer
Aquineas wrote:Hi there, despite my having the .NET 2.0 64bit SDK on my machine, I get an error on installing:

(MessageBox Title: "DASetupNet.exe")
Text: Can not find .Net Framework SDK

What needs to be in the path to make this happen?

Thanks
i think you uses the wrong group (this are the Win32-Components).
But perhaps you also net a .NET 2.0 32bit SDK because the installer is a 32-Bit-Exe

Posted: Wed 30 Jan 2008 15:20
by Dimon
Please, vetify whether you have access to the following registry key:
  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework
Does this key has the 'sdkInstallRootv2.x' value?

Posted: Thu 31 Jan 2008 11:03
by swierzbicki
This will perhaps helps you (it deals about Vista 64 but I guess it can be applied to W2K3 64 as well)

http://andy.jgknet.de/blog/archives/87- ... 64bit.html

Posted: Tue 11 Nov 2008 10:46
by swierzbicki
I've just purchased a new laptop running on Vista 64Bit.
I'm having the same issue described in this thread :
(MessageBox Title: "DASetupNet.exe")
Text: Can not find .Net Framework SDK
Installer (5.55.0.39) was ran with administrators right.
I also can access the following registry key :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework

Does anyone knows how to solves this issue and get the MyDAC .Net components installed in Delphi 2007 IDE ?

Posted: Thu 13 Nov 2008 17:06
by swierzbicki
Please, can someone from devart support team look at ?

Posted: Wed 19 Nov 2008 15:11
by Dimon
This problem arises because MyDAC installation is 32-bit apllications, therefore it needs .NET 2.0 SDK 32bit.
You should install .NET 2.0 SDK 32bit.

Posted: Thu 27 Nov 2008 15:53
by swierzbicki
Thank you, this solved my problem