Apple applies for optical stylus patent, Hell reports coldest day on record in Back Page News

no-display XAML


1 reply to this topic - - - - -

#1 Complete

    Neowinian

  • 72 posts
  • Joined: 07-January 06

Posted 07 April 2011 - 04:17

I have inherited source code from a project.

I am trying to decypher how it all fits together. It uses XAML. The problem is that when I open the XAML files Visual Studio 2008 does not display it graphically, and when it shows the file in text form, many of the elements seem to be undefined like "UserDefined" and "Grid". I thought that if I install Expression Blend, it will have these elements defined. But this did not work. Any ideas?


#2 +Dr_Asik

  • 5,208 posts
  • Joined: 26-October 05

Posted 07 April 2011 - 07:05

What version of .NET does it target? VS2008 does not support .NET 4. Otherwise check that the project includes the correct references (PresentationCore, PresentationFramework, System.Xaml, WindowsBase).