views:

14

answers:

0

I have created an web application using workflow . it was working fine locally , but when i aploaded that to a shared server i am getting an error like

"System.Security.SecurityException: That assembly does not allow partially trusted callers."

i found that it is because my server have trust level high.

and the work flow dll System.Workflow.Runtime.dll may not have APTC (allow partially trusted calllers property)

that is why i am getting such an error. Is any trick to resolve this?