Here are two steps that you need to do to the component to make it run in a partial trust. 1. Remove strong naming as it's not needed 2. Add APTCA (AllowPartiallyTrustedCallerAttribute) to the component You can adjust your component by using the two
Read More...