Installation on W2K3 SP2 failed

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

Moderator: SourceGear

Post Reply
rudnicke
Posts: 1
Joined: Thu Dec 04, 2008 10:15 am

Installation on W2K3 SP2 failed

Post by rudnicke » Thu Dec 04, 2008 10:25 am

I was handed a copy of Vault by one of our developers and told to install and setup. I followed the instructions provided with the installation, but I am now getting an error why trying to access the vault.

The URL the developer is trying to access is http://<machinename>/VaultService/VaultService.asmx

He then receives an error message (runtime error).
----------------------------------------------------------------------------------
Server Error in '/VaultService' Application.

Parser Error
Description: An error occured during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Coudl not load type 'VaultService.Global'

Source Error: Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="VaultService.Global" %>
Soure File: C:\Inetpub\wwwroot\VaultService\global.asax Line: 1
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
----------------------------------------------------------------------------------

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Installation on W2K3 SP2 failed

Post by lbauer » Thu Dec 04, 2008 11:01 am

This likely means the IIS mappings for the ASP.NET user are not set correctly. This can happen if you install IIS after installing .NET. Information on correcting this problem is located in the following Microsoft Knowledge base article.

http://support.microsoft.com/default.as ... 5&SD=MSKB&

Note: Vault 4.x uses the 2.0 Framework.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply