0
votes
Can Visual Studio 2008 work with Team System 2005?
Yes, that works fine. If you install the Team Foundation Client from the TFS 2008 DVD on your VS machine, you can connect to both TFS 2005 and TFS 2008 servers. If you don't have access to a TFS 20 …
1
vote
How to stop the Visual Studio debugger starting my process in a job object?
I'm not aware of any ways to control this aspect of processes spawned for debugging by VS.NET. But there's a workaround, which is applicable to any situation in which VS.NET can't or doesn't start …
14
votes
Targeting both 32bit and 64bit with Visual Studio in same solution/project
Yes, you can target both x86 and x64 with the same code base in the same project. In general, things will Just Work if you create the right solution configurations in VS.NET (although P/Invoke to e …
2
votes
Create Installers for Add-ins using Visual Studio?
There's a 2-part series on MSDN outlining this in detail:
Deploying a Visual Studio Tools for the Office System 3.0 Solution for the 2007 Microsoft Office System Using Windows Installer …
