How to open a repository with a windows and a web project?

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

Moderator: SourceGear

Post Reply
riggson
Posts: 1
Joined: Wed Mar 29, 2006 4:13 am

How to open a repository with a windows and a web project?

Post by riggson » Mon Jul 10, 2006 1:47 am

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? :roll:

Riggson

P.S.: I use the Source Gear Vault 3.1.8 Client...

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Mon Jul 10, 2006 8:17 am

I use the Source Gear Vault 3.1.8 Client...
Are you opening the projects with Visual Studio?

How are you trying to open the projects?

Did you add the project to Vault with Visual Studio or with the Vault GUI Client?
Linda Bauer
SourceGear
Technical Support Manager

tomt84
Posts: 109
Joined: Tue Dec 20, 2005 4:44 am
Location: Manchester

Post by tomt84 » Wed Jul 12, 2006 7:41 am

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.
Tom Fanning

Post Reply