Vault 5 to 6 Upgrade Failure

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

Moderator: SourceGear

Post Reply
jkbrower
Posts: 5
Joined: Wed Feb 08, 2012 8:54 am

Vault 5 to 6 Upgrade Failure

Post by jkbrower » Thu Aug 23, 2012 8:43 am

I just tried to upgrade Vault Server 5.1 to 6. When I try to run the Admin Web Client, I get the following error:

Server Error in Application "DEFAULT WEB SITE/VAULTSERVICE"
HTTP Error 500.21 - Internal Server Error
Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list

It suggests that this is caused by ASP.NET not being installed, but the server (Windows Server 2008 R2) says it is.

What did I do wrong with the upgrade, and how do I recover from this?

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

Re: Vault 5 to 6 Upgrade Failure

Post by Beth » Thu Aug 23, 2012 9:55 am

Try re-registering your 4.0 .NET framework.

The number of the 4.0 .NET framework you high might be slightly different than what I have in the commands below. Check what you have and use that version number.

If a 32-bit machine:

Code: Select all

C:\Windows\Microsoft.net\framework\v4.0.30319\aspnet_regiis -i
If a 64-bit machine:

Code: Select all

C:\Windows\Microsoft.net\framework43\v4.0.30319\aspnet_regiis -i
Beth Kieler
SourceGear Technical Support

jkbrower
Posts: 5
Joined: Wed Feb 08, 2012 8:54 am

Re: Vault 5 to 6 Upgrade Failure

Post by jkbrower » Thu Aug 23, 2012 10:38 am

Thanks, Beth. That did the trick.

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

Re: Vault 5 to 6 Upgrade Failure

Post by Beth » Thu Aug 23, 2012 12:18 pm

You're welcome. Thank you for the update.
Beth Kieler
SourceGear Technical Support

Post Reply