-
Interfaces in COM+
Hi,
I created a com dll in vb and added it to com+ using "Import components that are already registered". The component is added without a problem. When I try to export it however, it tells me "One or more components were imported. As a result, those components do not contain Interface and method information." What am I doing wrong?
-
Never "Import components that are already registered". There is a known bug with this method that has to do with screwing up interfaces. Even if the componet is already registered you can still use "Install New Components" without a hitch.