Successfully registered COM DLL is not being listed in “Insert ActiveX control” dialog of visual studio
up vote
0
down vote
favorite
I have created a COM DLL using the ATL project (Composite object) which basically has one tree control (which is a part of VS toolbox) within a dialog. After registering it, I'm trying to insert it in a dialog based MFC/ATL application by using the standard approach of using "Insert ActiveX control" dialog of Visual Studio. But the problem here is, even after its successful registration it is not getting listed in the "Insert ActiveX control" dialog. So I'm not able to insert it in the container dialog. Alternatives that I've tried and that worked: In a tool provided by Microsoft to test such controls i.e., "ActiveX control test container"(TSTCON32.exe), my COM DLL is getting listed properly and I'm able to use it. Alternatives that I've tried a