Hi,
I have created an application in csharp that captures image from digital camera using WIA. The application runs fine on Vista but when I deply it and run it on XP, it generates following exception
Why is this happening??
I have created an application in csharp that captures image from digital camera using WIA. The application runs fine on Vista but when I deply it and run it on XP, it generates following exception
System.Runtime. InteropServices .COMException (0x8007007F): Retrieving the COM class factory for component with CLSID {E1C5D730-7E97-4D8A-9E42-BBAE87C2059F} failed due to the following error: 8007007f.
Comment