What do I need to do to make a WPF Browser Application (XBAP) that requires Full Trust work on Windo

Posted by Benoit J. Girard on Stack Overflow See other posts from Stack Overflow or by Benoit J. Girard
Published on 2010-05-28T01:03:59Z Indexed on 2010/05/28 1:11 UTC
Read the original article Hit count: 435

Filed under:
|
|
|
|

So this is a Visual Studio 2008, .NET, WPF, XBAP, Windows 7 question, regarding .NET trust policies.

At work, we have several Web Browser Applications (.XBAP files) developed with Visual Studio 2008 (so .NET 3.5) that we deployed internally. These required a .NET FullTrust policy, we found a way to make a .MSI that adjusted the policy on individual stations, everything worked great. Users love in-browser apps.

This was last year and on Windows XP. This year our company started upgrading users to Windows 7, and now none of our Web Browser Applications work. The error message is "Trust Not Granted", as if the policy-changing .MSI had not been run.

Other details: I can confirm that our apps work on Windows XP for Internet Explorer 7 and Firefox, and do not work on Windows 7 for Internet Explorer 8 nor Firefox.

I must admit that .NET security policies mystify me. Still, I could not find any mention of this problem on the Net at large or on this site.

Did anybody else encounter this problem? Any and all help welcome.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wpf