Click here to Skip to main content
15,885,117 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
i did everything right and my program was working fine a few days ago, and then i went to go test it and i get this message
" An error occurred creating the form. See Exception.InnerException for details. The error is: Unable to cast COM object of type 'System.__ComObject' to interface type 'Skybound.Gecko.nsInterfaces'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{A88E5A60-205A-4BB1-94E1-2628DAF51EAE}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).". any ideas why im getting this?
Posted
Comments
[no name] 10-Mar-13 12:22pm    
Because somewhere you are trying to cast something that is a System.__ComObject to Skybound.Gecko.nsInterfaces?
tony karant 10-Mar-13 12:44pm    
nevermind, i figured out it was the version of xulrunner i was using. weird, but thank u any ways.

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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