Re: [ADVANCED-DOTNET] IEExec vs. AppDomain.ExecuteAssembly

2002-12-11 Thread Shawn A. Van Ness
>Using Anakrino on ieexec.exe reveals this: Thanks Frederic (but I know how to read the ILDASM output just fine :). What does it all mean? Is this ~1000 lines goo all for the sake of hooking up DLL controls w/in IE? For the EXE case (which is what I'm currently interested in -- sorry I neglect

Re: [ADVANCED-DOTNET] IEExec vs. AppDomain.ExecuteAssembly

2002-12-11 Thread Frederic Gos
} } } return -1; } -Original Message- From: Shawn A. Van Ness [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 10:37 AM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] IEExec vs. AppDomain.ExecuteAssembly W

[ADVANCED-DOTNET] IEExec vs. AppDomain.ExecuteAssembly

2002-12-11 Thread Shawn A. Van Ness
What, if anything, does IEExec.exe do differently than this? static void Main( string[] args) { AppDomain.CurrentDomain.ExecuteAssembly(args[0]); } I played around w/ various CAS and IE zone-settings for a few minutes, and got pretty much identical results. Am I missing some