Chris,
While checking into this, I've noticed that my activex server object name doesn't show up in either OLEVIEW. In DCOMCNFG, it only appears by its CLASSID tag, and not by name.
When I checked the registry, I found the "(default)" entry is not set for my server object name in HKEY_CLASSES_ROOT.
I compared this with other registered actvex objects and found they do have (default) entries set, and this is what appears in OLEVIEW.
I did name the server, object,and methods using the create activex server tool when i built the project.
How do I get the name to properly register in the registry(besides manually editing the registry)? Is there someplace I need to populate this information in the tool or my server project that I may have missed?