Windows error 0x800300FA, -2147286790

Detailed Error Information

STG_E_ABNORMALAPIEXIT[1]

MessageAn API call exited abnormally.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode3 (0x003)
NameFACILITY_STORAGE[2][1]
DescriptionThe source of the error code is OLE Storage.[2][1]
Error Code250 (0x00fa)

Questions

23votes
5answers

Could not load file or assembly '' or one of its dependencies. An API call exited abnormally

I have a .NET App that I've recently Checked In to Team Foundation Server. Ever since I Checked it in, I get Access Denied to the App folder. I then give security permissions to the impersonated user and receive the error: > Could not load file or assembly 'PMD Image [...] read more
.net
asp.net
visual-studio-2010
13votes
5answers

Visual Studio 2010 Build Error - Exception from HRESULT: 0x800300FA (STG_E_ABNORMALAPIEXIT))

Recently we migrated our development environment from VS2008 to VS2010 (Ultimate). For one solution (for now all C#, .NET Framework 3.5 and ASP.NET 2.0) which contains 6 projects VS auto-upgraded it without any problems. The solution projects are: 1. ASP.NET website 2. VS2010 Web Deployment project for above site 3. [...] read more
c#
visual-studio-2010
exception
build
4votes
3answers

Could not load file or assembly 'app_code' or one of its dependencies when impersonating

I made a web site with VS2010 and publish it on IIS7. It runs fine but it can't connect to an OLAP server so I had to setup impersonation. Impersonation runs fine in debug on my dev machine, but when I publish this on the server, I get this error*: [...] read more
asp.net
iis-7
impersonation
3votes
1answer

Can't Debug Web API called from MS Access

I have a Web API (.Net MVC) that's being called from an MS Access VBA Module, like so: objHTTP.Open "POST", "http://ourwebserver/api/run", False objHTTP.setRequestHeader "Content-Type", "application/json" objHTTP.send (body) 'body is a string containing the parameters to be used Debug.Print objHTTP.Status Debug.Print objHTTP.responseText Well, I need to be able to debug the [...] read more
asp.net-mvc
ms-access
asp.net-web-api
0votes
0answers

Could not load file or assembly 'Microsoft.ReportingServices.ProcessingObjectModel

I have a custom authentication in the reporting services, And i'm getting this error whenever trying to open a report : An internal error has occurred on the report server. For more information, see the error log. (rsInternalError) Could not load file or assembly 'Microsoft.ReportingServices.ProcessingObjectModel, Version = 2019.11.0.0, Culture = [...] read more
reporting-services
0votes
1answer

Which, if any, recent Windows updates should I uninstall to revivify Silverlight or rectify other problems?

All of a sudden, a large asp.net project stopped working, without any code changes relevant to the problem. As we are using Visual Studio 2010 here at work, I uninstalled the Update for Visual Studio 2012 (KB2781514), which perhaps had been installed because I installed a version of Visual Web [...] read more
asp.net
visual-studio
silverlight
0votes
1answer

AppDomain.CreateInstanceAndUnwrap throws an exception FileLoadException with STG_E_ABNORMALAPIEXIT on Windows 2k3

In ASP.NET application I'm trying to execute method in AppDomain from different assembly stored in bin subfolder. I'm creating AppDomain and calling AppDomain.CreateInstanceAndUnwrap. It works fine on my computer and Windows Server 2K8 but on Windows Server 2k3 throws an exception: > at System.AppDomain.CreateInstanceAndUnwrap(String assemblyName, String > typeName) at System.AppDomain.CreateInstance(String [...] read more
c#
asp.net
reflection

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0