Hello.
I have a repository which contains two projects. One of them is the main project - the windows client. The second project is a web project which uses some libraries from the main project.
How can I open this repository on my machine? I have tried to set the path for the main project to a local path and the path for the web project to "c:\InetPub\wwwroot\". But I always get an error code: "There are no project folder or project files at this point." - ok, perhaps my translation is not perfect
Who can help me?
Riggson
P.S.: I use the Source Gear Vault 3.1.8 Client...
How to open a repository with a windows and a web project?
Moderator: SourceGear
We have a similar situation. Project with a web gui and a windows forms gui that both share code.
Depending on your circumstances, you could put the code that's shared between the two projects into a third project in the solution which is a class library. Works fine for us. Just set up your build order/dependencies in VS to suit.
Depending on your circumstances, you could put the code that's shared between the two projects into a third project in the solution which is a class library. Works fine for us. Just set up your build order/dependencies in VS to suit.
Tom Fanning