[Mono-osx] ServicePointManager using 2.0
Paolo Molaro
lupus at ximian.com
Mon Oct 27 11:11:33 EDT 2008
On 10/24/08 Duane Wandless wrote:
> Thanks for the reply. I did call mono_jit_exec. But I'm using a DLL ...
> not an executable. I get a message back after calling mono_jit_exec on my
> DLL:
> doesn't have an entry point
>
> And it fails as described in my first posts. Now maybe the entry point is a
> different signature for the DLL. I did not pursue this since it is not
> required that my C# code be in a DLL. So I changed to an EXE and call
> mono_jit_exec which allows my C# code to work as expected.
Sure, mono_jit_exec() needs an assembly with an entrypoint to execute,
if you throw it a random assembly how do you expect it to work?
lupus
--
-----------------------------------------------------------------
lupus at debian.org debian/rules
lupus at ximian.com Monkeys do it better
More information about the Mono-osx
mailing list