Error accessing Source Code Control system VC6

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

Moderator: SourceGear

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Error accessing Source Code Control system VC6

Post by Beth » Thu Feb 04, 2010 3:36 pm

Can you open open VC 6(without any projects being opened and go to the menu -> Project -> Source Control and show me a screenshot of what you see?

Also, I just want to verify that everything we're checking and doing happening on the XP VM. Is that correct? Since you mentioned your machine being WIndows 7 a few times, I want to make sure that you're only looking at the VM where VC6 is and where Vault should be, and that's where you're checking the registry settings. The host machine won't really affect this setup in the VM as far as I know.
Beth Kieler
SourceGear Technical Support

peterbrown05
Posts: 41
Joined: Fri Oct 10, 2008 2:09 am

Re: Error accessing Source Code Control system VC6

Post by peterbrown05 » Thu Feb 04, 2010 4:16 pm

I wil lsend screen shot tomorrow. but yes,
PC Running WIndows 7
XP SP3 running in VM on the windows box. The VM that windows provide free of charge.
Ive installed VC6 and vault on the VM and all registry grabs were from the xp machine.

All windows updates have been applied to both Windows7 machine AND the XP VM.

cheers
pete

peterbrown05
Posts: 41
Joined: Fri Oct 10, 2008 2:09 am

Re: Error accessing Source Code Control system VC6

Post by peterbrown05 » Fri Feb 05, 2010 5:09 am

The projects menu correctly shows Vault, clicking the link launched Vault OK.
BUTm, opening a workspace results in the same old error (see 2nd screen shot attached)
Attachments
screenGrab.png
Project menu
screenGrab.png (81.5 KiB) Viewed 5736 times
SNAG-0010.jpg
Error on loading workspace
SNAG-0010.jpg (107.12 KiB) Viewed 5736 times

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Error accessing Source Code Control system VC6

Post by Beth » Wed Feb 10, 2010 3:30 pm

If you open a project that is not yet in Vault, does it allow you to add to Vault?
Beth Kieler
SourceGear Technical Support

peterbrown05
Posts: 41
Joined: Fri Oct 10, 2008 2:09 am

Re: Error accessing Source Code Control system VC6

Post by peterbrown05 » Thu Feb 11, 2010 10:50 am

unfortunately that doesnt work either.

When I open vc6 without opening a workspace, the Project->Source Control menu option is visuble
I created a dummy project
then went to Source Control->Add to Source Control...

then, the same old error message popped up "Error Accessing Source Control Systsem... etc"
then, the Source Control options remain greyed out forever more.
p
:(

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Error accessing Source Code Control system VC6

Post by Beth » Fri Feb 12, 2010 10:35 am

We recreated the scenario again here. Give this a try and let me know your results.

1) Verify what version of .Net framework the machine is using.
Create a MSDEV.EXE.Config file (if it is not already there) in "C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin" and add the following code to it

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <startup>
    <supportedRuntime version="v2.0.50727"/>
    <requiredRuntime version="v2.0.50727" safemode="true"/>
  </startup>
</configuration>
(Verify that %windir%\Microsoft.NET\Framework\v2.0.50727 does contain
mscorlib.dll)

2) Save the MSDEV.EXE.config file, and make sure that the file extension is MSDEV.EXE.config and not MSDEV.EXE.config.txt

3) Relaunch VC++ 6.0 , and Open WorkSpace dialog with Source Control.
Beth Kieler
SourceGear Technical Support

peterbrown05
Posts: 41
Joined: Fri Oct 10, 2008 2:09 am

Re: Error accessing Source Code Control system VC6

Post by peterbrown05 » Fri Feb 12, 2010 11:04 am

Beth...

guess what?

IT WORKED!

Thank you so much for all your help.

For reference, I didnt have the .config file so I created a new one.
I DID have the .dll file you mentioned.
So, all I had to do was create the .config file and it all worked.

Thank you!
peteB
:D

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Error accessing Source Code Control system VC6

Post by Beth » Wed Feb 24, 2010 8:25 am

Thanks for the update. I'm happy to hear you are working again.
Beth Kieler
SourceGear Technical Support

peterbrown05
Posts: 41
Joined: Fri Oct 10, 2008 2:09 am

Re: Error accessing Source Code Control system VC6

Post by peterbrown05 » Thu Feb 25, 2010 11:29 am

just for others reference, I have also just been trying Sun's Virtual Box.
This time I ensured that I installed Vault after Visual Studio.
Unfortunately I had the same problem as outlined above, but the fix Beth suggested above worked for that too.

So far, performance of Vault seems to be faster on the Sun Virtual Box rather than on the Microsoft Virtual Machine.


So its all working for me....
thanks again!

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Error accessing Source Code Control system VC6

Post by Beth » Thu Feb 25, 2010 1:35 pm

Thank you for the additional information. I'm sure other users will find the information useful.
Beth Kieler
SourceGear Technical Support

Post Reply