Unable to access a method in Medium Trust environment
Status: Alpha
Brought to you by:
epiraux
The NFusebox assembly invokes using reflexion, when executing the NFusebox.Switch() method, through a Activator.CreateInstance(...).
The problem occurs in Medium Trusted environment, typical for hosted shared servers.
In web.config, under the <configuration> section, the following code sets the Medium Trust
<location allowOverride="false">
<system.web>
<trust level="Medium" originUrl="" />
</system.web>
</location>