F
Flash
Hi,
after updating my own OCX file I noted that it cannot be inserted any more
in a Word document. It says something like:
"Object created in {long exadecimal number}. The application cannot be
found. Make sure the application is properly installed, and that it has not
been deleted, moved or renamed."
What happened? In order to update my control, I followed this sequence of
steps:
- unregister the prevoius version using regsvr32/u
- rebuild (and overwrite) the OCX file
- re-register the new OCX file with regsvr32
....but it seems that it wasn't enough.
I have to completely remove what was left in the register about the first
version of the OCX file, and start over. But how can I do it? Using
regsvr32/u is useless (I tried many times with no effect), must I manually
clean something in the register?
Just for information, I can use the new version if the control in any VB
project. It arises errors in Word only.
Thanks very much in advance,
after updating my own OCX file I noted that it cannot be inserted any more
in a Word document. It says something like:
"Object created in {long exadecimal number}. The application cannot be
found. Make sure the application is properly installed, and that it has not
been deleted, moved or renamed."
What happened? In order to update my control, I followed this sequence of
steps:
- unregister the prevoius version using regsvr32/u
- rebuild (and overwrite) the OCX file
- re-register the new OCX file with regsvr32
....but it seems that it wasn't enough.
I have to completely remove what was left in the register about the first
version of the OCX file, and start over. But how can I do it? Using
regsvr32/u is useless (I tried many times with no effect), must I manually
clean something in the register?
Just for information, I can use the new version if the control in any VB
project. It arises errors in Word only.
Thanks very much in advance,