I've created an assembly that needs to run from a network share for use with AutoCAD. The code runs fine when called from AutoCAD on the local PC, but when called from the network share it throws a System.Security.SecurityException
exception. I've done some research and tried setting the network share to full trust using caspol
but it still doesn't work. Looking at the trace, it seems to error when calling a method from one of the AutoCAD asssemblies also present on the share.
How can I set it so that all the assemblies on the share run?