Parser Error Message: Could not load type 'VaultSe

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

Moderator: SourceGear

Post Reply
tak315
Posts: 16
Joined: Mon Apr 16, 2007 3:07 pm

Parser Error Message: Could not load type 'VaultSe

Post by tak315 » Mon Sep 15, 2008 3:25 pm

Server Error in '/VaultService' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

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

Re: Parser Error Message: Could not load type 'VaultSe

Post by lbauer » Mon Sep 15, 2008 3:57 pm

What are you doing when you get this error?

What version of Vault are you using? What operating system is the Vault Server installed on?
Linda Bauer
SourceGear
Technical Support Manager

tak315
Posts: 16
Joined: Mon Apr 16, 2007 3:07 pm

Re: Parser Error Message: Could not load type 'VaultSe

Post by tak315 » Mon Sep 15, 2008 7:24 pm

I am trying to log onto the Web Administration site. I am using Windows Server 2003 R2. I am using the latest version of Vault, 4.1.2

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

Re: Parser Error Message: Could not load type 'VaultSe

Post by lbauer » Tue Sep 16, 2008 7:45 am

Are there any errors in the Vault Server log? The Vault server log is sgvault.log and is in %windir%\temp\sgvault on the server machine.
Linda Bauer
SourceGear
Technical Support Manager

tak315
Posts: 16
Joined: Mon Apr 16, 2007 3:07 pm

Re: Parser Error Message: Could not load type 'VaultSe

Post by tak315 » Tue Sep 16, 2008 7:56 am

I looked through the logs and couldn't find anything wrong. The Vault client won't work, and the web login won't work. The regular HTML pages do work. The one that gives you the version telling you that it appears that you've installed it correctly...

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

Re: Parser Error Message: Could not load type 'VaultSe

Post by lbauer » Tue Sep 16, 2008 9:53 am

Was this working before? If so, it has anything changed in your configuration, especially on the server machine? Did you do any Windows updates that might have changed security?

Have you tried logging in as admin from a browser on the server machine itself, using "local host" as the server name? This might give us a better error message.

Can you connect on the vault server machine to http://localhost/VaultService/VaultService.asmx?

I would like to see a copy of your server log. Send it to support at sourcegear.com, Attn: Linda. Be sure to include a link to this forum post.
Linda Bauer
SourceGear
Technical Support Manager

tak315
Posts: 16
Joined: Mon Apr 16, 2007 3:07 pm

Re: Parser Error Message: Could not load type 'VaultSe

Post by tak315 » Tue Sep 16, 2008 12:03 pm

Linda,

I got it all squared away. Appearantly an update threw everything out of whack. I had to uninstall, then reinstall .Net 2.0 Once this was accomplished got it back up and running. Thanks for your quick response and all of your help! :)

Thanks again,
Tim

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

Re: Parser Error Message: Could not load type 'VaultSe

Post by lbauer » Tue Sep 16, 2008 1:08 pm

Thanks for the update. Glad you got things sorted out.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply