|
-
Jan 30th, 2007, 04:20 PM
#2
New Member
Re: WPF XAML Question -
When you navigate in IE to a XAML file, it is running in a "sandbox".
Inside that sandbox (of lower privileges for the code), Window isn’t allowed. (We want to avoid pop-ups).
So if you replace the 4 instances of “Window” with “Page”, it should work fine.
Thanks, Rob Relyea
Program Manager, WPF Team
http://rrelyea.spaces.live.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|