I hate to keep replying to myself, but it appears as though I have solved this...
I was getting an exception calling the SetSSDir() method in scc\VssRepository.cs. The
exception was due to having duplicate keys. A quick solution is below:
if (ssdir != null && ssdir != String.Empty)
{
Trac
Also, if it helps, this is what my definition looks like:
$/Department/Project
user
pass
Z:\Source Safe\
Note: Z is mapped to the server housing the source safe archives. I have also tried
the UNC path (\\servername\path\etc)
-Original Message-
From:
Title: VSS problem with ssdir
Hi... I'm trying to get Draco.Net setup and working with VSS. I ran into a problem though. I set the ssdir in the draco.exe.config, but it doesn't seem to take effect. When I run Draco, I get VSS returning error 100. So I looked through the log file and grabbe