Questions tagged [hresult]

HRESULT is used as a return value to determine the success or failure of a function.

168 questions
-1
votes
1 answer

HRESULT: 0x80131515 on Release

We use a third party Dll, called EASendMail40.dll, the thing is that when I build the solution on debug mode everything goes perfect, but when release mode it throws 2 errors Hresult: 0x80131515 for two of the projects. I've being looking for an…
-1
votes
2 answers

Silverlight Context Menu IsOpen Exception?

I have a project with a Templated Silverlight Control. When I add the DLL from the Project (with Templated Control) in my MainPage and want to open the Context Menu with a right click, I get this error: MainPage.xaml
fellowes22
  • 11
  • 2
-2
votes
1 answer

How do I fix the HRESULT: 0x800A03EC error when loading data from a DataTable?

First of all I know there are some answers to this error messsage, but nothing has helped, whether it is the removal of 0 indexing etc. The part where I export the data from my SQL query to the DataTable is working and the data in my DataTable is…
1 2 3
11
12