Page 1 of 1

Can't install SDAC on x64 platform

Posted: Fri 28 Sep 2012 08:27
by Alexander_73
SDAC 6.5.9, Windows Server 2008 x64, RAD Studio 2007. Installation of SDAC raises error "can not find .net Framework SDK". FrameWork SDK exists. Windows Update can not install .Net SDK x32. How I can install SDAC?

Re: Can't install SDAC on x64 platform

Posted: Fri 28 Sep 2012 09:53
by AlexP
hello,

Delphi and SDAC are 32-bit apllications, therefore to solve the problem you should install .NET 2.0 SDK 32bit. You can downloaad .NET 2.0 SDK 32bit at the microsoft official site: http://www.microsoft.com/en-us/download ... x?id=19988

Re: Can't install SDAC on x64 platform

Posted: Tue 02 Oct 2012 12:37
by Alexander_73
Thank you!