Windows error 0x8007054F, -2147023537

Detailed Error Information

INTERNAL_ERROR[1]

MessageAn internal error occurred.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1359 (0x054f)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x0000054f.

Questions

1vote
1answer

SQL Server 2008 Native Client issue

We have two virtual machines on a server. We have Sql server installed on one vm and on another vm sybase is installed. We can't find "SQL Server 2008 Native Client" driver on the machine where we have intalled sybase. We have tried to install it using "sqlncli.msi" but could [...] read more
sql
sybase
sql-server-native-client
1vote
0answers

0x8007054f an internal error occurred trying to create file

In a scenario where a Windows domain controller was configured with Folder Redirection (for its domain users) to an existing set of folders on a Mac Server, that is/was being used by Mac domain users, a logged in Windows domain user receives the error message "0x8007054f an internal error occurred [...] read more
windows
macos
file-permissions
home-directory
0votes
0answers

IIS website creation - A fatal error occurred while creating a TLS server credential

I am creating a website in IIS programmatically. To add the binding for "https", I created the "pfx" certificate as follows. public static string MakeCertFile(string folderPath) { //Folder Path is comething like "C\\temp\\"; var password = "AdmTo@123"; var ecdsa = ECDsa.Create(); // generate asymmetric key pair var req = new [...] read more
.net
iis
ssl-certificate
x509certificate2
makecert
0votes
0answers

Could not load file or assembly 'Microsoft.AspNetCore.Hosting.Server.Abstractions, Version=3.1.0.0

When I try to run my published app with "dotnet MyApp.dll" I get this error: [santi@host test]$ dotnet MyApp.dll Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'Microsoft.AspNetCore.Hosting.Server.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. An internal error occurred. (0x8007054F) File name: 'Microsoft.AspNetCore.Hosting.Server.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' at Microsoft.AspNetCore.Hosting.WebHostBuilderKestrelExtensions.<>c.<UseKestrel>b__0_0(IServiceCollection services) at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass9_0.<ConfigureServices>b__0(WebHostBuilderContext context, IServiceCollection [...] read more
c#
.net
asp.net-core
.net-core
0votes
0answers

ASP.NET Core 3.1 WebApplication error running publish: Could not load file or assembly

I'm having problems trying to run my API ASP.NET Core 3.1 WebApplication in a hosted server, I've searched quite a bit online without luck. Context: I'm generating a no-self-contained publish (tried both centos-x64 and linux-x64) and running it with "$ dotnet MyApp.dll" (also tried "$ ./MyApp"). SDKs and runtimes installed [...] read more
c#
asp.net
.net
asp.net-core
.net-core
0votes
4answers

IIS fails to install on Windows 7

I keep getting the error message when attempting to install IIS on Windows 7 "An error has occurred. Not all the features were successfully changed." The iis7.log contains shows... [07/17/2013 12:48:05] "C:\WINDOWS\System32\inetsrv\iissetup.exe" /install SharedLibraries [07/17/2013 12:48:05] Successfully added IIS_IUSRS ACE to DACL at %ProgramData%\Microsoft\Windows\WER\ReportQueue. [07/17/2013 12:48:05] < !!FAIL!! > Failed [...] read more
iis
0votes
0answers

SQL Server 2014 - Windows Installer error message: An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.6229"

I am trying to install SQL server 2014 Express on a windows 7 PC for 2 days now. I re-installed then installed SQL Server 2014 several times but I keep getting the same window installer error message I keep getting the following errors here's the full log: SQL Server Setup [...] read more
sql-server
sql-server-express
0votes
1answer

MsiInstaller error 1935 HRESULT: 0x8007054F when installing SAP Crystal Reports x64

Installing the x64 version of Crystal Reports we get the following error on random machines: > Product: SAP Crystal Reports runtime engine for .NET Framework (64-bit) -- > Error 1935. An error occurred during the installation of assembly component > {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}. HRESULT: 0x8007054F. assembly > interface: IAssemblyCacheItem, function: Commit, assembly [...] read more
windows
64-bit
windows-installer
crystal-reports
0votes
1answer

HRESULT: 0x8007054F when setting Application Pool Identity to a custom account

Given any application pool on my local development machine, when I try to set the identity of it to a custom user (through the gui or otherwise), upon committing the changes I receive the error message: An internal error occurred. (Exception from HRESULT: 0x8007054F) And the change is not saved. [...] read more
iis
windows-7
iis-7

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