Hello,<br><br>I created an DLL-File &#39;a.dll&#39; from my IronPython module/library &#39;a.py&#39;. This module uses SqlClient functions. While &#39;a.py&#39; is running nicely directly from IronPython the &#39;a.dll&#39; doesn&#39;t run correctly when I try to use any of the SQL-related parts. I get the following error message:<br>
<br>SystemError: Fehler bei der Anforderung des Berechtigungstyps 
System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0,
 Culture=neutral, PublicKeyToken=b77a5c561934e089.<br><br>My questions is therefore: How do I grant the proper permission to &#39;a.dll&#39; so that I can access SqlClient and run correctly?<br>