How does VS2005 figure out which .sln file to load??

S

Søren M. Olesen

Hi

I have two versions of a project placed under:

wwwroot\Version1\webapp
wwwroot\Version2\webapp

If in VS2005 I choose Open Web Site and open the Verson1 site, then VS2005
somehow figure out that it has to open the .sln file placed under:

C:\Documents and Settings\...\My Documents\Visual Studio
2005\Projects\webapp

and if I choose to open Version 2, the it opens the .sln file placed under:

C:\Documents and Settings\...\My Documents\Visual Studio
2005\Projects\webapp (1)

but how does VS2005 figure out which .sln file to open?? and more important
how do I make it open the correct .sln file if I choose to rename the folder
to lets say:

C:\Documents and Settings\...\My Documents\Visual Studio
2005\Projects\webapp.Version1

TIA

Søren
 
C

Cowboy \(Gregory A. Beamer\)

The .sln files are scanned both for name match and for location of the
project.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
 

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