Search code examples
c#visual-studio-2010windows-7visual-studio-express

Does Visual C# 2010 Express need Windows 7 SDK?


To create programs with Visual C#, do I need to install the Windows 7 SDK?


Solution

  • No, you only need the SDK if you want the reference dlls without installing VS 2010. For example, you might want to install it on a build server.

    Well, or if you want anything from the SDK specifically, like the code samples.