Parser Error Message: Could not load type 'VaultSe
Moderator: SourceGear
Parser Error Message: Could not load type 'VaultSe
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>
--------------------------------------------------------------------------------
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>
Re: Parser Error Message: Could not load type 'VaultSe
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?
What version of Vault are you using? What operating system is the Vault Server installed on?
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Re: Parser Error Message: Could not load type 'VaultSe
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
Re: Parser Error Message: Could not load type 'VaultSe
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
SourceGear
Technical Support Manager
Re: Parser Error Message: Could not load type 'VaultSe
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...
Re: Parser Error Message: Could not load type 'VaultSe
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.
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
SourceGear
Technical Support Manager
Re: Parser Error Message: Could not load type 'VaultSe
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
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
Re: Parser Error Message: Could not load type 'VaultSe
Thanks for the update. Glad you got things sorted out.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager