Hi,
We have developed a C# dll and are using it with acutonet. We use NetDefGen to get the .def, and there is no problem when we run it on a local drive. But when we run it on a shared drive, next message is shown in declarative section:
Request for the permission of type 'System.Security.Permissions.StorePermission, System, Versión=2.0.0.0, culture=neutral, PublicKeyToken=b77a5c61934e089'
We are running Extend 8.1.3.1 in a Windows 10 system.
The c# Project is compiled with framework 2.0.
We generate the XML that points where the dll is, in a local folder (c:\\)
Any ideas??
Thanks!!