How to reinstall OLE server?

G

Gary Roach

I'm using Access 2007. I want to insert an ActiveX control in a form. When I
attempt to do so, I get the error message:

The OLE server isn't registered. To register the OLE server, reinstall it.

Googling this turns up nothing. What do I do? Thanks for any help.
 
A

Arvin Meyer [MVP]

Gary Roach said:
I'm using Access 2007. I want to insert an ActiveX control in a form. When
I attempt to do so, I get the error message:

The OLE server isn't registered. To register the OLE server, reinstall it.

Googling this turns up nothing. What do I do? Thanks for any help.

If the control's file is on your machine, you can simply re-register it:

Start >>> Run

then type:

Regsvr32.exe "C:\Windows\System32\MyControl.ocx"

using the path to the ActiveX control that you want to register. You should
get a message box returning to say that the registration has been
successful.
 
G

Gerigto

Do you happen to know how to register Adobe Acrobat 8? I follow your steps
but don't seem to know how to determine the path to put in the " ". Is there
a specific file that I should be looking for? Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top