I have an ActiveX dll created in Visual Studio,I have kept the COM Visible to true and when I compile as Admin, the dll gets entered into the registry and is accessible from other applications.
But,how to make this com registered without recompiling.
I tried using regasm,but that creates an entry in registry,but there is no entry in the Win32/WOW64.Also when I try to access it,it is saying that the dll is not strongly registered
Could anyone say,the steps followed by Visual Studio to make an ActiveX dll COM Visible?