Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

Question

Component not correctly registerd: a file is missing

Aug 16, 2016 5:28AM PDT

Hi,
When launching a program the following error pops out:
http://i67.tinypic.com/2up7ond.jpg

Tried to download 'fpspr30.ocx' file from the internet and place it in the same folder from which I try to launch the program and also in the following locations:
c:\windows\system32
c:\windows\sysWOW64

Launched CMD as administrator and tried to register the file mentioned above. It should be noted that I tried to do this by the CMD from the two paths I mentioned.
Used the following commands:
regsvr32 fpspr30.ocx
regsvr32 /u fpspr30.ocx
regsvr32 /i fpspr30.ocx

After each command received an error:
http://i67.tinypic.com/348pp8i.jpg

Thanks in advanced.

Discussion is locked

- Collapse -
Answer
Re: error when launching program
Aug 16, 2016 6:01AM PDT

- Reinstall that program.
- If still an error, see if the authors site has a solution or a contact option to ask.

- Collapse -
It's something in the registration that i'm missing
Aug 16, 2016 6:40AM PDT

It's a standalone program and i have no way to contact the author.

Have an update:
I have succeded to register the 'fpspr30.ocx' file on an x86 system and it solved the problem.
Need to know how to register it on x64 system since clearly i'm missing something.

- Collapse -
Re: fpspr30.ocx
Aug 16, 2016 1:01PM PDT
- Collapse -
Re
Aug 16, 2016 3:05PM PDT

I solved it. Open CMD from sysWoW64 and used regsvr32 on the full path of the file in system32 (or something like that). As simple as that. But thanks anyway.