0
votes

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.

1
Do you want to record the audio from the server or from the user's computer? - SLaks
Your code can only record on the server. To record from the client computer, you'll need to use Flash. - SLaks

1 Answers

2
votes

Your COM component is not installed on the server.

You need to install it using regsvr32 or its installer program.