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
Visual Studio 2003
Re: Visual Studio 2003
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.
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
SourceGear Technical Support
Re: Visual Studio 2003
Thanks for the clear information Beth.
cheers,
Iain
cheers,
Iain