I’m using an Add-IN named "Express Add-in"
I created a new project using the add-in project template, when I try to add it to Fortress I get:
"Couldn't find repository path for C:\Program Files\Add-in Express\Add-in Express 2008 for .NET Standard\Bin because there is no applicable working folder."
When I tried to add it to VSS, it worked fine.
How can I resolve this problem?
EDIT :
The Fortress server and client is version 1.1.1.18060
The client Comp is :
Vista SP1 and Visual Studio 2008
Problem On Adding Solution to Fortress
Moderator: SourceGear
We haven't tested with that add-in and it's from a third party. I can't really say it's supported.
VSS only uses one of the available APIs. If you want things to more closely resemble VSS, then you should set VS to use the Vault Classic Client.
I have seen that error once before though with the Enhanced Client and it was a case of where the project was not set up correctly. We have an FAQ that should help explain the best setup for that client: Visual Studio Enhanced Client FAQ
VSS only uses one of the available APIs. If you want things to more closely resemble VSS, then you should set VS to use the Vault Classic Client.
I have seen that error once before though with the Enhanced Client and it was a case of where the project was not set up correctly. We have an FAQ that should help explain the best setup for that client: Visual Studio Enhanced Client FAQ
I found the probelm
In the solution there was a SETUP projects , in there is 2 lines :
"PostBuildEvent" = "8:\"C:\\Program Files\\Add-in Express\\Add-in Express 2008 for .NET Standard\\Bin\\DisableUAC.exe\" \"$(BuiltOuputPath)\" /UAC=Off"
and
AssemblyRegister :
"SourcePath" = "8:C:\\Program Files\\Add-in Express\\Add-in Express 2008 for .NET Standard\\Bin\\extensibility.dll"
whan i removed the SETUP project from the solution, it's started to work fine.
"PostBuildEvent" = "8:\"C:\\Program Files\\Add-in Express\\Add-in Express 2008 for .NET Standard\\Bin\\DisableUAC.exe\" \"$(BuiltOuputPath)\" /UAC=Off"
and
AssemblyRegister :
"SourcePath" = "8:C:\\Program Files\\Add-in Express\\Add-in Express 2008 for .NET Standard\\Bin\\extensibility.dll"
whan i removed the SETUP project from the solution, it's started to work fine.