Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: The project type is not supported by this installation

I'm trying to open a silverlight project in Visual Studio 2008 and getting this error.

The project type is not supported by this installation.

Let me tell you I did installed:

  1. VS2008
  2. SP1
  3. Silverlight Tools 3
  4. Silverlight SDK
  5. Silverlight

And they were installed in the sequence they are mentioned here. Still I'm getting the same error.

Adding some more details which might be helpful in identifying the cause: When I try to create a new silverlight project it gives me error "Object reference not set to an instance of an object". And shows "...project creation failed."

I tried unistalling all of the things and installing them again. It really took a lot of time but didn't solved my problem.

Any help appreciated.

like image 922
Manish Avatar asked Nov 12 '09 13:11

Manish


2 Answers

Open the project.csproj file with another editor, delete whatever you find between

<ProjectTypeGuids></ProjectTypeGuids>
like image 139
chridam Avatar answered Nov 13 '22 20:11

chridam


I've had the same error when I tried to open a solution which required VB.NET, despite everything (to my knowledge) being C#.

If you've done a full install of VS then try this solution: http://andrewgunn.blogspot.com/2008/03/silverlight-project-type-is-not.html

Let us know how it goes.

like image 1
Town Avatar answered Nov 13 '22 21:11

Town