Visual Studio 2003

If you are having a problem using Vault, post a message here.
Post Reply
callcopse
Posts: 2
Joined: Fri Sep 28, 2012 3:51 am

Visual Studio 2003

Post by callcopse » Fri Sep 28, 2012 3:56 am

Hi there,

A little bit embarassing this one - we have some projects in VS 2003 that for one reason and another are not going to be upgraded. Is there any way to make VS 2003 work with the latest version of Vault Professional 6.0.1 or is this a complete non-starter?

I did search but came up with nothing I'm afraid.

cheers,
Iain

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Visual Studio 2003

Post by Beth » Fri Sep 28, 2012 6:39 am

Visual Studio 2003 integration is not supported with Vault 6.0 due to our integration client requiring the 2.0 .NET framework. VS 2003 requires the 1.1 .NET framework.

You can keep up-to-date with the list of supported software through our Compatibility Chart: http://www.sourcegear.com/vault/documen ... chart.html.

Some users can work around this, but not all compilers can work with the 2.0 .NET framework. If you wish to try it, you can modify the devenv.exe.config file so that the <startup> section targets the .NET 2.0 runtime. It should look like this.

<configuration>
<startup>
<supportedRuntime version="v2.0.50727"/>
<requiredRuntime version="v2.0.5072"/>
</startup>
<runtime>

Another option is to work non-integrated. You would continue to have your VS 2003 files in Vault, but use the Vault GUI client to perform your source control functions.

Another post you can refer to for information is here: http://support.sourcegear.com/viewtopic ... 003#p70269.
Beth Kieler
SourceGear Technical Support

callcopse
Posts: 2
Joined: Fri Sep 28, 2012 3:51 am

Re: Visual Studio 2003

Post by callcopse » Fri Sep 28, 2012 8:58 am

Thanks for the clear information Beth.

cheers,
Iain

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Visual Studio 2003

Post by Beth » Fri Sep 28, 2012 10:01 am

You're welcome.
Beth Kieler
SourceGear Technical Support

Post Reply