CreateInstance security violation

G

Guest

i have some code that worked fine that has now been moved out to a separate
assembly, (simplifeid below)

Dim asm As System.Reflection.Assembly =
System.Reflection.Assembly.GetAssembly(OwningMainForm.GetType)
Dim o As Object = asm.CreateInstance(frm, True)

and i now get a system.security.ipermission exception:-
"Request for the permission of type
'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."

anyone know how i can get round this? (the assembly and frm are both correct)

*guy*
 
G

Guest

Don't quote me on this... ... that folder where the solution is newly located
might not be set up in the .NetFramework configuration with in that machine.


best luck to you though.



Ronin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top