Vault fails to run on Framework 1.1 SP 1
Moderator: SourceGear
Vault fails to run on Framework 1.1 SP 1
Service Pack 1 was released recently, and after installing it Vault simply doesn't run - the exe shows in task manager, but nothing happens even after several minutes - no errors, no nothing.
I have other VS.Net 2003 projects running, and they all seem to be fine - any suggestions?
I have other VS.Net 2003 projects running, and they all seem to be fine - any suggestions?
DinoNZ:
Edited for content. I had erred.
Our internal testing has shown Vault is safe to use with .Net 1.1 SP1.
Edited for content. I had erred.
Our internal testing has shown Vault is safe to use with .Net 1.1 SP1.
Last edited by jclausius on Tue Aug 31, 2004 2:24 pm, edited 1 time in total.
Jeff Clausius
SourceGear
SourceGear
I was able to commit a transaction via Visual Studio, but obviously not via the Vault Client executable.
It appears to be ok though, because at the time a colleague was able to check out files I checked in, modify them and then I got the latest versions and compiled it ok - so do we have to restore the database?
If we do, can I restore it and then check out and merge any files that are reported as renegade?
It appears to be ok though, because at the time a colleague was able to check out files I checked in, modify them and then I got the latest versions and compiled it ok - so do we have to restore the database?
If we do, can I restore it and then check out and merge any files that are reported as renegade?
At the time I actually uninstalled the server and reinstalled it, as we were upgrading that to 2.0.5 as well as moving the db to another server, but a simple upgrade failed so a full reinstall was done.jclausius wrote:No need to just yet. I'll update this when I have more info.Dino wrote:so do we have to restore the database?
Can I ask you try try something? Try a restart of IIS (iisreset.exe) on the Vault server. Now try to log into the server. Does everything appear to be OK?
The server unfortunately has other live websites on it that prevent me from doing a reset unless absolutely necessary.
-
- Posts: 47
- Joined: Tue Mar 23, 2004 3:54 pm
- Location: South Africa
- Contact:
Re: Vault fails to run on Framework 1.1 SP 1
You might want to try the following two solutions. If you want you could backup the key from the command line with the following command:DinoNZ wrote:Service Pack 1 was released recently, and after installing it Vault simply doesn't run - the exe shows in task manager, but nothing happens even after several minutes - no errors, no nothing.
I have other VS.Net 2003 projects running, and they all seem to be fine - any suggestions?
Code: Select all
REG EXPORT HKCU\Software\SourceGear\Vault\Client\Settings %TEMP%\VaultClientSettings.reg
2. Delete the key HKEY_CURRENT_USER\Software\SourceGear\Vault\Client\Settings and try start the client. The following will do that for you:
Code: Select all
REG DELETE HKCU\Software\SourceGear\Vault\Client\Settings
- Craig.
Dino:Dino wrote:... however I would really like to be on SP1 as for the past year I have been using hot fixes that were only made public 1 month ago...
Just in case you missed it, our internal testing of the 1.1 .Net SP1 framework shows the SP1 causes no known issues with Vault 2.0.5.
If you need to, you should be able to re-apply the SP1 patch.
However, your problem is a bit perplexing. You mentioned you went back to the normal 1.1 .Net framework, and from some of your other posts, it appears the GUI client is working again. Is this correct?
- Did the Vault GUI client start working as soon as you switched back to the original 1.1 .Net framework?
- Is it safe to assume you left the Vault client alone while you re-installed the 1.1 .Net framework?
Jeff Clausius
SourceGear
SourceGear