Install Issue, Radstudio 2007 on Windows Server 2003 64 bit

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Aquineas
Posts: 4
Joined: Mon 21 Jan 2008 20:27
Contact:

Install Issue, Radstudio 2007 on Windows Server 2003 64 bit

Post by Aquineas » Tue 29 Jan 2008 18:59

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

Bernhard Geyer
Posts: 20
Joined: Fri 30 Sep 2005 14:13

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

Post by Bernhard Geyer » Wed 30 Jan 2008 07:28

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

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 30 Jan 2008 15:20

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?

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Post by swierzbicki » Thu 31 Jan 2008 11:03

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

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Post by swierzbicki » Tue 11 Nov 2008 10:46

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 ?

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Post by swierzbicki » Thu 13 Nov 2008 17:06

Please, can someone from devart support team look at ?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 19 Nov 2008 15:11

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.

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Post by swierzbicki » Thu 27 Nov 2008 15:53

Thank you, this solved my problem

Post Reply