views:

56

answers:

2

I work on asp.net C# .... why not i get any solution(.sln)...of any project...Like i close one project ... then on my project folder i dont get any .sln ......what the reason and how to solve it.

+1  A: 

I think you don't see a Solution in the Solution explorer?

  1. Go to menu Tools >> Options

  2. Select the tab General

  3. Check 'Always show solution'

rdkleine
A: 

In VStudio if you create a asp.net project/website the solution is stored in your %USERPROFILE%\my documents\Visual Studio 2005\Projects folder.

Henrik