Vault Std 5.12 on Server 2008 R2

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
Gary_Berg
Posts: 29
Joined: Fri Oct 05, 2007 11:34 am
Location: Dayton, OH

Vault Std 5.12 on Server 2008 R2

Post by Gary_Berg » Thu Sep 05, 2013 7:25 am

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

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

Re: Vault Std 5.12 on Server 2008 R2

Post by Beth » Thu Sep 05, 2013 7:38 am

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.
Beth Kieler
SourceGear Technical Support

Gary_Berg
Posts: 29
Joined: Fri Oct 05, 2007 11:34 am
Location: Dayton, OH

Re: Vault Std 5.12 on Server 2008 R2

Post by Gary_Berg » Thu Sep 05, 2013 7:52 am

Beth wrote:C:\Windows\Microsoft.net\framework64\v2.0.50727 -i
I assume this should be:

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

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

Re: Vault Std 5.12 on Server 2008 R2

Post by Beth » Thu Sep 05, 2013 8:49 am

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.
Beth Kieler
SourceGear Technical Support

Post Reply