Skip to main content
Home Forums General Silverlight New Features in Silverlight 3 Microsoft.Windows.Design.Extensibility 3.8 not found
2 replies. Latest Post by user200 on July 4, 2009.
(0)
user200
Member
3 points
13 Posts
06-24-2009 3:53 PM |
Hi,When I try to build my silverlight application in Expression Blend 3 Beta it shows the following error message for each .xaml filein my project."The file or assembly "Microsoft.Windows.Design.Extensibility, Version=3.8.0.0, Culture=neutral, PublicKeyToken=b03f5f711d50a3a" or one of its dependencies was not found. The located assembly's manifest definition does not match the assembly reference.(Exception from HRESULT: 0x80131040)"I did not add a reference to "Microsoft.Windows.Design.Extensibility" to my project.I've looked into "C:\Windows\assembly" and there are only versions 3.5 and 3.7 of "Microsoft.Windows.Design.Extensibility".Has anybody an idea why blend thinks that this dll is needed or where I get the specified version (3.8)?
------------------------------------------------------------------------------------------------------------
I am using Visual Web Developer Express 2008 SP1, Blend 3 Beta.The project contains the following references:- mscorlib- System- System.ComponentModel- System.ComponentModel.DataAnnotations- System.Core- System.Net- System.Windows- System.Windows.Browser- System.Windows.Controls- System.Windows.Controls.Data- System.Windows.Controls.Data.DataForm- System.Windows.Controls.Navigation- System.Xml- System.Xml.Linq
Amanda W...
All-Star
17241 points
1,466 Posts
06-30-2009 5:15 AM |
Hi ,
The Microsoft.Windows.Design.Extensibility is an assembly of WPF. It does not exits in Silverlight.
Please make sure you choose the option Silverlight 3 Application + website when you create application in Expression blend 3 preview.
07-04-2009 8:39 AM |
Hi,
I chose "Silverlight 3 Application + Website" when I created the project.
After some changes to the project, this error occurred. Somehow it seems that I have told it to include this dll (although I don't need / want it to be included in my project).
Has anybody an Idea how I can find out where this dll is included? (I've searched in the project files, but it is not referenced there anywhere)