I dont know what is going on with this "Error HRESULT E_FAIL has been returned from a call to a COM component.". Do you guys know what happened? My wcf service was running fine, but today I got this error. I searched on google but no answers could be found.

Thanks in advance

link|improve this question
I'm getting the same message. I get the message whenever I try to add an EDMX or DBML file and "The operation could not be completed. Unspecified error" on successive attempt to open the file (it creates it fine and even runs, it just won't open it the the designer.) – Nick Gotch Aug 10 '09 at 21:37
1  
If you're still having this problem, then please post the full exception. Catch the exception, then post the results of ex.ToString() – John Saunders Aug 15 '09 at 3:03
@John Saunders: I have similar error showing up randomly as well. Could you please have a look at my question @ http://stackoverflow.com/questions/4259801/system-reflection-targetinvocationex‌​ception and provide any feedback? Thanks in advance! – VoodooChild Nov 24 '10 at 16:09
@Voodoo: that's not how it works here. You posted your question, and people with the knowledge to answer it will answer it. – John Saunders Nov 24 '10 at 18:19
@John Saunders: ok thanks. The only reason to ask you was that you seemed to be pretty knowledgeable, so I thought what the hey! I didn't mean to break any SO rules here. – VoodooChild Nov 24 '10 at 19:06
show 3 more comments
feedback

2 Answers

E_FAIL is a generic unknown error. There is no more specific information.

Rather than searching for E_FAIL, I'd search for support more specific to some of the COM components you are using, specifically which one actually returned this error if you can find it out.

link|improve this answer
feedback

These are generic vs controls, anything/everything in my page is giving the same error. Even with a brand new site created in vs

link|improve this answer
feedback

Your Answer

 
or
required, but never shown