Link to home
Start Free TrialLog in
Avatar of RaghavanMV
RaghavanMV

asked on

Ignore the Windows SDK check while using MSBuild

Hi,
I get the following error while executing MS Build on Windows 2008 server with .NET 3.5 framework. I'm building a  Webservice and a Windows Client.
 
Could not locate the expected version of the Microsoft Windows SDK. Looked fo
 r a location specified in the "InstallationFolder" value of the registry key
 "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v6.0A". If your
  build process does not need the SDK then this can be ignored. Otherwise you
 can solve the problem by doing one of the following:  1) Install the Microsof
 t Windows SDK for Windows Server 2008 and .NET Framework 3.5.  2) Install Vis
 ual Studio 2008.  3) Manually set the above registry key to the correct locat
 ion.

I know the build project does not need the SDK(since I;m not building a C++ project). How do I ignore the SDK verification from MSBuild.
ASKER CERTIFIED SOLUTION
Avatar of Brad Howe
Brad Howe
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This question has been classified as abandoned and is being closed as part of the Cleanup Program.  See my comment at the end of the question for more details.