Page view counter
silverlight chainer problem Subscribe to this thread
Last post 06-25-2008 12:09 AM by brodie. 5 replies.
Sort Posts:
06-20-2008 11:31 AM
silverlight chainer problem

I have came through a  problem that i forget that i have install silverlight chainer and start installing it again. then during the installation i opened the control panel to check i have previously installed silverlight chainer or not, i found that it has already been installed so i canceled the progressing silverlight chainer installation. then i started visual studio 2008 and opened the current projects of silverlight and "The project type is not supprted by this installation " error message is given by visual studio. if i am creating a new silverlight application then "Object reference not set to an instance of an object" error occured.  Please help me to solve this problem.

zeeshan86

Loading...
Joined on 06-20-2008
Posts 2
06-20-2008 12:03 PM
Re: silverlight chainer problem

Hi Zeeshan86,

You're not the only person having these problems, read this thread, the second post has a link to a very good blog which may be able to help you...

http://silverlight.net/forums/p/17677/59164.aspx#59164

saying that it didnt work for me and i ended up reinstalling my OS and starting from scratch

 But like i said check out that blog, it describes a few errors and has good detailed instructions on fixing them

venablc85

Loading...
Joined on 06-18-2008
Posts 12
06-20-2008 12:17 PM
Re: silverlight chainer problem

The project type not supported error is usally resovled by running devenv /resetskippkgs

Hope this helps,
Brad

BradleyB

Loading...
Joined on 11-06-2002
Posts 43
06-20-2008 2:03 PM
Re: Re: silverlight chainer problem

 plz give me the full path to write devnev/resetskippkgs

zeeshan86

Loading...
Joined on 06-20-2008
Posts 2
06-20-2008 3:28 PM
Marked as Answer
Re: Re: silverlight chainer problem

Open a command prompt and run this: 

 "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /resetskippkgs

The path could be different depending on where you installed VS.

Hope this helps,
Brad

 

BradleyB

Loading...
Joined on 11-06-2002
Posts 43
06-25-2008 12:09 AM
Marked as Answer
Re: silverlight chainer problem

I ran the devenv /resetskippkgs and it fixed the problem I was having with VS2008 (no SP1 beta) trying to open Silverlight 2 Beta 2 projects.

NOTE: I had previously tried the Silverlight_Tool_Fixup.zip vbs script located at http://weblogs.asp.net/bradleyb/archive/2008/06/18/fixing-setup-errors-installing-silverlight-tools-beta-2.aspx, and then reinstalled Silverlight 2 Beta 2.  When this didn't work I read about the /resetskippkgs flag, ran it, and now I'm back in the world of Silverlight goodness.

Very happy! Thanks.

 

brodie

Loading...
Joined on 06-25-2008
Posts 2
Microsoft Communities