Hi,
I am trying to add a new ocx control in MMC. For that, I first register the ocx control from commandline using the following command
regsvr32 mycontrol.ocx
Then I launch the MMC application and add the ocx from the "File > Add/Remove Snap-in"
Once the ocx is launched, it adds a new node in the left hand side of MMC. When I click on it, I am able to see the GUI of my ocx control on the RHS.
Now, when I save the MMC (File > Save As) to some Desktop.msc file, and open the same file on a different system, I get an error "Page not found". The OCX is registered on that system as well.
What am I missing here?