Skip to main content
Home Forums General Silverlight Installation and Setup I installed .NET Framework 3.5 SP1 and now XAML Designer crashes in Visual Studio sp1 with Silverlight Beta 2
4 replies. Latest Post by MontanaFred on August 28, 2008.
(0)
MontanaFred
Member
0 points
3 Posts
08-27-2008 12:51 AM |
I'm using Vista Ultimate and I had installed Silverlight 2 Beta 2 and it was working pretty well except that it crashed when I exited Visual Studio 2008,
When I installed the .NET Framework 3.5 SP1 the XAML Designer stopped working.
I get
An Unhandled Exception has occured
Could not load type 'System.Windows.NameScope' from assembly 'WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
at MS.Internal.Metadata.BaseAttributeTable.AddSystem_Windows_NameScopeAttributes() at MS.Internal.Metadata.BaseAttributeTable..ctor() at MS.Internal.Metadata.BaseOverridesAttributeTable..ctor() at Microsoft.Windows.Design.Metadata.DeveloperMetadata.DeveloperMetadataBuilder..ctor() at Microsoft.Windows.Design.Metadata.DeveloperMetadata.get_CustomAttributes() at Microsoft.Windows.Design.Metadata.DeveloperMetadata.Initialize()
Is there a way to fix the XAML Designer?
Thanks
Sergey.L...
Contributor
7110 points
1,336 Posts
08-27-2008 9:01 AM |
Hi,
Did you install SP1 for VS2008, not for Framework?
simbuaar...
Participant
1172 points
405 Posts
08-27-2008 9:41 AM |
If you want work in .net 3.5 framework you must install vs 2008 . .net 3.5 framework is inbuilt in this visual studio 2008 .
08-27-2008 8:33 PM |
I thought I had installed SP1 for VS2008 already and when I installed Framework 3.5 SP1 the XAML Designer stopped working but I just noticed that Visual Studio still says SP1 beta1. So I think that might be the problem. I don't remember runing the VS 2008 Service Pack Prep tool so I plan to run that and then re-install VS 2008 sp1 and Framework 3.5 sp1.
.
08-28-2008 7:43 AM |
After running the prep tool reinstalling VS sp1 and Framework 3.5 sp1 and then "refreshing" Silverlight tools beta 2 the XAML designer is now working again. (it still crashes everytime I exit if I open XAML but I can live with that).
Thanks everyone who replied.