Problem: When adding Visio diagrams, saved as HTML and published as XAML, to SharePoint you may receive the error: An error has occurred. : CreateFromXaml shown in the screen dump below. On investigation, it appears that this error occurs when the you mouse over any box containing an ampersand. This, in turn, throws an [...]
Archive for the ‘XAML’ Category
Project file must include the .NET Framework assembly ‘WindowsBase, PresentationCore, PresentationFramework’ in the reference list
Posted: 6th September 2010 in Visual Studio, XAMLProblem: After including some XAML files from a Visio document in a Visual Studio solution you’re unable to build the solution and receive the error: Project file must include the .NET Framework assembly ‘WindowsBase, PresentationCore, PresentationFramework’ in the reference list Cause: When you include XAML files in a solution it assumes you want to compile [...]