Skip to main content
Home Forums General Silverlight Installation and Setup Package Load Failure in Visual Studio
9 replies. Latest Post by bradleyb on June 22, 2008.
(0)
jmc7
Member
0 points
4 Posts
06-20-2008 1:10 PM |
Hello,
After Installing everything that I need to develop for Silverlight 2.0, when I try to load a Silverlight project in Visual Studio, I get a package load failure. In the past I developed for Silverlight 2.0 beta 1, and 1.1 alpha before that. I uninstalled all of the old bits.
Currently I have installed (on Vista):
Here is the error:
Any Ideas?
Thanks,
Jeff
bradleyb
138 points
43 Posts
06-20-2008 5:45 PM |
By any chance do you have VS08 SP1 beta installed?
It would be great if you could let me know the installed features. In the Help/About dialog there is a "Copy Info" button that will copy all the installed features.
Thanks, Brad.
06-21-2008 8:16 AM |
Thanks for your help. I don't think I have the SP1 beta installed, but the interesting thing is the "About" info shows KB949325, whereas the "View Installed Updates" does not show it. Any idea how to uninstall it if it's not listed in the Installed Updates?
Here's the info:
Microsoft Visual Studio 2008Version 9.0.21022.8 RTMMicrosoft .NET FrameworkVersion 3.5
Hotfix for Microsoft Visual Studio 2008 Standard Edition - ENU (KB944899) KB944899This hotfix is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/944899.
Hotfix for Microsoft Visual Studio 2008 Standard Edition - ENU (KB945282) KB945282This hotfix is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/945282.
Hotfix for Microsoft Visual Studio 2008 Standard Edition - ENU (KB946040) KB946040This hotfix is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/946040.
Hotfix for Microsoft Visual Studio 2008 Standard Edition - ENU (KB946308) KB946308This hotfix is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/946308.
Hotfix for Microsoft Visual Studio 2008 Standard Edition - ENU (KB946344) KB946344This hotfix is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/946344.
Hotfix for Microsoft Visual Studio 2008 Standard Edition - ENU (KB946581) KB946581This hotfix is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/946581.
Hotfix for Microsoft Visual Studio 2008 Standard Edition - ENU (KB947173) KB947173This hotfix is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/947173.
Hotfix for Microsoft Visual Studio 2008 Standard Edition - ENU (KB947789) KB947789This hotfix is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/947789.
Update for Microsoft Visual Studio 2008 Standard Edition - ENU (KB947520) KB947520This update is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this update will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/947520.
Update for Microsoft Visual Studio 2008 Standard Edition - ENU (KB949325) KB949325This update is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this update will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/949325.
Update for Microsoft Visual Studio 2008 Standard Edition - ENU (KB950630) KB950630This update is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this update will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/950630.
Update for Microsoft Visual Studio 2008 Standard Edition - ENU (KB950631) KB950631This update is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this update will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/950631.
Update for Microsoft Visual Studio 2008 Standard Edition - ENU (KB951455) KB951455This update is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this update will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/951455.
Update for Microsoft Visual Studio 2008 Standard Edition - ENU (KB951456) KB951456This update is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this update will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/951456.
Update for Microsoft Visual Studio 2008 Standard Edition - ENU (KB951457) KB951457This update is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this update will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/951457.
Update for Microsoft Visual Studio 2008 Standard Edition - ENU (KB951458) KB951458This update is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this update will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/951458.
Update for Microsoft Visual Studio 2008 Standard Edition - ENU (KB951459) KB951459This update is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this update will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/951459.
Update for Microsoft Visual Studio 2008 Standard Edition - ENU (KB951460) KB951460This update is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this update will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/951460.
Update for Microsoft Visual Studio 2008 Standard Edition - ENU (KB951461) KB951461This update is for Microsoft Visual Studio 2008 Standard Edition - ENU.If you later install a more recent service pack, this update will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/951461.
06-21-2008 11:06 AM |
You might try running the script "silverlight_tools_fixup.vbs" which I've posted here:
http://weblogs.asp.net/bradleyb/archive/2008/06/18/fixing-setup-errors-installing-silverlight-tools-beta-2.aspx
It attempts to detect and uninstall KB949325.
As an aside, I also noticed that you have KB944899. This KB does not directly interfer with Silverlight Tools but it does cause problem with VS SP1 Beta. If you plan to install SP1 I'd recommend uninstalling it.
Hope this helps,Brad
06-21-2008 11:08 AM |
The strange thing is I'm seeing both KB949325 and KB950630 instaled. if you run the script above please send me the log file silverlight_tools_fixup_*.txt.
Thanks, Brad
06-21-2008 12:25 PM |
It doesn't detect kb949325: "KB949325 is not installed for VS 2008 Standard - ENU"
6/21/2008 07:20:39 [silverlight_tools_fixup] Looking for Installed Version of VS6/21/2008 07:20:39 [silverlight_tools_fixup] Found Microsoft Visual Studio 2008 Standard Edition - ENU6/21/2008 07:20:50 [silverlight_tools_fixup] No Advertised Features Found for Microsoft Visual Studio 2008 Standard Edition - ENU6/21/2008 07:20:50 [silverlight_tools_fixup] End of Script
06-21-2008 12:55 PM |
What version of this file do you have?
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.VisualStudio.Web.Application.dll
06-21-2008 12:56 PM |
06-21-2008 1:32 PM |
v9.0.21116.48
06-22-2008 1:50 AM |
Interesting that's the version from KB949325. I'd recommend doing a repair of VS at this point. You can do this by going to Add and Remove Programs and selecting "Change". This will launch the Visual Studio Setup Wizard in Maintenance Mode. As you step through the Wizard select the option to Repair/Reinstall.
Please let me know the version of Microsoft.VisualStudio.Web.Application.dll after doing this.
Thanks,Brad.