Can I use Visual Studio 2008 on Windows 10?

12

1

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!

Ionian316

Posted 2015-10-22T17:20:43.587

Reputation: 289

2Windows 10 supports any application that Windows 7 or Windows 8.x supported. – Ramhound – 2015-10-22T17:29:17.847

Related/possible duplicate: Can I use Visual Studio 2008,2010 and 2012 on Windows 8?, and this one over on SO: Visual Studio 2008/2010 on Windows 8 - problems?

– Ƭᴇcʜιᴇ007 – 2015-10-22T17:38:41.170

1Make a full backup before you upgrade, if you run into problems, restore. Also, you can also revert your Win10 upgrade back to your previous OS for the first 30 days after upgrading (as long as you don't intentionally remove the old version from your HDD before then). – Ƭᴇcʜιᴇ007 – 2015-10-22T17:40:22.880

Answers

7

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.

Ionian316

Posted 2015-10-22T17:20:43.587

Reputation: 289

1The OS does, however, display some warnings concerning the bundled SQL Server 2005, and the VSPerf Profiling Control Driver. – Ben Voigt – 2016-08-03T19:21:44.037

1

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.

Mackenzie Bowen

Posted 2015-10-22T17:20:43.587

Reputation: 21

1

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/

Mike

Posted 2015-10-22T17:20:43.587

Reputation: 193