assembly run time errors
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have an assembly file that I am importing with the statement import assemblyfile I am also including a reference to it in the solution explorer. I create a variable of it but when I try to use it I get an error saying "Error Loading XML file c:\windows\microsoft.net\framework\v1.0.3705\Config\machine.config Request for the permission of type Systems.Security.Permissions.StrongNameIdentityPermission, mscorlib, Version 1.0.3300.0, Culture=neutral, PublicKey Token=b77a5c561934e089 failed.(c:\windows\microsoft.net\framework\v1.0.3705\config\machine.config" If anyone can point me in a direction on what I missed I would appreciate it. Thanxs in advance