The current installation documentation on your site is for Vault 6.1; is there a link to the older install information for 5.1.2?
We are having trouble sorting out moving from a 5.1.1 installation (hosted on an XP machine) to a 5.1.2 installation on Server 2008 R2. We are moving the database too, same version of SQL Server, but going from a local install to on a remote host. We have already transferred the Vault databases to the new SQL server.
The installer is claiming it needs a version of .NET lower than 3.5. I'd assume that R2 comes with 3.5 installed, since it is equivalent to Win 7. We are using the 64-bit installer for Vault Standard. We are stuck at the error message about needing a version lower than 3.5.
Thanks,
Gary Berg
Vault Std 5.12 on Server 2008 R2
Moderator: SourceGear
Re: Vault Std 5.12 on Server 2008 R2
Can you go to the path C:\Windows\Microsoft.net\framework64\ and check what versions of the .NET framework you have listed there?
If you have the 3.5 .NET framework, then run the following command to register it with IIS.
C:\Windows\Microsoft.net\framework64\v2.0.50727 -i
Since the 3.5 .NET framework is built on 2.0, one registers the 2.0 .NET framework.
If you don't see a folder for the 3.5 .NET framework, then you need to download and install it.
If you have the 3.5 .NET framework, then run the following command to register it with IIS.
C:\Windows\Microsoft.net\framework64\v2.0.50727 -i
Since the 3.5 .NET framework is built on 2.0, one registers the 2.0 .NET framework.
If you don't see a folder for the 3.5 .NET framework, then you need to download and install it.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Vault Std 5.12 on Server 2008 R2
I assume this should be:Beth wrote:C:\Windows\Microsoft.net\framework64\v2.0.50727 -i
C:\Windows\Microsoft.net\framework64\v2.0.50727\aspnet_regiis -i
(I found an earlier topic which mentioned this.) This folder and file exists, but running it made no difference. Would we need to restart IIS?
I checked the machine more closely. It has .NET 4 Client Profile installed on it.
It is still complaining it needs a version of .NET Smaller than 3.5 installed.
Gary Berg
Re: Vault Std 5.12 on Server 2008 R2
You are correct, I meant aspnet_regiis.
Even though the 4.0 .NET framework is installed, you will still need the 3.5 .NET framework for the version you are on. You can still get it from here: http://www.microsoft.com/en-us/download ... aspx?id=21.
Even though the 4.0 .NET framework is installed, you will still need the 3.5 .NET framework for the version you are on. You can still get it from here: http://www.microsoft.com/en-us/download ... aspx?id=21.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support