Project type not supported by the installation
Last post 05-09-2008 10:26 PM by mchlsync. 6 replies.
Sort Posts:
02-28-2008 4:17 AM
Project type not supported by the installation

I have visual studio 2008 Team System Team Suite installed on a windows xp sp2 machine.

I have installed the VS_SilverlightTools_Alpha_Setup.exe and the Silverlight 1.1 Alpha Refresh.

 However - when I try to open the SilverlightControlsStarterKit.sln or make a new Silverlight project I get the error:

Cannot open ... path to csproj file... Project type not supported by the installation.

I see that many people have this problem but noone seems to have a solution! Is there anyone here that has solved this?
 

hassc

Joined on 02-27-2008
Posts 3
02-28-2008 4:26 AM
Re: Project type not supported by the installation

 Try the following ~

- regsvr32.exe "%vs80comntools%\..\IDE\projectaggregator.dll"

- Install this one

 

(If this has answered your question, please click on "Mark as Answer" on this post. Thank you!)

Best Regards,
Michael Sync

Blog : http://michaelsync.net
Feed : http://michaelsync.net/feed

mchlsync

Joined on 09-16-2005
Singapore
Posts 2,021
02-28-2008 4:41 AM
Re: Project type not supported by the installation

mchlsync:

 Try the following ~

- regsvr32.exe "%vs80comntools%\..\IDE\projectaggregator.dll"

- Install this one

 

 

I have done this (even though the file you link to is for VS2005) and I still have the same problem. I checked the version of my Microsoft.VisualStudio.SilverLight.dll as stated in this post http://silverlight.net/forums/t/4181.aspx and it is correct: 9.0.20706.18 

I have tried everything I found on Google but still it does not work. 

 

hassc

Joined on 02-27-2008
Posts 3
02-29-2008 4:13 AM
Marked as Answer
Re: Project type not supported by the installation

 I finally fixed it by running devenv /setup

 However now I have other problems.... but I look for replies before I post these.
 

hassc

Joined on 02-27-2008
Posts 3
03-17-2008 5:35 AM
Re: Project type not supported by the installation

I installed on 2 systems; one worked no problem and the other gave me this error. 

Both have VS2005 installed so I'm not sure why the problem on one and not the other. I also noticed that 'Silverlight Projects 2008' didn't show up in the list of installed projects on the system that gave the problem.

devenv /setup worked for me.

robertgtaylor1

Joined on 03-17-2008
Posts 1
05-09-2008 10:10 PM
Re: Project type not supported by the installation

 I am getting the same problem and have tried all of the solutions from this thread ( excluding the VS2005 update since I'm using VS2008 ). devenv /setup didn't work and the regsvr32 fix didn't either.

 

Anyone know how to fix this problem?

 

Thanks! 

RegularKid

Joined on 02-03-2008
Souther California
Posts 38
05-09-2008 10:26 PM
Re: Project type not supported by the installation

RegularKid:
 I am getting the same problem and have tried all of the solutions from this thread ( excluding the VS2005 update since I'm using VS2008 ). devenv /setup didn't work and the regsvr32 fix didn't either.
 

What about this one?   devenv.exe /resetskippkgs  

Ref: http://michaelsync.net/2008/03/07/tipstricks-silverlight-2-beta-1-tools-for-visual-studio-2008-installation-error 

(If this has answered your question, please click on "Mark as Answer" on this post. Thank you!)

Best Regards,
Michael Sync

Blog : http://michaelsync.net
Feed : http://michaelsync.net/feed

mchlsync

Joined on 09-16-2005
Singapore
Posts 2,021