When trying to access our Vault 1.2.3 with the Vault client I get the status line message "Loading repository information from disk..." and then a JIT Debugger pops up with Vault System.ExecutionEngineException in VaultGUIClient.exe. Clicking 'No' to the debugger closes the client. Clicking 'Yes' to the debugger shows 'An unhandled exception of type 'System.ExecutionEngineException' occurred in mscorlib.dll'
Here is the disassembly:
Address: System.Globalization.CompareInfo.Compare
00000000 push esi
00000001 mov esi,edx
00000003 mov edx,dword ptr [ecx+4]
00000006 mov eax,dword ptr [ecx+8]
00000009 push esi
0000000a push dword ptr [esp+10h]
0000000e push dword ptr [esp+10h]
00000012 mov ecx,edx
00000014 mov edx,eax
00000016 call dword ptr ds:[79B699F0h]
0000001c pop esi <---- Stack pointer is here
0000001d ret 8
Vault System.ExecutionEngineException in VaultGUIClient.exe
Moderator: SourceGear
Also meant to add...
The Admin client is able to access the server just fine. Problem also happens when trying to open Visual Studio. VS Crashes when you don't debug... Help!
Engine execution exception
I deleted the local cached files on my machine for that repository and it works fine.... Now.