Not creating .sln and .suo file in new project

Last post 06-13-2008 7:12 AM by bakkianathan. 4 replies.

Sort Posts:

  • Not creating .sln and .suo file in new project

    04-02-2005, 12:02 AM

    From past few days i am getting problem in creating new C# web project . In new project its not creating .sln or .suo files rest of that when i made preoject first time it compiles and Run very perfectly but next time when i am going to open project , i am unable to find .sln file. What should i do.

       Thanks in advance

     

    Regards

    Parshant Kalia

  • Re: Not creating .sln and .suo file in new project

    04-02-2005, 12:31 AM
    • Loading...
    • Xanderno
    • Joined on 06-17-2002, 3:24 PM
    • Plano, TX
    • Posts 1,179
    Where are you looking for the solution file?  In the Visual Studio Project directory under My Documents, or in the application directory under the web root?

    Regardless, one sure way to make sure that you get a solution file would be to, instead of just create a new web project and letting Visual Studio create the solution, create a new Blank Solution, and then add a new web project to it.
  • Re: Not creating .sln and .suo file in new project

    04-04-2005, 3:22 AM

    I am opening it thru window explorer(C:\Inetpub\wwwroot\AWebUI  here AWebUI is my project name) as well as from Visual Studio open project . But every where i am unable to find .sln and .suo files.Give me the solution.

    Parshant Kalia

     

  • Smile [:)] Re: Not creating .sln and .suo file in new project

    04-06-2005, 4:59 PM
    • Loading...
    • Rudi Larno
    • Joined on 03-31-2004, 5:08 AM
    • Posts 5

    Prashant,

    The .sln and .suo files are not stored in the web-directory (usually under wwwroot) but in the Visual Studio Projects folder (by default in your 'My Documents' folder), possibly in a subdirectory.

    Rudi Yes [Y]

  • Re: Not creating .sln and .suo file in new project

    06-13-2008, 7:12 AM

    When a Web site is created, a solution file (.sln) and a hidden solution user options file (.suo) are created. By default, these files are created in the My Documents\Visual Studio 2005\Projects folder. bcoz they are not required in the deployed website.

    SLN ( own's the following details):

    • A list of the projects that are to be loaded into Visual Studio 2005
    • A list of project dependencies
    • Microsoft Visual SourceSafe information
    • A list of add-ins that are available

     SUO ( own's the following files):

    • The task list
    • Debugger break points and watch window settings
    • Visual Studio window locations

    Mark as answer if this post helps u?

     

Page 1 of 1 (5 items)
Microsoft Communities
Page view counter