Top "Partial-trust" questions

Partial trust is a .NET security model in which application code executes with reduced permissions as a measure of protecting the local system from malicious use.

Assembly does not allow partially trusted caller

How do I change my library to allow partially trusted callers? I get the following error: Server Error in '/…

c# visual-studio-2008 partial-trust
That assembly does not allow partially trusted callers. InitializeComponent()

Scenario: I am in the process of refactoring one of our applications to use Nhibernate and came across this issue …

c# .net-3.5 partial-trust initializecomponent
How can I use the system.net section of my app.config in a partial trust environment?

I've a WCF application deployed using clickonce. It connects to my server using https, and everything works fine I use …

.net wcf proxy code-access-security partial-trust