Unable to find the Visual SourceSafe registry key in SourceSafe.Get Task
I can't find any information about this issue...
This is the task in the .proj file:
<Target Name="Latest">
<SourceSafe.Get
UserName="raul"
Password=""
Database=""\\amon\dfs\VSS ilitia""
Project="$\Proyectos\MyProject"
WorkingDirectory=".\" >
</SourceSafe.Get>
</Target>
Following, the complete output:
C:\Proyectos\MyProject\build.proj(30,3): error : A task error has occured.
C:\Proyectos\MyProject\build.proj(30,3): error : Message = Unable to find the Visual SourceSafe registry key.
C:\Proyectos\MyProject\build.proj(30,3): error : Project = $\Proyectos\MyProject
C:\Proyectos\MyProject\build.proj(30,3): error : Database = "vss ilitia"
C:\Proyectos\MyProject\build.proj(30,3): error : Username = raul
C:\Proyectos\MyProject\build.proj(30,3): error : Password = <String.Empty>
C:\Proyectos\MyProject\build.proj(30,3): error : Label = <String.Empty>
C:\Proyectos\MyProject\build.proj(30,3): error : GetParameter = <String.Empty>
C:\Proyectos\MyProject\build.proj(30,3): error : WorkingDirectory = .\
C:\Proyectos\MyProject\build.proj(30,3): error : VersionNumber = <String.Empty>
C:\Proyectos\MyProject\build.proj(30,3): error : VersionNumberConfigFileLocation = <String.Empty>
C:\Proyectos\MyProject\build.proj(30,3): error : VersionNumberConfigVSSLocation = <String.Empty>
C:\Proyectos\MyProject\build.proj(30,3): error : OnlyIncrementRevision = False
C:\Proyectos\MyProject\build.proj(30,3): error :
C:\Proyectos\MyProject\build.proj(30,3): error : at Microsoft.Sdc.Tasks.SourceSafe.Get.VSSGet(ShellExecute shellExecute, String project, String label, String getParameter, String workingDirecto
ry)
C:\Proyectos\MyProject\build.proj(30,3): error : at Microsoft.Sdc.Tasks.SourceSafe.Get.InternalExecute()
C:\Proyectos\MyProject\build.proj(30,3): error : at Microsoft.Sdc.Tasks.TaskBase.Execute()
0 Warning(s)
1 Error(s)Any help is welcomed!

