irene_c
User
 Fresh Boarder
| Posts: 2 |   |
|
question on "Yet another capture sample in C# " - 2007/12/07 06:46
Hi, I am trying to port the sample on "Yet another capture sample in C# " to Windows Mobile application and I got the following error :
COM object with CLSID '{BF87B6E1-8C27-11d0-B3F0-00AA003761C5}' cannot be created due to the following error: Class not registered.
I tried to debug the code and the error occured at line
t = Type.GetTypeFromCLSID(CgGuid);
I have included the CaptureTypeLib.dll in the project and set the COM Register property to Register and Copy to Output Directory property to Copy if newer, but I still get the same error. Anyone knows what I can do to eliminate this error? Please helpp ...
Thank you very much.
|