I´m trying to do TDD with an object that has a dependency on a COM Interface. I though about mocking the COM interface, while doing development testing, and do it real on th
Try to set "Embed Interop Types" to FALSE for assembly that contains COM interface.