IE Hosted Control loading Assembly/Module built with C++
My control is hosted in IE. I haven't been able to build my control such that:
1. The cppLib is included in my control's assembly DLL
or 2. cppLib is loaded dynamically by my control either automagically or using some variant of LoadAssembly().
I have tried referencing the cppLib assembly when my UserControl is hosted in a .Net form and it worked.
I was given the advice to build cppLib as a module (/noassembly) but then VS.Net is unwilling to use it as a reference.
If anyone has ideas, I'd really appreciate them!
Sincerely,
Buzzby.

