Tagged Questions
1
vote
1answer
2k views
Grant FullTrust in trusted assembly called by partial trust assembly
imagine the following environment: an XBAP application running in partial trust mode (default behaviour; requiring Full Trust is not an option - but before you ask, if full trust is given to the XBAP, ...
1
vote
3answers
229 views
Edit and run .NET projects from network shares
Since I run my stuff in a VM I like to save my data on shares on the host. But then running and debugging (web) applications and tests from within Visual Studio has problems. How can I configure ...
0
votes
5answers
270 views
Process Class and .NET security?
I am using the Process class in my application, right at the beginning of
the static Main method. I am using the Process class to know if another
instance of my application is currently running. If my ...
0
votes
1answer
367 views
How to stop CAS security demands from a FullTrust assembly
I have a FullTrust assembly, Assembly A, which calls a 3rd party component, Assembly B. Is there any way I can, via A.dll.config or in A's code, prevent any CAS demands from propagating up the stack ...