I\'ve encountered a problem with the XBAP Script Interop feature that was added in WPF 4. It involves a combination of the following:
I like to be able to run MSTest in partial trust. This would allow me to configure what the code, that my unit tests call, can and can\'t do.
I want to use silverlight as my windows service interface. For that, I\'m using a custom web server to provide the xap file and it works fine.
Scenario: I am in the process of refactoring one of our applications to use Nhibernate and came across this issue a couple weeks back. The issue was originally with Nhibernate and Castle and to solve
I thought if I do not use anything beyond simple graphic in a window, I would be able to run a stand-alone WPF application in Partial Trust (at least on Intranet). But unfortunately, even simplest Hel