My Windows Update throws an error. It says: > There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help - (0x80070057). Retrying doesn't help and searching the web doesn't help [...] read more
Recently I met the following exception at C# solution: > Error 2 Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b9a188c8922137c6' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) This does not depend either on my code or on the name of assembly [...] read more
I'm running v 4.2.6. Starting this morning, I can't import some VMs, and some of my existing VMs are showing up as inaccessible and have the following error showing in the UI, The same error too when i took the vm to another PC and try to open it with [...] read more
So I'm having an issues with a Vagrant setup of 'hashicorp/precise64' on my MAC book. First, my config: VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "hashicorp/precise64" config.vm.network "public_network", type: "dhcp", :bridge => 'en4: Thunderbolt Ethernet' config.vm.hostname = "mddirector" end This is the oupput of the 'vagrant up' ==> default: [...] read more
I've upgraded three PCs from Vista to Windows 7 without incident, but the fourth one is a bit of a problem. The Windows 7 install fails and rolls back to Vista with: > The upgrade was not successful. Your previous version of Windows is being restored The Windows 7 upgrade [...] read more
Anyone has this problem i change Pc and tried to install net core framework but vs code return this info when i tried to write dontet --info Failed to load the dll from [C:\Program Files\dotnet\host\fxr\2.1.0\hostfxr.dll], HRESULT: 0x80070057 The library hostfxr.dll was found, but loading it from C:\Program Files\dotnet\host\fxr\2.1.0\hostfxr.dll failed - [...] read more
I have found a couple of examples showing how to run a PowerShell script from WiX but have not been successful running either of them. So, I'd like to post what I have with the hope that someone can point out what I am doing wrong. <!--Install the PowerShell script--> [...] read more
I have the latest VirtualBox. I have filters for the iPad. But it does not show up in my virtual Windows vista My Computer screen or virtual iTunes. When I try to right click the little USB icon and select it it says it failed because the device is busy [...] read more
UPDATE 4: After trying what JohnnyVegas suggested, I connected the dongle to the host machine, it wanted to install it's drivers, I cancelled the installation. I removed all network connections from the guest os, I added the usb dongle as a usb device for the guest os. I booted into [...] read more
I am trying to import exported virtual machine on my using VirtualBox but while importing I am getting the following error: Progress state: NS_ERROR_INVALID_ARG VBoxManage: error: Appliance import failed VBoxManage: error: Code NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value (extended info not available) VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg*)" at line 1118 [...] read more
Event ID 257 > The volume (C:) was not optimized because an error was encountered: The parameter is incorrect. (0x80070057) I have Windows 8.1 64 Bit (HDD) and lately I noticed the above event in my Event Viewer. I get every day 3 or 4 of these errors. Anyone found [...] read more
> The Windows Update screen comes up and I click on Download Updates. I then get the bar scrolling across the screen and it says Downloading Updates but the counts never increase (0 KB total, 0% complete). I've tried several things found via Google to resolve this but so far [...] read more
In order to speed up writing values to Excel, in VB.Net is it possible to write an Array to a Row rather than a Value to a Cell? I have tried several ways, it either writes nothing or writes just the first value of the Array. Any help would be [...] read more
I have Windows 7 64bit Host system, and I am using VirtualBox 4.1.18 (r78361). I have an Arch Linux Guest OS. I have installed VirtualBox Extension Pack (to enable USB2 support) and added my USB device filter to VM. I have also installed the Guest Additions provided by Arch: virtualbox-archlinux-additions [...] read more
My problem is exactly this same as described here: > Server 2008 R2 - Unable to install any printer drivers Options - google groups * I have few Windows 2008 R2 (no SP1) servers in remote offices, mostly in Domain Controller, and many of them have problems installing ANY printer [...] read more
I've recently had an issue where MSDTC was unable to start up. The error in the command line when running net start msdtc indicated that there were configuration issues. I went into the registry and set the configuration settings to the same values as a default installation of MSDTC. Afterwards, [...] read more
Hi Im using ferdor in VB 4.1.14r77440 over windows 7 64bit. I have connected usb, which is accessible in windows, where in VB Im unable to use it, while I tries to check the device through usb devices it throws the following error Failed to attach the USB device JetFlash [...] read more
Before I was able on Win10 to import the same image (created on VirtualBox 6 on linux machine) but now I'm not able to import it any more in VirtualBox v6.0.8 (on WIndows 10 machine). I get the error message: Failed to import appliance C:\Users\sbrbot\Downloads\mywebapp.ova Result Code: E_INVALIDARG (0x80070057) The [...] read more
I am using WMI to create an RCT Checkpoint. Below is the code snippet. The problem is when I call the method Create Snapshot using ExecMethodthe checkpoint gets created but the ResultingSnapshot to still points to NULL. Since the call is asynchronous (as the return value from pOutParameters is 4096) [...] read more
I suddenly started getting errors when copying files to my external hard drive. There is plenty of free space: 1.64TB free of 3.63TB. I was able to complete the file copy by doing one of two things: 1. Deleting some large files from the external hard drive, first 2. OR [...] read more
I've got 2 hard disks installed on the server, one of them is specifically for backup purpose. Everything is fine before I upgrade my OS to Windows Server 2012 R2... And the problem is that after OS upgrade, everytime I perform a full backup, it failed with errors on "C:" [...] read more
Several times after our app pool has been told to reset, it gets stuck, the .net pages go down and the following error appears in the application event log: Failed to execute request because the App-Domain could not be created. Error: 0x80070057 The parameter is incorrect. Our app pool is [...] read more
DPM 2007 Server with issue is Windows Server 2003 R2 Enterprise Edition DPM is reporting that "DPM encountered an error while performing an operation for C:\program files\vexira antivirus\server\temp\aa29n3f0.vbt (ID 2033 Details: The parameter is incorrect (0x80070057))" The problem is that the file isn't there and I am not finding any [...] read more
FYI: OS is SQL Server 2008 (NOT R2). Yesterday, when I was trying to get Visual Studio 2010 on a remote Win XP machine to be able to debug ASP.NET over the network, I installed Active Directory (and DNS) on my server. Well, I gave up that. So, I un-installed [...] read more
I have been stuck here for quite a while. * I know this is pretty basic, but plss help me out on this one. * I am familiar with Visual Studio for quite some time. So decided to give VS Code a shot. I wanted to compile and run a [...] read more
I am using the UI Automation add-in to automate and test an application that contains HTML objects in a Java window. I have the UIATable identified & saved in my object repository and the following methods work fine: MsgBox UIAWindow("**").UIAObject("**").UIATable("**").RowCount 'Prints 3 MsgBox UIAWindow("**").UIAObject("**").UIATable("**").ColumnCount 'Prints 5 However, when I try [...] read more
I am using the command: dotnet "myfile.dll" Initially it was giving me this error: The user's home directory could not be determined. Set the 'DOTNET_CLI_HOME' environment variable to specify the directory to use. Now after messing around with it, I have moved my files to c:/mydir, and it is giving [...] read more
PROBLEM DESCRIPTION I try to get code working under 64-Bit VBA which works fine in 32-Bit VBA. It is regarding Common Controls TaskDialogs. I use Microsoft Access, but the problem should be the same in other VBA hosts. One part works fine in both (32- and 64-Bit) VBA, the other [...] read more
We've having trouble deploying a web service that works in our development environment, but not in production. Part of the problem is that our production servers are load-balanced, so to upgrade one of the servers, we have to take it out of the load-balance and try to test the sever [...] read more
We are using Nant to prepare setup of our software using Clickonce. Using signtool to sign dll(s) and exe(s). signtool command : signtool sign /f ${certFile} /p ${certFilePwd} {path of setup.exe} Using Mt.exe to embed manifests in exe files. Mt command : mt -manifest {manifest file} -outputresource:{filepath};#1 We have two [...] read more
I am getting the error shown below using a SSIS package created in SSDT 2019 and SQL Server 2019 in SSMS v18.4. It's working fine when I am running it from SSDT and only throwing the error when run in a SQL Server agent job. I am not passing any [...] read more
I have on my laptop a windows system (windows 8), in which I have a Virtualbox installation(4.2.12, most recent). I have a virtual machine setup with the Virtualbox, and the OS is Ubuntu (12.0 LTS). I connect an USB box (An adapter from SATA to USB) to my laptop, and [...] read more
I'm attempting to use VirtualBox to play a game on a Windows guest machine, running under an OSX Mavericks host with 512MB of video RAM. The game requires 512MB of video RAM (although it doesn't do anything particularly intensive, graphics-wise). The slider in the configuration screen only goes up to [...] read more
I am attempting an OS Upgrade Windows 8.1 Pro -> Windows 10 Pro. The Problem The installer does not give a message apart from saying that it failed at roughly 23%, opening the setuperr.log, I get this at the end, the first 2 lines seem to point to the problem: [...] read more
I've installed Windows Subsystem for Linux (WSL) in order to Bash on Ubuntu on Windows (in the following abbreviated to “Bash”.) In cmd.exe I can run bash -c gcc --version as well as I can use cmd -k bash -c gcc --version from the start menu. However, I noticed that [...] read more
I have Dell XPS-L502X(Early 2011) with Windows 7 Home Premium-64 bit. I already reserved my Windows 10 copy and started an update to it that was 2,712.6 MB and failed after 84%, it took for that 17 hrs as i have 512 kbps net speed. I tried many times to [...] read more
I have a Dell Inspiron Ultrabook running Windows 8.1 (64-bit). In File Explorer, I click on Drive C Properties -> Tools -> Optimize. There I see 4 drives listed as follows: * OS (C:) -- OK (0% fragmented) * PBR Image -- OK (0% fragmented) * WINRETOOLS -- OK (0% [...] read more
I have Windows 8.1 Professional x64 running from a 256GB OCZ Vertex 4 SSD. Windows has divided the drive in to two partitions: 1. System Reserved (350MB NTFS) 2. C: (238.13GB NTFS) Whenever Windows attempts to optimize the System Reserved partition, I get an error in the event log: Log [...] read more
I am trying to use a Windows XP VM for VirtualBox on my Windows 8.1 laptop. I have tried the usual attaching USB device but I get an error saying "USB device is busy with previous request". My webcam is not active in any applications and this happens after a [...] read more
I have been working inside a Windows7 virtual machine using VirtualBox installed on my Windows7 OS on my primary PC. I would like to share that VM on my home network so that I can access the same VM on any of my PCs without moving or copying the VDI [...] read more
I'm trying to copy the printers and drivers from a Windows Server 2008 R2 machine to another server. I went to the Print Management console and right clicked on Print Management, then clicked on Migrate Printers and exported the printers and drivers to a file and saved it on my [...] read more
I am trying to run a .NET Core 3.1 WPF application on a Windows 7 Embedded VM. Unfortunately, Windows 7 Embedded does not officially support .NET Core. Is there a workaround to get this to work anyway? I have already tried publishing the app as a self-contained package, and as [...] read more
There is a generic MyClass<T> that implements 2 generic interfaces IMyInterface1<T> and IMyInterface2<T>. I want to register it as a singleton. So for a given T both interfaces will be resolved to the same instance of MyClass. I'm trying to register it as open generic type with forwarding to a [...] read more
I'm trying to write a program that uses IMFTransform to decode HEVC video. I was able to create an IMFTransform decoder, call SetInputType with MF_MT_MAJOR_TYPE=MFMediaType_Video and MF_MT_SUBTYPE=MFVideoFormat_HEVC, but I got MF_E_ATTRIBUTENOTFOUND when I called SetOutputType with MFVideoFormat_NV12. Eventually I decide to try installing "HEVC Video Extensions" from the Microsft Store [...] read more
I am running Geckodriver (and Firefox) and apparently Gecko is flooded with an error from FF (see below). I am not using any addons and I don't know why is it there. I wanted to suppress it so that the logs do not contain anything from the browser. I set [...] read more
I'm trying install IIS with Inno Setup, but I'm getting various errors. I tried command on DOS and works: > start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-ManagementService;IIS-CGI;IIS-RequestFiltering;IIS-ASPNET;IIS-HttpLogging;IIS-NetFxExtensibility;IIS-HttpErrors;IIS-DefaultDocument;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-StaticContent;IIS-ManagementConsole;IIS-DirectoryBrowsing;IIS-WindowsAuthentication;IIS-WebServer; I tried use this in Inno Setup: > Filename: pkgmgr; Parameters: "/iu:IIS-WebServerRole; IIS-WebServer: ; IIS-CommonHttpFeatures: ; IIS-ManagementService: ; IIS-CGI: ; IIS-RequestFiltering: ; IIS-ASPNET: ; IIS-HttpLogging: ; [...] read more
I have upgraded my project from .Net 4.5 to .Net 4.6.1 and am now getting the following errors when trying to compile: > The "GenerateBindingRedirects" task failed unexpectedly. System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Build.Tasks.GenerateBindingRedirects.UpdateExistingBindingRedirects(XElement runtimeNode, IDictionary`2 redirects) at Microsoft.Build.Tasks.GenerateBindingRedirects.Execute() at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() at Microsoft.Build.BackEnd.TaskBuilder.d__26.MoveNext() [...] read more
I want to be able to access the ASP.NET Core website with a URL such as: https://www.test.com/myapp The app works fine if I do not publish it in a subfolder of the IIS website. If I create a new folder (myapp) under it and publish the site there, I get [...] read more
My company has a backup server that has a space in its name ("Foo Bar"). I am trying to add the login credentials for this server to Windows Credential Manager, but I receive a canned error response (I am assuming this is due to the space. No space, no error): [...] read more
The update starts on the windows 10 machine but after the restart everything is rolled back. My setuperr.txt: 2019-07-16 16:38:55, Error CSI 00000001 (F) STATUS_OBJECT_NAME_NOT_FOUND #10# from Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysQueryValueKey(flags = 0, key = 974 ('\REGISTRY\MACHINE\SYSTEM\Setup'), vn = [l:7 ml:8]'Compact', kvic = 2, kvi = 2, disp = 0)[gle=0xd0000034] 2019-07-16 16:38:55, Error [...] read more
I am running a 64-bit version of Windows 7 Home Basic. I am trying to update the Windows but the update fails with an error code 80072EE2. I am connected to the internet through proxy. Here are some things listed in my WindowsUpdate.log: Access type: No proxy WSUS server: <NULL> [...] read more
I backed up my computer by using Windows Backup and Recovery System Image. I have been using this technique for years with windows 7, 8 and 8.1. I use a System Repair disc to successfully restore image copies when necessary. So I upgraded to Windows 10 and was able to [...] read more
Windows 10 Home version 1607 64-bit Product link: http://www.paragon-drivers.com/extfs-windows/ I seem to be able to read files but I can't write files. I get the error: > An unexpected error is keeping you from copying the file. If you continue to receive this error, you can use the error code [...] read more
I have a CoolerMaster XCraft 360 with a 8TB drive in it. It's formatted using the NTFS file system. It's almost 25% full, so I'm just about to hit the magic 2TB mark. When I'm trying to copy a file to the drive, Windows 10 gives an error: Error 0x80070057: [...] read more
My computer (HP DV6 6060EP) was returned to repair by HP twice, but it still comes with the same problem. I'm trying the best i can to help them diagnose this problem. When my computer crashes (like it did 5 mins ago), after opening the Memory dump in WinDbg i [...] read more
I'm running Windows 8 and attempting to install Windows 8.1 via the app store. I attempted this several times and each time I get a message that the install failed with error message 0x80070057. Searching didn't turn up any meaningful solutions to this problem. read more
I'm using remote desktop into a Windows Server 2008 machine. On that machine I use a shared drive on the local network for some development. I can use those files just fine in Visual Studio, but occasionally when I try to make a copy of the folder (copy & paste), [...] read more
I bought a new SSD for my Windows PC. Now I'm trying to install Windows 8 on it. FIRST ATTEMPT 1. Started installation from within existing Windows 8 installation by launching setup.exe 2. Installer says "Something happened. Sorry, we're having trouble determining whether your PC can run Windows 8. Please [...] read more
I am having an issue with my audio output, where any music file, and the audio side of videos are not being played through my optical audio output. I am running a Realtek HD Audio device built on Revision 1.0 on a GA-P55A-UD6 Gigabyte Board, which runs through it's optical [...] read more
we are 4 developers (not professional server administrators) and running 2 servers with IIS 8.5 (Windows server 2012 R2) and ASP.NET 4. Multiple times per day we get this exception in the windows event log: Application: w3wp.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. [...] read more
I want to add a certificate to the certificate store belonging to a Windows service, from the command line. So far, the only thing I've found is: certutil -service -store ADAM_Instance-Name\My When I run it (logged on as myself, in a Command Prompt as Administrator) it returns: ADAM_Instance-Name\My CertUtil: -store [...] read more
I am having a strange issue here on several Windows Server 2012 R2 machines. Problem description: Client machines searching a mapped network drive get the results shown as icons instead of thumbnails. The search results (like *.doc, *.txt) can not be opened via double-click. Sometimes there are no icons at [...] read more
I have a few users receiving the following error when attempting to use Send/Receive to download an offline address book from the Exchange Server (on the intranet): > Task 'Microsoft Exchange' reported error (0x80070057) : 'Sorry, something went wrong. You may want to try again.' Other Outlook 2013 users do [...] read more
Update: Unfortunatly I was never able to fix this problem, I am fairly confident that some mistake was made when installing it or porting the computers and authorization across. After several re-installs, I ended up installing it on the Default Website with SSL and re-authorizing all of the patches, fortunatly [...] read more
We have 3 Servers One is for infrastructure like domain server and 2 servers with an ASP MVC and a webapi site. A maanged load balancer balances the load to server 2 and 3 For many monthes everything works fine, but since the last weeks we notice ocassionally hangs of [...] read more
I have about 1400 SQL databases on my environment (on 3 different volumes). I've got follow errors during taking VSS snap. Also SQLWriter goes from stable to failed "nonretryable" *Event ID 8193, Source VSS. Volume Shadow Copy Service error: Unexpected error calling routine XML document is too long. hr = [...] read more
We have a IIS virtual directory (/Upload) mapped to a DFS share, which resides on a SAN. The DFS share was moved from SAN A to SAN B and since then if we try to access any content via the virtual directory, we get the error: HTTP Error 414.0 - [...] read more
I have been having quite a bit of trouble copying a mailbox from a recovery database to a user. Things I tried: - restoring to a different mailbox (this got me further than 10% for some reason) - clearing the mailbox restore queue - resuming the mailbox restore request - [...] read more
We have a openssl offline root CA with a Windows 2008 R2 AD-integrated SubCA. The Openssl Root CA was published to ldap CN=ROOTCANAME,CN=Certification Authorities,CN=Public Key Services,CN=Services,CN=Configuration,DC=DOMAIN using certutil -dspublish -f root.cer RootCA Everything works ok, except for one thing. So far two clients (both XP) showed up which did not [...] read more
Im trying to upgrade to SQL Server 2008 R2 from SQL Server 2008 on Windows Server 2008, but when the wizard is installing the Setup Support Files I alway get the next error: "An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.4053",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86",type="win32"'. Please refer to Help and Support for more [...] read more
A few weeks ago, I already asked how to move a Windows Server 2008 to a new hard disk. Despite the previous answers and two weeks lost trying to do it, I am always unable to move the OS to the new drive. What I tried: * A backup/restore using [...] read more
I have problem with MBSA offline scanning for MS security updates. Problem has started with new version of “wsusscn2.cab” file. Up until now, everything working fine, with older version of “wsusscn2.cab”. When I started scanning this month I recived an error: “An error occurred while scanning for security updates. (0x80070057)“. [...] read more
I have a solution, in which an SSIS package is deployed on Azure. The package is being executed via Data Factory (V2) using Execute SSIS Package task in a pipeline. I have a sequence container within the package, in which I would like to enable the transaction for (all child [...] read more
I tried to control my Wifi scanner using the Windows Wia API. I followed the tutorial on: https://docs.microsoft.com/en-us/windows/win32/wia/-wia-wia-tutorial And I looked at the Examples: https://github.com/pauldotknopf/WindowsSDK7-Samples/tree/master/multimedia/wia I basically copied the code from the datatransfer project: https://github.com/pauldotknopf/WindowsSDK7-Samples/tree/master/multimedia/wia/datatransfer And everthing works fine. I can communicate with my scanner and scan a document to [...] read more
I am trying to create a custom package. I made a simple test package, to send an email using outlook interop. I was able to get the task to show up in the ssis toolbox by switching the server version to 2012. however i get the following error when trying [...] read more
I'm running JetBrains Rider 2020.3.2 and am attempting to debug into some .NET Core Xunit C# unit tests. Specifically, I have the following .NET versions installed: enter image description here [https://i.stack.imgur.com/6NPV5.png] Interestingly, when running the unit tests (without debugging), they run correctly. However, when attempting to debug them, I'm seeing [...] read more
I am running the below script on Windows 10 without problems. So i am attempting to run it on Windows 7. However I get this weird error. The piece before the pipe to Remove-CimInstance works fine. Just something wrong when it hits the pipe Get-CimInstance -Class Win32_UserProfile | Where-Object { [...] read more
The inner exception is "The remote host closed the connection. The error code is 0x80070057." They only happen in the product environment, it's not my code, so try catch can not help. The UncaughtExceptionHandlers also can not catch it: UncaughtExceptionHandlers.Add((req, res, operationName, ex) => { if (ex is HttpException && [...] read more
I created a function to create multiple PDFs with Weasyprint, zip them together and download the zip file. When trying to extract the folder on Windows 10 with the in-house zip program i get this error: > "An unexpected error is keeping you from copying the file. [...] Error 0x80070057" [...] read more
I have one library AXInterop.WMPLib and it is driving me crazy. this is the error that I receive. I am not using any other dependencies. Stack Trace: > [FileLoadException: Could not load file or assembly 'AxInterop.WMPLib' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))] [...] read more
I'm using a Connection string to connect with the Azure Event Hub. In order to avoid the usage of TCP ports 104XX Microsoft has documented to turn the EnableAmqpLinkRedirect property to false. The default is True The EventHubsConnectionStringBuilder does not have this property at all. And the ServiceBusConnectionStringBuilder creates a [...] read more
In my UWP App I have a ListView with all songs displayed in the Music Library folder. When you click on a song it will play it and move to the next song when the first one stops. All this works great, however when the last song plays and reaches [...] read more
I'm receiving data locally from Voicemeeter, which uses VBAN protocol to send A stream of bytes. I'm trying to use NAudio to decode the bytes and play to audio using WaveOutEvent. My implementation is almost the same as The NetworkChatDemo from the NAudioDemo, Checkout this link to know more about [...] read more
After installating SQL Beautifier, I get this error when I Open SSMS. > The parameter is incorrect. (Exception from HRESULT:0x80070057 (E_INVALIDRG)) Create Command bar error 2:VSShell read more
I am trying to create a UWP application that uses the laptop's webcam to process mediaframes on which I want to search faces using Microsoft Azure Face API. I created a MediaCapture that works well, and a MediaFrameReader, which throws the exception mentioned in the question's title. You can see [...] read more
I have generated several packages with BIML but none of them load into the SSIS designer. Every one shows a white screen with the error message: Error loading 'Stage_BNSCHED.dtsx' : The package failed to load due to error 0x80070057 "The parameter is incorrect.". This occurs when CPackage::LoadFromXML fails. I can't [...] read more
I have a word document containing some text and two charts pasted from excel. I am using it as a template. I want to open the word document in C#, update chart data values and print the document. I can do all except being able to access the chart data. [...] read more
I have the .net core app running on linux docker container, and while taking dumps (core 2.2 or 3.0) I can't open them in the PerfView, taking dumps according to this instruction: https://github.com/dotnet/diagnostics/blob/master/documentation/dotnet-dump-instructions.md PerfView shows this error in the logs: Creating heap dump C:\temp\dumps\dump\dump-1.gcdump from process dump C:\temp\dumps\dump\dump-1.dmp. HeapDump Error: [...] read more
I have confirmed that the mere presence (even if it doesn't get used) of the following Style in a Xamarin Forms UWP project's App.xaml ResourceDictionary results in a crash on startup for the UWP app when compiled with .NET native tool chain enabled in release mode (x64, but don't think [...] read more
i Have many types of barcode scales so i want to send items data by my POS program But when i searched more i knew that i should use this PBusDrv.dll and follow the documentation below after i tried every thing i knew i got PBusTransferPLUCluster function not working giving [...] read more
I am using reflection to instantiate a custom class `class MyList : MyBaseClass, IList´: foreach (FieldInfo field in this.GetType().GetFields()) { if (field.FieldType.IsGenericType && field.FieldType.GetGenericTypeDefinition() == typeof(MyList<>)) { var elementType = field.FieldType.GetGenericArguments()[0]; var listType = typeof(MyList<>).MakeGenericType(elementType); var valueToSet= Activator.CreateInstance(listType); field.SetValue(this, valueToSet); ... valueToSet.MyName = field.Name; // does not work because "valueToSet" [...] read more
Today, my pc with Windows 8.1 installed suddenly started crashing on start up, and then rebooting and showing the 'Automatic repair' screen. I tried solving this in multiple ways already: * I tried creating a USB drive with a copy of Windows 8.1 on it on my laptop, and then [...] read more
Drive was a boot drive with windows 10 and bitlocked (automatically? dont recall doing it) and was secured by a pin and fingerprint. This was from a thinkpad with a TPM module. Computer is not part of an active directory domain so my googling has not been very helpful. I [...] read more
When I back to home, I open the Virtual Box and it shows up: Failed to get VirtualBox COM Obj. Cannot register the hard disk 'PathA' {75df0d7e-4c8f-4dcb-b89b-110ad8c061a1} because a hard disk 'PathA' with UUID {7df6ea8d-5425-43d2-bbc1-ee38c2e8c3f5} already exists. return code: E_INVALIDARG (0x80070057) Then... I go to the Google and look up [...] read more
I get this error when I try to add USB wireless adapter to my running Kali Linux. Failed to attach the USB device Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter to the virtual machine Kali-Linux-2016.2-vbox-i686_1. USB device 'Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter' with UUID {cb3700a9-5075-4cf4-8ad0-84772145a1ae} is busy with [...] read more
I cannot seem to get BITSADMIN to perform an HTTP(S) JSON request. bitsadmin /create Job bitsadmin /setcustomheaders Job "Content-Type:application/json" "Accept:application/json" bitsadmin /addfile Job "https://jsonplaceholder.typicode.com/posts" a.json Produces Unable to add file - 0x80070057 The parameter is incorrect. I know next to nothing about this stuff, and none of the stuff I [...] read more
So I was on Windows 7 and was messing with permissions on HKEY_CLASSES_ROOT in the registry. Something happened and it broke sound. I could not get directsound to work again in media applications that use it such as VLC and Mediamonkey. When I ran dxdiag.exe, it said everything was working [...] read more
Trying to vagrant up laravel homestead with provider virtual box, but get an error Progress: 40%There was an error while executing `VBoxManage`, a CLI used by Vagr ant for controlling VirtualBox. The command and stderr is shown below. Command: ["import", "\\\\?\\C:\\HashiCorp\\boxes\\laravel-VAGRANTSLASH-homestead \\7.0.0\\virtualbox\\box.ovf", "--vsys", "0", "--vmname", "ubuntu-18.04-amd64_15 48008280989_91293", "--vsys", "0", "--unit", [...] read more
When trying to change the metadata on the NYT1 2014 MU69 image taken by New Horizons image that I downloaded from a blog post, I get this error: > An unexpected error is keeping you from appying properties to the file. If you continue to receive this error, you can [...] read more
I have a Synology DS1513+ running DSM5.0-4493 update 1 (a several-year-old OS). I have Windows 7 and 10 laptops mounting that disk, along with a Linux laptop mounting the same area via NFS. My development account on the Linux box and Synology is user ID 1000. I'd like my Windows [...] read more
This is what I get when using the maintenance tool in the start menu on windows 7 to create a repair disc. I have yet to find a google search solution that works. I can ordinarily write to the cd/dvd drive. I've tried different discs, logging in with the hidden [...] read more
I don't understand why I'm getting this when trying to run the Windows backup tool. An internal error has occured The parameter is incorrect. (0x80070057) enter image description here [https://i.stack.imgur.com/6385h.png] Can you tell me what I should do about this error? read more
I am trying to download apps like Messenger or Feedback Hub for example but Windows Store returns following message: "Try Again. An error occurred. The error code is 0x80070057, in case you need it.". I have tried WSReset.exe, I have also tried adding a folder called "cache" in following location: [...] read more
A couple days ago I bought new notebook without OS. At first I installed Windows 10 on stock HDD drive - everything went ok. Then I decided to replace it with with SSD from my old laptop which is Samsung 840 EVO and which were working fine for years. Now [...] read more
I'm trying to repair my computer from booting into a blackscreen through the CMD mode (safe mode isn't working), after seeing that Startup Repair couldn't repair my PC. When I type sfc /scannow, I get the following message: > There is a system repair pending which requires reboot to complete. [...] read more
I am running windows 10, it has been working fine for a while. Recently I got a notification in the Action Center. It said: Click here to enter you most recent credential Your Microsoft account needs you to sign in again Clicking the notification eventually lead me to the Credential [...] read more
So it won't let me enable Hyper-V Platform, I could enable Hyper-V Management Tools though. I get the following message on Windows Features. > Windows couldn't complete the requested changes. The parameter is incorrect. Error code: 0x80070057 -------------------------------------------------------------------------------- Windows 10 Build (14393.447) Processor: i7 860 VT-x is enabled in BIOS, [...] read more
I'm currently trying to enable Hyper-V on my HP ProBook 450 G2 with Windows 10 Education but I get error code 0x80070057. I already checked the following things: * Virtualization is enabled in the bios. * I have uninstalled VirtualBox. Does someone know what the cause of this problem is [...] read more
I have an HP envy 15 which earlier had Windows 8.1 installed (and now absolutely nothing). Microsoft is giving a free upgrade to Windows 10. I tried to clean install windows 10 on my laptop, to totally clean my hard disk I made a bootable drive, and booted with it [...] read more
I have a backup of my pc done with normal windows7 backup tool and i'm trying to restore it to a new ssd. To be clear, i have an install disk and i want to restore the image. I always get that error. Back ups were regular and i have [...] read more
I'm trying to attach my arduino to a Windows Server 2012 R2 VM in virtual box. And for some reason it won't attach at all. Extension Pack is installed. I tested if a normal usbstick would work: nope, I tested usb 1.1, 2.0, 3.0 guest settings, all nope. I tried [...] read more
I'm trying to move the WindowsApps folder to my SD card on my Surface 2 tablet. It's a 32 GB model, and already out of storage. As a workaround (Windows RT forces uses to install only on the built-in storage), I followed the tips at the following post by user274391:On [...] read more
I just upgraded my laptop from Windows Vista (32-bit) to Windows 7 (64-bit). After installing, it performed a critical update and successfully installed 4 of them. It then recognized that there were ~100 more updates to install - with a combination of recommended and important updates. I hit update, and [...] read more
So for some unknown reason, Windows refuses to load updates, and refuses to give an error when no internet is connected. Running the Windows update trouble shooter states that there is an error, but it is not fixed. > 0x80070057 read more
I get an "Update ErrorCode 80092004" in Windows 7 Home Premium 64-bit SP1 when 'repeatedly' attempting to 'Update'. > Cumulative Security Update for Internet Explorer 11 for Windows 7 for x64-based Systems (KB3038314) Download size: 42.7 MB It even manually downloaded/failed to install. Microsoft Fix it 50123 returns the following: [...] read more
so.. I get the stupid error when I format my SSD. when I try to install Windows 7/8/8.1 I get this error: Windows couldn't format a partition on disk 0. The error occured while preparing the partition selected for installation. Error code 0x80070057 when searched out the forums, blogs and [...] read more
Despite trying several times since last night, the recovery of a volume from an Azure Data Recovery Vault to a new location on the original source computer fails after approximately (but not exactly) the same amount of data transfer (~3.7GB of ~7.5GB). If the recovery is attempted over the previously [...] read more
I've a Linux server where I can get the delay and offset values for a certain peer using the ntpq command: $ ntpq -nc peers remote refid st t when poll reach delay offset jitter ============================================================================== *162.102.197.46 10.114.18.251 2 u 117 1024 377 0.718 0.360 0.526 I'm using these values [...] read more
I'm trying to run virtualbox vm (virtualbox 6.1.4, vm iso image is ubuntu 16.04) inside openstack instance for some tests ( openstack is ocata, and instance image is ubuntu 14.04), when i start vm in virtualbox, it fails. But I have started vm in virtualbox successfully on another openstack platform, [...] read more
I am trying to get Chrome running in headless mode with Python, but for some reason I only get a blank page back no matter what website I try to read. Google Chrome: v77 Chromedriver: latest version (tried older versions as well) OS: Ubuntu 18.04.3 LTS (Virtual Server) After doing [...] read more
I'm trying to create a backup of our one of our domain controllers in case of a catastrophic failure, and I'm looking into ways to make one effectively. So far, I'm been very unsuccessful in getting any of the recovery methods to actually WORK, which is VERY worrying. Also, this [...] read more
When trying to backup to Azure cloud it fails with the below(drive has 6TB of data) error. OS: Windows 2012 R2 Standard. 1. I read a few articles about adding a "." with the language section of windows, but this was already present. Event ID: 12289 Volume Shadow Copy Service [...] read more
I need to create installation image for Windows 10 Enterprise LTSB. I've installed Windows 10 Imaging and Configuration Designer. I create a new Image Modification project from install.wim from LTSB ISO. Make no modification to it and press Create -> Production -> To Folder. Creation fails, error log: 8/4/2016 8:23:26 [...] read more
Today i got a SBS 2011 with (malicous) encrypted files from a customer. That happens frequently. What was rare was the fact that he had a very recent backup (Windows Image Backup) on a Imation RDX Cartridge. So i tried to do a restore with the boot-cd. After finding the [...] read more
as of last night we have had an IBM Server running 2003R2 BSOD a couple of times and I have been trawling the net for answers ever since. I've pinned down what triggers it and that is a BackupExec job which has ran without error for as long as I [...] read more
How can I change the output device? MediaPlayer.SetOutputDevice(id); I have picked out the Id via the AudioOutputDeviceEnum. VLC says: > mmdevice Debug: using selected device {536A131C-2830-445B-8ACC-EDD22DDCE6D5} mmdevice Error: cannot get selected device {536A131C-2830-445B-8ACC-EDD22DDCE6D5} (error 0x80070057) mmdevice Error: cannot get device identifier (error 0x80070057) I would like to achieve passthrough of [...] read more
I'm trying to use the Autodesk Forge APIs to automate the placement of a model into an assembly and end up getting a very vague error message: System.ArgumentException: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) The stack trace suggests to me that one of the parameters passed to [...] read more
I am doing some Java and Cucumber learning and trying to get MySQL to work. I am following the code from a course book. It all seems simple enough, but I just cannot get it to work. I keep getting the error: org.javalite.activejdbc.DBException: failed to determine Model class name, are [...] read more
Using SQL Server 2016, I was able to run the package on another SQL Server 2016 but when I moved the SSIS package it failed with this error: > 02/10/2021 16:20:31,ARGUS_DataEngine,Error,1,HORAE,ARGUS_DataEngine,Rename dhc File,,Executed as user: NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility Version 13.0.4224.16 for 64-bit Copyright (C) [...] read more
i'm not an experienced Windows developers, so sorry if it could be a stupid question. I'm actually working on an UWP application for the microsoft store, and it is working when I launch it on my machine to debug, but when I create the package to release on the microsoft [...] read more
We're trying our first use of Hangfire (v1.7.19) in an ASP.NET Core WebApi application (.NET 5). Previously they've all been old school ASP.NET, and have worked without issue. Hangfire packages used (per the Hangfire documentation) are Hangfire.Core, Hangfire.SqlServer and Hangfire.AspNetCore. We've also tried to just use the combined Hangfire package, [...] read more
I was planning to use Whonix (os for anonymity) and so i Downloaded the .ova from their official website ,but when i imported the .ova file it threw the following error: Failed to import appliance C:\Users\asnlze\Downloads\Whonix-XFCE-15.0.1.5.4.ova. Result Code: E_INVALIDARG (0x80070057) i searched it on oracle's official forum ,some other people [...] read more
Can't run SSIS package from commend line tried all the locations of DTExec.exe on machine I have a basic SSIS package that reads files and loads into database. (runs fine from SSDT) tried the following command lines : "C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\CommonExtensions\Microsoft\SSIS\150\Binn\DTExec.exe" /File "C:\test_ssis\importStuff.dtsx" <i belive [...] read more
I've created a .net core 3.1 project, and published it as self contained. When I try run this on a box with .net framework 4.5 on, I get this error > Failed to load the dll from [C:\XXXX\hostfxr.dll], HRE SULT: 0x80070057 The library hostfxr.dll was found, but loading it from [...] read more
When I send POST request, which is taking over 60 second to return response Titanium proxy seems to fail. Instead proper response, after exactly 60 seconds from sending request I can see in Visual studio output window this message: 1610977002451 addons.productaddons INFO sending request to: https://aus5.mozilla.org/update/3/GMP/46.0.1/20160502172042/WINNT_x86-msvc-x64/pl/release/Windows_NT%2010.0.0.0%20(x64)/default/default/update.xml 1610977002464 addons.productaddons INFO Completed [...] read more
I have a VSIX project. While trying to add a new command, or trying to add an asset to source.extension.vsixmanifest, I get the following error: > --------------------------- Microsoft Visual Studio --------------------------- VSIX Manifest Editor THE PARAMETER IS INCORRECT. (EXCEPTION FROM HRESULT: 0X80070057 (E_INVALIDARG)) --------------------------- OK I tried to delete vs, [...] read more
Here's the code for just displaying a window using WinApi For ref this code is from here. #include <windows.h> const char g_szClassName[] = "myWindowClass"; // Step 4: the Window Procedure LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { switch(msg) { case WM_CLOSE: DestroyWindow(hwnd); break; case WM_DESTROY: PostQuitMessage(0); [...] read more
I have a simple folder tree in Azure Data Lake Gen 2 that is partitioned by date with the following standard folder structure: {yyyy}/{MM}/{dd}. e.g. /Container/folder1/sub_folder/2020/11/01 In each leaf folder, I have some CSV files with few columns but without a timestamp (as the date is already embedded in the [...] read more
Every time our FlexLm server reboots, the licensing services reset their input TCP port. I want to extract the new TCP port from the log file to update the firewall rule. I can extract the port number, but the script does not like the single quote delimiter. $IdeateLog = "C:\Autodesk\Network [...] read more
I'm trying to create a generic implementation for Azure Tables. The ploblem is that when I use the ExecuteQuery function it always return the following error to me: > Error = Unable to evaluate the expression. Operation not supported. Unknown error: 0x80070057. I do can run the Execute function for [...] read more
System: Windows 10 Home 64bit, Vagrant 2.2.13, VirtualBox 6.1.16 Few seconds after running "vagrant up" command i'm getting this error: > There was an error while executing VBoxManage, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. > Progress state: E_INVALIDARG. > VBoxManage.exe: error: [...] read more
I have a service class in .NET Core whose contractor is expected to pass with an instance of DbContext. I am using xUnit with Moq and Feature. In test class constructor I am getting Castle Dynamic Proxy error Castle.DynamicProxy.InvalidProxyConstructorArgumentsException HResult=0x80070057 Message=Can not instantiate proxy of class: myApp.Data.Context.SupplierContext. Could not find [...] read more
Good afternoon. In my project, I created a device with the D3D11_CREATE_DEVICE_DEBUG flag, but it still does not display error information. I get error 0x80070057, but the debug flag shows nothing, as if I haven't initialized it. D3D11CreateDevice(nullptr, DriverTypes[DriverTypeIndex], nullptr, D3D11_CREATE_DEVICE_DEBUG, FeatureLevels, NumFeatureLevels, D3D11_SDK_VERSION, &pD3DDev, &FeatureLevel, &pCtx); read more
I am trying to save an image from a picturebox1 element in a windows form, but the Image.Save method throws a parameter not valid exception and I can't work out why. string name = "BookCover_" + DateTime.Now.ToString("yyyyMMddHHmmss") + ".jpeg"; string path = pathFolder + name; if (Directory.Exists(pathFolder)) { pictureBox1.Image.Save(path, ImageFormat.Jpeg); [...] read more
We have target sql server as and build SSIS package in visual stdio 2019 but changed project target properties to target sql server 2014.[![Change target server version ][1]][1] Things are going smooth for the whole week ,then all of sudden one of SSIS package throw below error. Question if there [...] read more
We have a web site (.net 3.5) hosted on IIS, its been working fine for a long time. Now suddenly we are getting the following error when user try to access the main site. Exception information: Exception type: HttpException Exception message: Could not load file or assembly 'AjaxControlToolkit, Version=3.5.40412.0, Culture=neutral, [...] read more
I tried to customize the Office ribbon for one of my Office documents, as explained in chapter "To customize the Fluent UI by using Office Open XML Formats files". It should theoretically add a new tab and one button, but when I open this document I always get this error [...] read more
enter image description here [https://i.stack.imgur.com/jvmEt.png] These are the Error Message that i'm getting when i pressed customize Minimized button. System.ArgumentException HResult=0x80070057 Message=Parameter is not valid. Source=System.Drawing StackTrace: at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format) at System.Drawing.Bitmap..ctor(Int32 width, Int32 height) at CircularProgressBar.CircularProgressBar.RecreateBackgroundBrush() at CircularProgressBar.CircularProgressBar.ParentOnResize(Object sender, EventArgs eventArgs) at System.Windows.Forms.Control.OnResize(EventArgs e) at [...] read more
Can someone tell me why I get error Value does not fall within the expected range when I try to load certain images using new bitmap? The error seems to be in the metadata. The error stops out at imgTemp.EndInit(); and the issue seems to be the metadata, but does [...] read more
I am working on WinForms using C#. I made a class video that has method yourvideos(). This method reads data from SQL database and add it in imagelist and listview. First I have uploaded the image and then take the location of image using: var=open.FileName.ToString(); Then in a function uploadvideo(), [...] read more
Can someone help me with this errors? I don't known what to do anymore. [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "PartnerID" (59) failed with error code 0x80070057 while processing input "Lookup Input" (73). The identified component returned an error from the ProcessInput method. The error [...] read more
There've been a lot of questions related to C# charts with SQL data but I've found none with SQLite specifically. Previously, I've managed to make it work with SQL data, but now I'm stuck with SQLite. Here are some variables that are linked to combo boxes, which work. I've also [...] read more
I want to be able to add custom columns at runtime to show in a DataGridView, so I have implemented the ICustomTypeDescriptor interface. I then get an exception when trying to bind a child list within that object. My implementation of ICustomTypeDescriptor is below: Public Function GetAttributes() As AttributeCollection Implements [...] read more
I don't know when dotnet core 2.1.509 on my computer can't be worked, maybe windows 10 upgrade caused. When I use this version of the sdk, it returns the error "Failed to initialize CoreCLR, HRESULT: 0x80070057". At first, I installed the 2.1.509 sdk again, but the problem remained unresolved. So [...] read more
I have a custom outlook appointment, from which I want to automatically BCC a mail upon sending my a appointment invitation. Function Item_Send() Set oMsg = Application.ActiveInspector.CurrentItem With oMsg Set objRecip = Item.Recipients.Add("MyEmail@mail.com") objRecip.Type = olBCC objRecip.Resolve End With Set oMsg = Nothing End Function Everything seems to work fine [...] read more
When using Win32 API, it's not really necessary to have a winmain entry point in order to create a window, because we can still call RegisterClassExW and CreateWindowExW, etc. I wonder if it's possible to do so as well in creating a C++/WinRT window, since almost every example on the [...] read more
I have been trying to install the HoloLens emulator with no success. I have installed and uninstalled the windows SDK, Installed and enabled visual studios as the external editor and installed the UWP tools when I installed VS 2019. I have Windows 10 Pro installed and Unity 2018.4 .HoloLens Emulator [...] read more
I am trying to get all the files properties, that the Windows Explorer properties / details Tab shows on my Windows 10 Desktop. I am following the samples from that article: https://docs.microsoft.com/en-us/windows/uwp/files/quickstart-getting-file-properties I have seen that there are functions to get basic and extended file properties. The basic sample code [...] read more
We have an ISAPI module and filter that inspects and modifies responses. We have this scenario where Firefox with HTTP2 enabled sends a request that fails within IIS, and a second request is immediately re-introduced into the pipeline (perhaps resent from the Firefox client). The two requests are very similar [...] read more
When I draw a line with points and I checked length of points > 2: gh.DrawLines(pen, points); My pen Pen pen = new Pen(Color.Red,1); My points (200,200) (100,500) (200,500) But when I run then it throw a exception as below: System.ArgumentException HResult=0x80070057 Message=Parameter is not valid. Source=System.Drawing StackTrace: at System.Drawing.Graphics.CheckErrorStatus(Int32 [...] read more
Here is cmd error, I can't understand where is error and I'm bumping on it again and again, can`t solve it. $ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Preparing master VM for linked clones... default: This is a one time operation. Once the master VM [...] read more
I have been using the ews-orgmode / ews-fetch-calendar.py Python script for a couple of months to download my Office365/Outlook/Exchange work calendar without problems. However, last week I rearranged the Python environments on my Linux system (installing fewer packages through the system package manager and more through pip). This stopped my [...] read more
I am trying to update Service References from my ASP.NET API project and I am getting the following error. I am using Odata Connected Service tool. enter image description here [https://i.stack.imgur.com/8kvU5.png] read more
Im trying to write a WPF application using Linq but while trying to update the database (add new data to it) it doesn't update at all. I want to add another row when I click a button but it doesn't update the database at all and after checking data it's [...] read more
We use user certificates for authenticating to various services, but the certificates expire after a year unless renewed manually. I am attempting to create a logon script that will detect if the certificate is about to expire and renew it proactively. The manual process we use currently is having the [...] read more
I have a Xamarin Forms app that queries an Azure Storage Emulator Table. The query works fine in the application on the Android Emulator. The query returns a List with the requested properties. I've written an XUnit unit test to run the same query on the same Azure Storage Emulator, [...] read more
I get the below error when trying to use DXGI to capture the builtin screen on my laptop that runs on an Intel 630 HD with the latest driver. The code works when I capture the external screen running on my GTX 1070. SharpDX.SharpDXException HResult=0x80070057 Message=HRESULT: [0x80070057], Module: [General], ApiCode: [...] read more
Visual studio community 2019. When I try to create a view (asp.net mvc) I get an error: There was an error running the selected code generator: 'The parameter is incorrect.(Exception from HRESULT: 0x80070057 (E_INVALIDARG)). I have deleted tmp files, checked for updates with no luck. I do have some backups [...] read more
[TestMethod] public void TestUserInheritance() { var _c = new Controller(); _c.AddEmployee("Dirk"); _c.AddUser("Wilma"); _c.AddProjectmanager("Jens"); Assert.AreEqual(_c.GetUsers().Count, 3); } The project builds perfect and I'm on .net core 3.1 When I run the tests it just does nothing and throws stuff in the Test Output Test data store opened in 0.096 sec. [2/29/2020 [...] read more
I need to create a new Host-only network, in VirtualBox, as a part of this tutorial to learn Puppet tool. I went to File -> Preferences -> Network -> Host-only network, and clicked on "Add host-only network". On clicking ok, it generated default values of DHCP as 0, in the [...] read more
spent quite a while now looking into The remote host closed the connection. The error code is 0x80070057 problem. Here is the complete exception details: <error host="Testserver" type="System.Web.HttpException" message="The remote host closed the connection. The error code is 0x80070057." source="System.Web" detail="System.Web.HttpException: The remote host closed the connection. The error code [...] read more
I am using Excel as a reporting tool, for my desktop application. The app is written in C# (VS 2019). The gist of my code is to obtain a range object from the worksheet, populate an array of null-able integers and write it back out to the same worksheet. Basic [...] read more
I'm using the Microsoft sample DX11VideoRenderer to render real time video in Windows 10. When I run just one stream, the video looks great. However when I run more than 4 or 5 streams, some of the video in their respective windows start blanking out intermittently. The effect can be [...] read more
I am trying to mount a Windows 10 install ISO so that I can then use it with DISM to programmatically activate .NET 3.5 because crappy Autodesk software requires ancient dependencies. Rant about Autodesk aside, when I use Mount-DiskImage -ImagePath "\\Mac\Archive\OSs\Win10_English_x64.iso" -NoDriveLetter on my test VM, to path to a [...] read more
Below is the header documentation to call the DLL: #define CM24_NUMTYPENOTE 24 typedef struct SNOTETYPE { char Notetype[6]; int NumNote; } SNOTE; typedef struct SDEP { int InNumber; int TotalDepBnk; int Refused; int Unrecognized; SNOTE Types[CM24_NUMTYPENOTE*4]; } SDEPOSIT; typedef SDEPOSIT *PADEPOSITCASS; int APIENTRY InterDoCheck (int , PADEPOSITCASS); And here is [...] read more
So, I was trying to install Forza Horizon which I just bought, but I'm getting this weird error when I try to install it. It says "Download is getting started..." and afterwards "Error..." So, I tried already a lot of things. I tried using wsreset, also executed it as admin, [...] read more
Steps i took to end up with this corruption: * Installed Windows 10 Pro 20H2 (from now on Windows#1) in a freshly cleaned GPT drive. Did all updates, programs setup and it was all good. * Activated Bitlocker on Windows#1 volume (XTS-AES, full encryption, did the pre-encryption reboot test). All [...] read more
I am following this tutorial about capturing a Windows 10 IoT Enterprise image. After properly preparing a USB drive, I inserted it into my IoT device. Upon booting, I selected the correct USB drive and I'm currently in my administrative command prompt (X:\windows\system32\cmd.exe). The command dism /capture-image /imagefile:C:\IoTOS.wim /CaptureDir:C:\ /Name:"Windows [...] read more
I'm unable to start Windows backup. It failes with error: 0x80070057 Any solution for this ? enter image description here [https://i.stack.imgur.com/fezMV.jpg] read more
I have a software using Direct2D to handle images. This software fails when run under VMware Workstation 15 Pro (15.5.6 build-16341506) running on Win10. The failure occurs when loading any images larger than 8192x4096 pixels. The failure occurs at RendreTarget.CreateBitmap which returns invalid argument error code (0x80070057). The same application [...] read more
Since my email is IMAP, I did this in order to free some space, but now my address book is not working anymore. I lost some entries and I cannot add anymore new contacts to it, launching thinderbird from the terminal, when I click to the star icon next to [...] read more
I'm not able to open an appliance I have imported to Virtual Box. I'm getting this error: > enter image description here [https://i.stack.imgur.com/3SqvR.png] I already tried: * Disable HyperV * Disable Windows Defender Extension Pack installed What else could I try? -------------------------------------------------------------------------------- Here are the logs 00:00:39.975743 VirtualBox VM 6.1.12 [...] read more
Accidentally the USB drive was unplugged during Bitlocker decryption at 89% as I remember. I wanted to completely remove the Bitlocker on the USB drive so I did manage-bde -off command before the incident happened. After the incident I tried to plug the drive again it is detected but when [...] read more
I am trying to enable Containers feature in Windows Server 2016 but I am getting the following error: Install-WindowsFeature : The request to add or remove features on the specified server failed. Installation of one or more roles, role services, or features failed. The parameter is incorrect. Error: 0x80070057 I [...] read more
"There were problems installing some updates, but we'll try again later. ..... Error 0x80070057" That error code is so generic, it didn't get me to a solution. I spent a couple of days on this and solved it eventually and will provide the solution I found later in case it [...] read more
I'm trying to update to Win10 1903 from 1803 but keep getting BSOD with 0xc1900101 code. I've tried removing attached USB devices and disabling my overclock, without success. Today I learned that there is a setup error log, which you can see below, but I don't understand what it's telling [...] read more
I am updating a Windows 10 PC from 1803 (to the latest OS which is 1909) and it's failing with this error: 0x8007042B - 0x2000D The installation failed in the SAFE_OS phase with an error during MIGRATE_DATA operation It fails the same way each time, pretty much down to the [...] read more
PS C:\desktop\laravel-les1> vagrant up Bringing machine 'laravel-les1' up with 'virtualbox' provider... ==> laravel-les1: Importing base box 'laravel/homestead'... There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["import", "\\\\?\\C:\\Users\\Aqsa Intizar\\.vagrant.d\\boxes\\laravel-VAGRANTSLASH-homestead\\8.1.0\\virtualbox\\box.ovf", "--vsys", "0", "--vmname", "ubuntu-18.04-amd64_1569415942892_47656", "--vsys", "0", "--unit", [...] read more
Been having a recurring issue for months now where I cannot update my Windows 10 Pro N machine. It blue screens through the process and then when Windows restarts and attempts to repair it freezes around 44%. Inside C:\$Windows.~BT\Sources\Panther there are the follow errors: 2019-10-25 20:07:34, Error DU DU::CDUSession::Search: Failed [...] read more
I copied an entire VirtualBox (version 5.1.38) VM directory from my local machine to a remote machine. The problem is that the hard disk configured in the VM still points to the directory path on my local machine. When I try to add it again as a new hard disk, [...] read more
My Windows 10 'winload.efi' became corrupted and I opted to clean install using the Windows media creator tool to create a bootable USB. Upon booting from USB, I chose custom install and proceeded to delete down to one partition followed by a format of that partition (as I had done [...] read more
I'm attempting to manage a suite of VMs with a vagrantfile, and while it's successfully provisioning the first one, it fails on the second, with the following error (username removed): There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is [...] read more
When attempting to upgrade from Windows 10 1803 to 1809, I get a failure every time. I tried Microsoft support and three reps were unable to assist me. I tried disabling all the startup programs, running the update troubleshooting tool, running Windows 10 update assistant, and downloading / installing from [...] read more
After receiving a BSOD, and I try to restart my machine is doesn't work. I get a 0x80070057 error. I can't fix it, it seems. This got me wondering if my SSD had failed. I am on a Thinkpad T450s running Windows 10. I was running the OS on a [...] read more
Windows Update tries to install the update as usual, and then after a while, I get a download error 0x80070057: Build 17686 Error 0x80070057 Windows Update [https://i.stack.imgur.com/EgeCr.png] At first I thought this was a storage issue (I had 3 GB of free space at the time), so I moved some [...] read more
I have a CA certificate in Local Machine Certificate Store. When I run this command - enter code here certutil -verifyKeys gives Key "KEYNAME" verifies as the public key for Certificate "KEYNAME" V0.0 Signature test FAILEDCertUtil: -verifykeys command FAILED: 0x80070057 (WIN32: 87 ERROR_INVALID_PARAMETER) CertUtil: The parameter is incorrect MSDN says [...] read more
I see a couple of other posts here which are similar to mine, but not quite. I sure hope someone can help with this one. I've been building & installing computers for years and I'm totally stumped. I have a friend's Sony Vaio PCG-31311W laptop and have offered to install [...] read more
I was wondering if I can update my Windows 10 from a USB, using an ISO. I have had problems updating for about a year, and tried everything. My Windows 10 never updates, and is still stuck on 1703. It has been so long since update, that I now have [...] read more
I just tried to upgrade a Windows 7 machine to Windows 10 and it failed for no apparent reason. Both Windows 10 Upgrade Assistant and Media Creation Tool fail, the former with 0xc1900200 and latter with 0x800704DD-0x90016 error code. When it happens (with Upgrade Assistant), the following three events appear [...] read more
I have an internal disk with a brand new Windows 7 installation and another disk with a Win7 image backup I made before another drive croaked. I use a USB stick to boot into the recovery mode because the CDROM/DVD on the computer is dead. When I boot from the [...] read more
So, here's what happened. I plugged in a bootable W10 installation thumbdrive. After deleting two preexisting partitions that I had made manually, the installer created a reserved system partition (partition 0), and a normal storage partition (partition 1). After this, it began installing Windows 10 on the HDD. However, it [...] read more
Using Edge/ IE11 (no OEMs) to login to a trusted government resource on a machine where the OP is the sole user. The requirement is to type username and password every time the site is loaded as for some reason there is no credential record created for it. Now to [...] read more
I am on a Dell Inspiron 15R 5537 machine that had Windows 10 and Ubuntu 16.04 dual booted. The hard drive malfunctioned and I had to get it replaced.I thankfully had a system image backup created (using Windows 7 Backup and Recovery within Windows 10), which I used to restore [...] read more
I am trying to use Windows Backup using a network drive location as my backup destination. Some essential stats: * The desktop is a Win7 machine and network drive is running Win Server 2012 R2. * I have other directories on the network drive shared to the desktop; no problems [...] read more
TL;DR trying to decrypt a drive using manage-bde -off g: spits out this error: ERROR: An error occurred (code 0x80070057): The parameter is incorrect. got a laptop with a broken screen, i disabled bitlocker protection on the drive, shut it down and swapped it to a new chassis, error upon [...] read more
Laptop: Asus Rog G750jm. The laptop suddenly started to get into a bootloop every time i started it. I tried reinstalling Windows 10 by creating a Bootable disk on a Mac and it fails to format the primary partition every single time. Error: 0x80070057 comes up every single time. I [...] read more
I just got my new hard drive (500GB) and I was about to install Windows 7, but received an error while formatting the partition (0x80070057—damaged disk). The disk is new and I've never used it before. I am using a Dell Inspiron 6400 laptop and I can easily install and [...] read more
I'm on windows 10 1511 build. I've started encrypting an external HDD with bitlocker with the new XTS-AES encryption and later realized this is going to cause problems for my recovery system (macrium reflect) which cannot handle the new encryption yet. I've unencrypted the HDD which went fine. The manage-bde [...] read more
I am asking this new question after trying to recover my crashed windows data please refer below question/link How to recover data from crashed Windows laptop? -------------My query regarding HDD Format Issue----------------- windows is not able to neither format HDD nor install windows.IT gives following error while formatting: Windows could [...] read more
I have been attempting to upgrade Windows from 8.1 to 10 and so far it failed at various stages, with the screen becoming unresponsive and black. After reading various comments I have attempted the below: * Uninstalled & Removed Avast antivirus * Disabled Firewall * Removed Nvidia Graphic card (asus) [...] read more
Receiving error 0x80070057 while performing Windows Updates on Windows 7 (64-bit). Tried the following: 1. Ran Windows Update Troubleshooter. It fixed several Registry problems, but still reports a problem with the aforementioned code. 2. Start > Run > cmd > net start WSUSService - This fails with 'The service name [...] read more
I'm getting this error message in VirtualBox when trying to create a shared folder: > Failed to create the shared folder D_DRIVE (pointing to d:\) for the virtual machine test-vm. Shared folder path 'd:\' is not absolute. Result Code: E_INVALIDARG (0x80070057) Component: Console Interface: IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6} Not absolute? How do [...] read more
One big advantage of Virtual Machines is the fact that they are somewhat independent of the underlying hardware. My goal is to have a Virtualbox image on an external USB-drive that I can use with different host systems (some of them are Windows 8.1, some Debian Linux). In the past [...] read more
I used this to migrate a certificate authority my root CA from a Win2003 AD server oldserver to a Win2008R2 member server newserver (with different name). After completing this task, I wanted to install the web enrollment role service on newserver, but that fails with (translated from German) > The [...] read more
Setup: * Intel NUC today (model DN2820FYKH) * Value Kingston 8GB DDR3L * Samsung SSD 840 EVO It starts up okay, BIOS reports correct amount of RAM as well as connected drives. I followed Intel recommended BIOS settings: * AHCI mode * Legacy boot disabled * UEFI compatibility Windows 8.x [...] read more
Below are the step wise events that occurred to me: 1. My system goes into hang state. 2. A pop up appears which says "something went wrong, collecting information". 3. After 20 seconds it shuts down. 4. Then it never restarted again. 5. On trying to reinstall new Windows; my [...] read more
I can't believe I'm going through this again. I recently updated my windows 8.1 with kb2919355 and my PC doesn't boot anymore. I'm getting a black flickering logon screen where it's impossible to login (Same issue in safe mode). This already happened when I've done the 8.1 upgrade from 8. [...] read more
Hey guys I am considering to purchase a new HDD after a series of events that happened : Couple days ago my PC froze while I was playing a game, I wasn't able to close any processes with my Task Manager and I decided to RR the pc. After I [...] read more
I'm attempting to backup all of the music from my 80GB iPod Classic to my Windows Vista computer. My old computer (originally linked to this iPod with a backed up copy of all music) died on me, so iTunes won't transfer music from my iPod to any other computer now. [...] read more
When I started my computer, it gave me this error: > Disk error occurred. Press Ctrl Alt Del to restart. or > Reboot and select proper boot device, or insert boot media in selected boot device and press any key. As a solution, I started a new installation of Window [...] read more
I have an asp.net application which is using the WCF service. I am able to call the WCF method from my application and as well I am able to hit the breakpoint in the WCF service method. But I am getting an error while updating the service reference. I am [...] read more
I downloaded the Ubuntu 20.04 LTS from the Microsoft Store. When I start the app in my Windows 10 (version 2004), I get this cryptic error: > Installing, this may take a few minutes... WslRegisterDistribution failed with error: 0x80070057 Error: 0x80070057 Falscher Parameter. ("Falscher Parameter" would be sth like incorrect [...] read more
Goal: Use EF 6 inside of ASP.net core 3 by using a project named ef. Project EF is the main connection to the database sql server. Problem: I get an error saying > Error = Unable to evaluate the expression. Operation not supported. Unknown error: 0x80070057. What part am I [...] read more
I'm working on a driving simulator. The game works fine inside the Unity Editor but when I compile a standalone application and open it, it instantly crashes after the splash images. Below are the contents of the error log file (but certain names have been censored for privacy reasons). The [...] read more
enter image description here [https://i.stack.imgur.com/hXUTw.png] THIS IS THE DETAILS OF THE ERROR System.ArgumentException HResult=0x80070057 Message=Invalid value for key 'integrated security'. Source=System.Data StackTrace: at System.Data.Common.DbConnectionOptions.ConvertValueToIntegratedSecurityInternal(String stringValue) at System.Data.Common.DbConnectionOptions.ConvertValueToIntegratedSecurity() at System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) at System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) at System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(DbConnectionPoolKey key, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) at System.Data.SqlClient.SqlConnection.ConnectionString_Set(DbConnectionPoolKey key) at System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) at System.Data.SqlClient.SqlConnection..ctor(String [...] read more
Didn't explain this very well so I'll try again Trying a complete new install of Windows 10 on what appeared to be a dying laptop. However, when selecting the partition to install to, it tells me: "Windows could not format a partition on disk 0. The error occurred while preparing [...] read more
I want to check whether a certain file is present or not, if the file is present then show Login Form else show Create a new user form. I'm using .Net Framework 4.8, WinForms, Visual Studio 2019, C#. In my Program.cs file I have written this code. using System; using [...] read more
I am pretty new to Windows administration, however I need to learn fast. I received the following error while trying to diagnose a network interface. "An unexpected error has occurred. The troubleshooting wizard can't continue" Package ID: NetworkDiagnostics Path: C:\Windows\diagnostics\system\networking Error code: 0x80070057 Source: Engine User: XXXXXXX Context: Standard My [...] read more
enter image description here [https://i.stack.imgur.com/Yg48k.png] I receive error 0x80070057 when trying to install IIS on Windows 10 Home. How do I fix this? read more