If you are having a problem using Vault, post a message here.
-
AnjaS
- Posts: 2
- Joined: Wed Jan 09, 2013 10:50 am
Post
by AnjaS » Wed Jan 09, 2013 11:08 am
We installed the "Free Single User License" on Win 7 64bit, but we can't open the "Admin Web Client". It lloks like an error with ASP.NET. The following error message occurs:
The Client tells me errors as well:
Unable to connect to
http://127.0.0.1/VaultService. No server was found at the specified URL. Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client. Web Exception: Der vom Client gefundene Anforderungsinhaltstyp ist 'text/html; charset=utf-8', erwartet wurde 'text/xml'.
Fehler bei der Anforderung mit folgender Fehlermeldung:
What can we do to get it run?
btw. : while installing we give a passwort. What is the user name for the client?
-
lbauer
- Posts: 9736
- Joined: Tue Dec 16, 2003 1:25 pm
- Location: SourceGear
Post
by lbauer » Wed Jan 09, 2013 12:04 pm
You may need to re-register your 4.0 .NET framework.
The number of the 4.0 .NET framework you high might be slightly different than what is 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\framework64\v4.0.30319\aspnet_regiis -i
Linda Bauer
SourceGear
Technical Support Manager
-
AnjaS
- Posts: 2
- Joined: Wed Jan 09, 2013 10:50 am
Post
by AnjaS » Thu Jan 10, 2013 1:45 am
Thank you,
now it runs.
-
lbauer
- Posts: 9736
- Joined: Tue Dec 16, 2003 1:25 pm
- Location: SourceGear
Post
by lbauer » Thu Jan 10, 2013 9:23 am
Thanks for the update. That's good news. : )
Linda Bauer
SourceGear
Technical Support Manager