EDN Admin
Well-known member
hi
I am trying to record all my activity in video using c# project. For That by serfing I found WMEncoder. for that I also install necessary tool.I am using Windows 7 operatiing system. But When I try to create object using
WMEncoder encoder= new WMEncoder();
It gives error that
"Retrieving the COM class factory for component with
CLSID {632B606A-BBC6-11D2-A329-006097C4E476}
failed due to the following error: 80040154."
So how to solve it?
OR if WMEncoder is not possible for windows 7 then is there any other way to make project for recording all activity in my computer in video using c#? caN you please help me for that?
View the full article
I am trying to record all my activity in video using c# project. For That by serfing I found WMEncoder. for that I also install necessary tool.I am using Windows 7 operatiing system. But When I try to create object using
WMEncoder encoder= new WMEncoder();
It gives error that
"Retrieving the COM class factory for component with
CLSID {632B606A-BBC6-11D2-A329-006097C4E476}
failed due to the following error: 80040154."
So how to solve it?
OR if WMEncoder is not possible for windows 7 then is there any other way to make project for recording all activity in my computer in video using c#? caN you please help me for that?
View the full article