D
devgrt
C#.Net PocketPC 2003:
I use an eVC DLL in my project. For some reason I can call funcs from it
fine from the first form, but later in the program (after loading another
third-party dll we use) I get missingmethodexception. If I commnet out the
use of the third-party stuf fthen it works.
Is there a way to preload my dll (I was thinking LoadLibrary but that is
not available for C#.Net???).
Thank you
I use an eVC DLL in my project. For some reason I can call funcs from it
fine from the first form, but later in the program (after loading another
third-party dll we use) I get missingmethodexception. If I commnet out the
use of the third-party stuf fthen it works.
Is there a way to preload my dll (I was thinking LoadLibrary but that is
not available for C#.Net???).
Thank you