OLE Server isn't registered MSCOMM32.OCX [Resolved]
I am trying to add the activex control MSCOMM32.OCX into a Visual Studio Form. The following message appears:
The OLE Server isn't registered, to register the OLE Server, reinstall it
I have a copy of MSCOMM32.ocx in the WINNT\system32 folder. I have registered the control with REGSVR32.EXE but the message still appears. I have heard that Visual Studio .net does not support this activeX control. What would it's replacement be? Or, how do I get this Communication Control to work? I do not have VB 6.0.
Hey your registry not clean...
Hi,
Maybe you have register this component more than one time with difference locations. And some of the location does not have the MSCOMM32.OCX file.
What you need to do is use the clean all the registry key which associate with this component and try to registry again.
And add to the form again. Remember, try to register only once.