Die dll ist in Ordnung.
Ich vermute das Problem liegt eher im csharp C#.
		                     
             C#-Quelltext
                        C#-Quelltext                    
           	 										| 1:2:
 3:
 4:
 5:
 6:
 7:
 8:
 9:
 10:
 11:
 
 | public static void Main(string[] args){
 try
 {
 }
 catch(Exception e)
 {
 MessageBox.Show(e.ToString());
 }
 }
 | 
		
	  
Ich bekomme eine Fehlermeldung
Diese lautet:
System.Security.SecurityException: System.Security.Permission.SecurityPermission at AS3931.Main_win..ctor()
at AS3931.Program.Main()
The type of the first permission thar failed was:
System.Security.Permission.SecurityPermission
The Zone of the assembly that failed was:
MyComputer
Moderiert von  raziel: C#-Tags hinzugefügt
raziel: C#-Tags hinzugefügt