Re: [DOTNET] Security Problems with Dynamically Loaded Assemblies

2002-06-25 Thread Jay Ayliff
Hi John, Thanks for your answer. The words "quality time" and "intricacies" made my heart sink, but a doc search on "Code Access Security" has provided me with the way in. Regards, Jay Ayliff Stalis Ltd You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to oth

Re: [DOTNET] Security Problems with Dynamically Loaded Assemblies

2002-06-24 Thread Cavnar-Johnson, John
AM To: [EMAIL PROTECTED] Subject: [DOTNET] Security Problems with Dynamically Loaded Assemblies Hi List, I am encountering interesting security problems with my VB.NET application. I have an MDI form that instantiates a utility object for things like program load, message passing, etc. The MDI form

[DOTNET] Security Problems with Dynamically Loaded Assemblies

2002-06-24 Thread Jay Ayliff
Hi List, Okay, I should have checked the archives first. I just did and found references to a program called caspol. The first posting suggested I do: caspol -cg 1.2 Everything I tried that, and the program kicked up a security error and died before the point it did before. Then I did: caspol

[DOTNET] Security Problems with Dynamically Loaded Assemblies

2002-06-24 Thread Jay Ayliff
Hi List, I am encountering interesting security problems with my VB.NET application. I have an MDI form that instantiates a utility object for things like program load, message passing, etc. The MDI form uses System.Reflection.Assembly.LoadFrom() to dynamically load an assembly off a server. This