The project file '.csproj' cannot be opened.

Last post 07-29-2009 6:02 AM by babuji_godem. 3 replies.

Sort Posts:

  • The project file '.csproj' cannot be opened.

    08-01-2008, 9:09 AM

    Hello,

    I am using vs 2005 and SQL server 2005 for my web application. Earlier i had created this application in vs 2003. After that i had converted it in to 2005 and its working in my local PC correctly. But when i m using the same project code in another PC having same VS 2005 and SQL server 2005 configuration , still its dones't allow me to open the project file. Its giving following error message:

    ---------------------------
    Microsoft Visual Studio
    ---------------------------
    The project file 'c:\Inetpub\wwwroot\ABC\ABC.csproj' cannot be opened.

    The project type is not supported by this installation.
    ---------------------------
    OK   Cancel   Help  
    ---------------------------

    Please help me regarding this issue.

    Thanks

  • Re: The project file '.csproj' cannot be opened.

    08-01-2008, 9:28 AM
    Answer
    • Star
      7,995 point Star
    • MelvynHarbour
    • Member since 06-06-2008, 9:33 AM
    • Cambridge, UK
    • Posts 1,288

    You probably don't have support for web application projects, which means that you don't have SP1 installed. See this page: http://msdn.microsoft.com/en-us/asp.net/aa336618.aspx

  • The project file '.csproj' cannot be opened.

    09-04-2008, 4:25 AM

    First install  Microsoft Visual Studio 2005 - Update to Support Web Application Projects (VS80-KB915364-X86-ENU.exe)

    and then try.

     

  • Re: The project file '.csproj' cannot be opened.

    07-29-2009, 6:02 AM
    • Member
      103 point Member
    • babuji_godem
    • Member since 11-20-2007, 6:59 AM
    • Hyderabad
    • Posts 51

    Run the following command


    Devenv.exe /ResetSkipPkgs


    Clears all options to skip loading added to VSPackages by users wishing
    to avoid loading problem VSPackages, then starts Visual Studio.
    Babuji Godem
    Human Logic Pvt Ltd.
Page 1 of 1 (4 items)