7

Anyone have experience with the Visual Studio SDK and can help point me in the right direction to solving this problem odd behavior?

enter image description here

To summarize the screenshot, I have Visual Studio 2010 installed (no it's not a new installation) but the SDK installer seems to think I don't.

Yes I've tried more than once and yes I closed Visual Studio before trying to install the SDK.

Terry
  • 14,099
  • 9
  • 56
  • 84

1 Answers1

11

Someone found a solution to a problem that looks like yours: http://social.msdn.microsoft.com/Forums/en-IE/windowssdk/thread/ac4fab28-ab07-4b3c-b46c-8b6b293068c8

Morten Frederiksen
  • 5,114
  • 1
  • 40
  • 72
  • 10
    Thread lead me to the problem being there is a specific [SDK SP1](http://www.microsoft.com/download/en/confirmation.aspx?id=21835) that must be installed if you have VS SP1. – Terry Apr 18 '12 at 17:41
  • @Terry Wow I thought it was a joke, same filename and same size... But it worked! – formatc Aug 14 '12 at 21:24