[Mono-list] how to run applications using mono framework instead of .NET framework on windows

Jonathan Pryor jonpryor at vt.edu
Tue Jun 11 14:37:30 UTC 2013


On Jun 11, 2013, at 5:16 AM, ishmeet <ishmeet.bhatia at jci.com> wrote:
> Now I want to ensure that when I debug my dll's they run using mono framework and not .NET framework. Is there a way to do that.

Use Mono's embedding API to execute your .dll's:

	http://www.mono-project.com/Embedding_Mono

Aside: How were you attempting to execute managed code from your native app if you weren't embedding Mono already? COM interop? LoadLibrary() + GetProcAddress()[0]?

 - Jon

[0]: http://www.codeproject.com/Articles/37675/Simple-Method-of-DLL-Export-without-C-CLI


More information about the Mono-list mailing list