WMEncoder not working in windows 7

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
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
 
Back
Top