Activity overview
Latest activity by xul8tr
I have the same issue with VS2008.
I am running Windows 7 x64. I fixed the issue by doing the following"
1) Close Visual Studio and .NET Reflector
2) Rename the folder C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\ to C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A-TEMP\
3) Copy the folder C:\Program Files\Microsoft SDKs\Windows\v6.0A\ to C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\
4) Copy everything in C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A-TEMP\ to C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\ and replace any conflicts.
5) Delete the empty folder C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A-TEMP\
I did it this way to make sure I didn't overwrite any potential x86 files to help preserve compatibility as best as possible. Hope this helps! / comments
I have the same issue with VS2008.
I am running Windows 7 x64. I fixed the issue by doing the following"
1) Close Visual Studio and .NET Reflector
2) Rename the folder C:\Program Files (x86)\Micros...