Quantcast
Channel: Xaml troubles
Browsing all 7 articles
Browse latest View live

Xaml troubles

Hi Neil,Standalone WPF apps run fine for me, its just the loose XAML where I'm having this problem on one machine.  The problem machine happens to be my main development machine, so it has VS 2005, the...

View Article



Xaml troubles

Hi AlexStrange, I've not experienced that one before!  Out of interest do you also get problems running compiled WPF applications?I can only suggest you uninstall and reinstall the .NET3.0 Framework,...

View Article

Xaml troubles

Hi,Thanks, that fixed it.  (Well, on one machine at least).So the following loose XAML file opens fine in IE6 or IE7 on machine #1:<Page xmlns=...

View Article

Xaml troubles

The XML namespace is wrong.Try using <Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">RegardsNeil

View Article

Xaml troubles

Hi,When I put the 4 lines of XAML you show (with the "Hello World" button inside) in a loose XAML file and try to open it with IE7 it doesn't work.  IE7 starts PresentationHost.exe OK, but that...

View Article


Xaml troubles

First you have to add the namespace for Avalon xmlns="http://schemas.microsoft.com/winfx/avalon/2005" Secondly, you cannot use Window as a top element in a loose XAML file because of the security...

View Article

Xaml troubles

Great to be a part of the community.  I'm having a lot of trouble with the implementation of xaml files with vs2005.  I've installed everything neccesary to run winfx stuff (the winfx rtc, windows sdk,...

View Article
Browsing all 7 articles
Browse latest View live




Latest Images