From: Peter Duniho on
PvdG42 wrote:
> [...] I had failed to specify an x86 target platform in the C# project.
> The vb OCX requires this to work. I'm developing on a x64 Win 7 box,
> where the target defaults to "any...".

Yup. That would definitely result in "some problem mapping to the COM
class being used", there not being a registered COM DLL for the given
class and CPU architecture. :)

Pete