in my application i am using a third party tool for recording the audio. it is working fine in local system. when i place my project in server i got this error…
Retrieving the COM class factory for component with CLSID {3387A365-D5A3-4BEE-8095-C5CFD9ABE517} failed due to the following error: 80040154.
Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {3387A365-D5A3-4BEE-8095-C5CFD9ABE517} failed due to the following error: 80040154.
Your COM component is not installed on the server.
You need to install it using
regsvr32or its installer program.