Results 1 to 4 of 4

Thread: The project type is not supported by this installation

  1. #1
    Join Date
    Nov 2008
    Posts
    20

    The project type is not supported by this installation

    I am trying to open some source code i got from the internet which is a VS 2005 Project Solution. When i try to open it in VS 2005 i get the error message - the project file C:\C#\NewSourcecode\VS2005\AvalonLife\AvalonLife.c sproj cannot be opened. the project type is not supported by this installation. Iv tried devenv and devenv/setup and that didnt help. iv also tried uninstalling and reinstalling. but this hasnt helped either. Can anyone help me pls? Thanx for ur help

  2. #2
    Join Date
    May 2008
    Posts
    1,304

    Re: The project type is not supported by this installation

    There is an update for Visual Studio 2005 to support Web Application Projects available.

    Download Visual Studio 2005 add-in

    And also Visual Studio 2005 Web Application Projects

  3. #3
    Join Date
    Dec 2007
    Posts
    1,599

    Re: The project type is not supported by this installation

    You need to remove the ProjectType element that has a GUID - its usually the first entry under the first PropertyGroup.

    Then you need to add these elements:

    ----------------
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    ----------------

    just below the removed element.
    Hope it helps!

  4. #4
    Join Date
    Mar 2008
    Posts
    232

    Re: The project type is not supported by this installation

    Hi,

    Have you given the proper path of the file, please check, then try to run it.

    Also try to download the deven add-ons for Devenv - 2.3.1

    Thanks

Similar Threads

  1. Replies: 5
    Last Post: 19-12-2011, 09:02 PM
  2. Installation of this game is not supported
    By Ameeryan in forum Video Games
    Replies: 3
    Last Post: 21-10-2009, 06:23 PM
  3. Replies: 3
    Last Post: 25-05-2009, 08:35 PM
  4. Language of installation not supported in Microsoft Office
    By Russyan in forum MS Office Support
    Replies: 2
    Last Post: 08-01-2009, 12:58 AM
  5. Replies: 3
    Last Post: 26-05-2006, 06:40 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,020,867.89596 seconds with 16 queries