I am trying to early bind to a 3rd party's unmanaged COM object. I added reference to the tlb which then referenced the new RCW. When I try to create the new object my interfaces do not show, only the enums.

object.interface (<--does work) objName = new object. (<--no interfaces in inteli??)

I am able to late bind to the object though in vb.net but still can't early bind in vb.net or C#? The interfaces do show up in the object explore also.

Thanks for any help,
Jerod