What are the essential COM componenets required for burning DVD in c#.net in Windows XP?

Posted by shruti on Stack Overflow See other posts from Stack Overflow or by shruti
Published on 2010-03-31T05:55:03Z Indexed on 2010/03/31 6:33 UTC
Read the original article Hit count: 356

Filed under:
|
|
|
|

im trying to burn DVD/CD through frontend C#.net code...

i have used IMAPI2 for buring CD/DVD in windows XP..but it is giving me unhandeled exception... as:-

System.InvalidCastException: Unable to cast COM object of type 'IMAPI2.Interop.MsftFileSystemImageClass' to interface type 'IMAPI2.Interop.MsftFileSystemImage'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{7CFF842C-7E97-4807-8304-910DD8F7C051}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))

can anyone plz help me out to solve this pbm...im not able to solve this error.. this project is working fine in Windows7 but unable to work with XP...???

© Stack Overflow or respective owner

Related posts about com

Related posts about components