Skip to main content
Home Forums General Silverlight Installation and Setup silverlight chainer problem
6 replies. Latest Post by dipmajumder on November 10, 2009.
(0)
zeeshan86
Member
0 points
2 Posts
06-20-2008 11:31 AM |
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.
venablc85
18 points
12 Posts
06-20-2008 12:03 PM |
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
bradleyb
138 points
43 Posts
06-20-2008 12:17 PM |
The project type not supported error is usally resovled by running devenv /resetskippkgs
Hope this helps,Brad
06-20-2008 2:03 PM |
plz give me the full path to write devnev/resetskippkgs
06-20-2008 3:28 PM |
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.
brodie
24 points
06-25-2008 12:09 AM |
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.
dipmajumder
3 points
1 Posts
11-10-2009 12:27 PM |
Thanks