WCF wrapper COM object
Posted
by LarryR
on Stack Overflow
See other posts from Stack Overflow
or by LarryR
Published on 2010-04-20T20:08:54Z
Indexed on
2010/04/20
20:13 UTC
Read the original article
Hit count: 297
I have a third party COM component (they don't offer a .Net assy), that has the additional feature that it only works under x86 compile.
I am trying to wrap this in a WCF service, but if I select x86, the service won't start (System.BadImageFormatException).
Any workarounds for this ?
Thanks Larry
© Stack Overflow or respective owner