Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Has anyone managed to get Visual Studio 2003 running on Windows 7?

Tags:

Yes, I know... I could set up a virtual machine running XP. Unfortunately our build environment is such that we need to be running VC2003, 2005 and 2008 concurrently and it would be much more convenient if I could run 2003 natively on Windows 7 for the few projects we have that require it.

I realize some things may not be available in the IDE, but I was able to run 2003 under windows Vista and if I could get the same base level of functionality under Windows 7 I would be extremely happy.

Right now I get an error opening the *.pdb file when I compile after switching vc2003 to run as Administrator under compatibility mode for XP SP 2.

Thanks!

like image 623
Jeremy White Avatar asked May 18 '09 18:05

Jeremy White


People also ask

Can Visual Studio run on Windows 7?

Visual Studio Terminal doesn't work and isn't supported on Windows 7 and Windows Server 2008 R2. . NET 4.8. 1 isn't supported, and will not install.

Which version of Visual Studio works on Windows 7?

The minimum operating system requirement for Visual Studio 2015 is Windows 7 with Service Pack 1 (or higher).

Which Visual Studio is best for Windows 7?

Visual Studio 2022 is the best Visual Studio ever. Our first 64-bit IDE makes it easier to work with even bigger projects and more complex workloads.

Can Windows 7 run Visual Studio 2019?

Supported Operating Systems Windows Server 2016: Standard and Datacenter. Windows 8.1 (with Update 2919355): Core, Professional, and Enterprise. Windows Server 2012 R2 (with Update 2919355): Essentials, Standard, Datacenter. Windows 7 SP1 (with latest Windows Updates): Home Premium, Professional, Enterprise, Ultimate.


2 Answers

Give XP Mode a try if you can't get it to run natively.

http://www.microsoft.com/windows/virtual-pc/download.aspx

like image 56
Wayne Hartman Avatar answered Oct 08 '22 22:10

Wayne Hartman


I wrote a blog entry about this a while back that you can check out - http://technikhil.wordpress.com/2010/01/12/visual-studio-2003-and-windows-7-can-get-along-really/

The only thing I am stuck on right now is the global search functionality of VS 2003 - it hangs the application. My workaround is to use windows 7 search :-). Other than that - so far so good...

Update: I got the search to work as well by disabling the Aero functionality - I have updated my blog post with the details...

like image 37
Nikhil Avatar answered Oct 08 '22 21:10

Nikhil