Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

i have creating a application in windows in vb.net. in that application, i am creating a object
AcroApp = CreateObject("AcroExch.App") while i am creating the object in the below error occurs.
Unable to cast COM object of type 'System.__ComObject' to interface type 'Acrobat.AcroApp'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{9B4CD3E6-4981-101B-9CA8-9240CE2738AE}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).

Give me a solution.

Thanks,
SIVASANKARAN G
Posted
Updated 3-Sep-12 20:16pm
v3

1 solution

 
Share this answer
 
Comments
Gssankar 4-Sep-12 2:21am    
hi mehdi,

And also i can't able to create reference for acrobat?
Mehdi Gholam 4-Sep-12 2:25am    
Make sure you have installed Acrobat correctly and the COM components have been selected to be installed, otherwise this method will not work.
Gssankar 4-Sep-12 2:28am    
Ok Mehdi, i will check. Thanks for your response.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900