Top "Hresult" questions

Exception from HRESULT: 0x80131047

I am having this problem whenever I try to debug my project: It's in French, here is my translation: "Error …

c# c hresult
An error occurred while validating. HRESULT = '8000000A'

I have been receiving this error for a while when using devenv on an automatic build. I have gone through …

.net visual-studio-2010 windows-installer devenv hresult
Decode HResult = -2147467259

Can someone help me decode this HResult? What does it mean? I know the negative stands for a failure. How …

hresult
Is there a way to get the string representation of HRESULT value using win API?

Is there a function in win API which can be used to extract the string representation of HRESULT value? The …

c++ windows winapi clr hresult
Microsoft.Office.Interop.Excel doesn't work on 64 bit

I've encountered a problem when developing on MS Visual Web Developer 2008 Express Ed. Developing ASP.NET C# on Windows7 64 bit …

asp.net interop hresult comobject
Strong name signature could not be verified

I am deploying ASP.Net MVC 3 application on Windows 2008 R2 server. I published the application from Visual Studio 2010 using File …

strongname hresult assembly-signing
How do I determine the HResult for a System.IO.IOException?

The System.Exception.HResult property is protected. How can I peek inside an exception and get the HResult without resorting …

c# .net exception hresult
What does ERROR_DLL_INIT_FAILED mean?

I'm seeing the following exception in my managed (C#) app calling an unmanaged assembly: Caught:System.IO.FileLoadException 'A dynamic …

exception hresult
What does this usually mean, Error HRESULT E_FAIL has been returned from a call to a COM component.?

I have a particular view with a DataGrid (silverlight 4). But i have a project where resources have been merged with …

xaml silverlight-4.0 hresult
Explaining the declaration/definition of HRESULT

I just looked at the definition of HRESULT in VS2008. WinNT.h has the following line: typedef __success(return >= 0) …

c++ c visual-studio-2008 winapi hresult