IE Hosted Control loading Assembly/Module built with C++

I have a UserControl which should use constants from a C++ header file which I've modified to generate managed types (called cppLib).

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.

[698 byte] By [codefund.com] at [2008-2-28]