Would you not mind to share to some more details about your issue?
The primary cause could be your application is using a COM component which is not installed /registered properly or in corrupted state. If it is a commercial product you are using, probably reinstalling would do the job.
If you are using from .net, identify the name of the COM component and try to register through
regsvr32 utility.
Lingaraj Mishra