Can I use Visual Studio 2008 on Windows 10?

I'm thinking of upgrading to Windows 10 Pro. However, I still have projects that are running in Visual Studio 2008. Due to old third-party library dependencies, I can't convert it to VS 2013 or 2015.

I have searched online, but could not find an answer. Can I run VS 2008 on Windows 10 without a problem?

Thanks!


Solution 1:

I can confirm that Visual Studio 2008 works on Windows 10. I have been running it for a few months now and building large projects with it without any problems.

Solution 2:

When I tried something similar on my Windows 10 machine, I found that I needed to reinstall all of the Visual C++ Redistributables. After that, everything worked fine.

Solution 3:

To expand on the comment from @Ben Voigt, the "VSPerf Profiling control driver" used by older versions of Visual Studio is not compatible with Windows 10. Therefore to conduct any profiling activities, you either need to run your VS 2008 on Windows 7, or alternatively move to Windows 2012 or higher for Windows 2010.

Source: https://blogs.msdn.microsoft.com/profiler/2012/12/10/the-visual-studio-profiler-on-windows-8/