This product is produced as ".NET Assemblies", in the form of DLL files that run in AutoCAD's process space. By default Windows Security will not allow you to load these from a network volume. There are two ways to set the security.
- Code Access Security Policy Tool (Caspol.exe):
This command line utility lets you quickly set polices. For example this statement sets the policy for the entire contents of a volume with a drive letter e: using a name of EDOTNET.
C:\>
caspol -q -machine -addgroup 1 -url file://e:/* FullTrust -name "EDOTNET"
Additional information on CASPOL can be found on this Microsoft Page.
- Control Panel:
- Start, Control Panel.
- Double-click Administrative Tools, and then double-click Microsoft .NET Framework Wizards.
- In the .NET Wizards window, click Trust an Assembly. The Trust an Assembly dialog box appears.
- Click to select the Make changes to this computer option, and then click Next.
- Click Browse. The Choose Assembly dialog box appears.
- In the Choose Assembly dialog box, locate the executable file on the mapped network drive, and then click Open.
- In the Trust an Assembly dialog box, click Next.
- In the Trust an Assembly dialog box, move the slider to Full Trust, and then click Next.
- Click Finish.
Note: These issues do not occur when running the application from a local drive.