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
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
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
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
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
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
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
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
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