I am unable to add a solution from source control into my system.

G

Guest

I am unable to add a solution from source control into my system

I followed all the steps as in the msdn
I am getting error saying
The source control server folder youselected containd no Vstuido.net projects files or solutions. Please select the different server folder

Please resolve my probel
Thank you
 
J

Jon Skeet [C# MVP]

=?Utf-8?B?U2FudGh1?= said:
I am unable to add a solution from source control into my system.

I followed all the steps as in the msdn.
I am getting error saying
The source control server folder youselected containd no Vstuido.net
projects files or solutions. Please select the different server folder.

So what files are in the source control folder you're trying to add
from?
 
G

Guest

The only files present are .cs files and a window for
Actaully the project in the source control is a windows application.



Thank you in advance
 
J

Jon Skeet [C# MVP]

=?Utf-8?B?U2FudGh1?= said:
The only files present are .cs files and a window form
Actaully the project in the source control is a windows application.

Right. In that case, the error message was exactly correct - you don't
have any project or solution files in SourceSafe. You need to put those
into SourceSafe before you can add a solution/project from it.
 
G

Guest

Jon skeet thank you for your reply
This solution is already in the VSS and is being added to my team mate systems
And i also had this project in my system
Few weeks before i stooped my enhancements in my project which is in VSS
So i could not see the project (which is VSS) in the start page of the VS.NET IDE(ie.,in the recently accessed projects list). So what i did is i opened the solution in the working folder where actually i added the VSS project in my system. I worked for few days in the same way (check-in check -out options also worked fine
From then i could not see the VSS projects project name in the recently accessed projects list
So i want to add the VSS project again in my system in the different location
How can i do that
Help me out

Thank yo

Right. In that case, the error message was exactly correct - you don't
have any project or solution files in SourceSafe. You need to put those
into SourceSafe before you can add a solution/project from it
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top