Now I see you are using the IJW technology, and I don't have any experience
with this one :-(
What I can tell is: The EEFileLoadException error means that the CLR could
locate the assembly with the managed class, but couldn't load it for some
reason.
This link might help:
http://doc.trolltech.com/3.3/activeqt-dotnet.html
Also, do a Google search on IJW.
>> Can you please post your code that gives you the EEFileLoadException
>> here?
[quoted text clipped - 41 lines]
>
> Thanks for your responses
Daniel F. Devine - 17 Apr 2006 20:07 GMT
> Now I see you are using the IJW technology, and I don't have any
> experience with this one :-(
[quoted text clipped - 54 lines]
>>
>> Thanks for your responses
Thanks-
I am discovering that EEFileLoadException ALSO occurs when ANY error occurs
in the Managed class - a managed client debug session will yield the proper
exception in the Managed class - but when called from the Unmanaged class -
blindly, I cannot debug into it -any exception will trigger the
EEFileLoadException in the C++ class.