problem burning DVD using IMAPI2 in Windows XP using c#.net..

Posted by zoya on Stack Overflow See other posts from Stack Overflow or by zoya
Published on 2010-03-11T10:21:28Z Indexed on 2010/06/02 6:14 UTC
Read the original article Hit count: 300

Filed under:
|
|
|

i have used IMAPI2 for buring CD/DVD in windows XP..but it is giving me unhandeled exception...it is written 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.. i have updated the XP storage 1.0 as written in the code project.. but still im not able to solve this error.. this project is working fine in Vista and Windows7 but unable to work with XP.. is there any solution to burn DVD in XP by using IMAPI or any other component..??? i have taken the sample code from http://www.codeproject.com/KB/miscctrl/imapi2.aspx

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET