when am trying to debug in my solution with com components... am observing the following exception
Exception from HRESULT: 0x8004C011
and am unable to find out tha one. could you please anyone help me out
Thanks
Ranjith
Exception from HRESULT: 0x8004C011
and am unable to find out tha one. could you please anyone help me out
Thanks
Ranjith
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Jun 28, 2011, 6:30 PM
If you get an error in a try/catch then you should look at all the members of the exception. You can use the ToString() method of the exception to see the entire exception except that if the InnerException is not null then you need to do something more to see that too.
Jaganathan BantheswaranPosted Jun 28, 2011, 8:33 AM
Just try,
Clean the solution and restart the VS.