That assembly does not allow partially trusted callers

Solution for error:
Execption Details: System.Security.SecurityException: That assembly does not allow partially trusted callers.
Check if the trust level is set to Medium then either remove this tag from web.config file or change it to Full
as:
<trust level="Full" />

1 comments:

Mathai said...

gud info for dotnet articles check this

http://www.codesforprogrammers.blogspot.com/