Problem On Adding Solution to Fortress

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

Moderator: SourceGear

Post Reply
yaniv
Posts: 2
Joined: Fri May 09, 2008 2:26 pm

Problem On Adding Solution to Fortress

Post by yaniv » Fri May 09, 2008 2:33 pm

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

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

Post by Beth » Fri May 09, 2008 3:56 pm

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

yaniv
Posts: 2
Joined: Fri May 09, 2008 2:26 pm

I found the probelm

Post by yaniv » Sat May 10, 2008 3:01 am

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.

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

Post by Beth » Tue May 13, 2008 10:17 am

If your Setups project did not have the correct layout, then what you saw was correct and removing it from the solution would take care of errors. You would need to follow the layout suggested in the FAQ.

Post Reply