I am writing an ASP application on Windows CE that will need to call business logic that exists in a .NET DLL (C#).
It appears as though although the Compact Framework allows us to call native code from managed code, the CF doesn't allow us to call managed code from native code. - But, I'm not 100% sure on this.
Has anyone had success using COM Interop to call methods from a managed dll from ASP on CF? If so, can you point me to where I can learn how to do it?
If not, given that I must use ASP (on CF) and I'm stuck with the business logic in a managed assembly, how else can I get data out of the assembly into the ASP application?
I was just notified of a blog post by John Spaith (WinCE Team Member) -
Here's the link to Spaith's post