Caspol: Calling a method from an assembly on a network share.
I have compiled an assembly using the Microsoft Strong Name key convention and marked it to be "AllowPartiallyTrusted". I am testing the application against this assembly from two different machines. One is running windows 2003 server and the other machine is on windows XP Professional. I am able to invoke the methods on the assembly f...