in

Chennai .Net User Group

A platform that enables you to Learn, Share & Grow (India's first .Net user group)
Latest post 10-30-2008 8:22 PM by Ravi. 5 replies.
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 10-25-2008 5:34 PM

    • Ravi
    • Top 25 Contributor
    • Joined on 10-24-2008
    • Posts 3
    • Points 60

    Error when opening a web project

    Hi,

    I am new to this site and I need somebody to help in resolving an issue I am facing.

    I am trying to open a web solution which have multiple project, from my new laptop in which I have VS 2005 installed. I am getting an error "the project type is not support by this installation".

    Am I missing something!...

     

    ravi

    Filed under:
  • 10-25-2008 8:29 PM In reply to

    Re: Error when opening a web project

    Hi Ravi,

    VS 2008 projects cannot be opened on VS2005. ie newer version projects cannot be opened on older versions.

    Pls check whether the project is VS2008 built.

    -Yuva

  • 10-29-2008 2:02 PM In reply to

    • Ravi
    • Top 25 Contributor
    • Joined on 10-24-2008
    • Posts 3
    • Points 60

    Re: Error when opening a web project

    Yuva,

    Thanks, the project I am trying to open is of VS 2005 only and I am opening it with VS 2005. But still I am getting the error.

    Ravi

  • 10-30-2008 3:28 PM In reply to

    Re: Error when opening a web project

    Hi Ravi,

    Here are some few checklist

    1. Ensure you have installed VS2005 SP1

    2. For the PROJECT file : Open the project file with notepad and ensure

    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>                          -------- this is VS2005 built

    if else

    ProductVersion = "7.10.3477"
    SchemaVersion = "2.0"                                                  -------- this is VS2003 built

    3. For the solution file : Open the Solution file with notepad and ensure

    Microsoft Visual Studio Solution File, Format Version 9.00         --------- this is VS2005 built

    if else

    Microsoft Visual Studio Solution File, Format Version 8.00         --------- this is VS2003 built

    If there is any mismatch, edit the parameters in the file and try to open.

    -Yuva

     

  • 10-30-2008 4:14 PM In reply to

    • Shafeer
    • Top 25 Contributor
      Male
    • Joined on 10-24-2008
    • Chennai
    • Posts 5
    • Points 55

    Re: Error when opening a web project

    I think you are trying to open a web application project (Visual Studio 2005). I guess this based on the clue "web solution which have multiple project"

    The web application project is a new project option in Visual studio 2005 sp1 (Screen shot is attached below), earlier to sp1 you would be using open website. If you have installed SP1 or Web Application Projects Add-on probably you wouldn't have got this error.

    You can download Visual Studio Team Suite SP1 here  

    If you need the deprecated “Microsoft Visual Studio Web Application Projects” installer you can find it here.

      

  • 10-30-2008 8:22 PM In reply to

    • Ravi
    • Top 25 Contributor
    • Joined on 10-24-2008
    • Posts 3
    • Points 60

    Re: Error when opening a web project

    Answer

    Guys,

    You figured it out. I got it working after installing VS 2005 SP1. Thank you so much and your help is much appreciated.

    Cheers :)

    Ravi

Page 1 of 1 (6 items)
Copyright © 2002-2008 Chennai .Net User Group. All Rights Reserved. Microsoft and Microsoft logo's are trademarks of Microsoft Corporation