I am trying to setup a Windows Docker image with .net framework 4.7.2. For other reasons, I am starting from microsoft/windowsservercore What I tried so far - I have choco installed on my image, so my initial solution was to use choco install choco install dotnet4.7.2 --allow-empty-checksums -y -v --trace [...] read more
or "Update is not applicable to your computer" for NET Framework 4.7.1 on Server Core installation Windows Server 2016 Trying to update net framework to 4.7.1 on a Server Core installation but no dice. The installation starts to extract the files for the setup, runs the setup.exe /x86 /x64 /redis [...] read more
I am doing some work with TFS2010 and I've been trying to install it on a Windows 7 machine. I had it installed and then uninstalled it so I could change the SQLExpress to a SQL 2008 db. I rebooted between these changes just to be safe. The install went [...] read more
I keep getting the following warning message in the application event log (Win2012R2): > MSDTC encountered an error (HR=0x80000171) while attempting to establish a > secure connection with system I have read all the related questions, and none of them helped resolve the issue. The application on that server works [...] read more
While configuring the clustered SSO on the second server, I got an error, while running the command : > C:\Program Files\Common Files\Enterprise Single Sign-On>ssoconfig > -restoresecret SSOSecret.bak Password : ******* Confirm Password : ******* The error is : > Could not contact the SSO server ''. Check that SSO is [...] read more
The call NCryptOpenStorageProvider(myProvider, MS_KEY_STORAGE_PROVIDER, 0) returns 0x800706D9. Since I couldn't find this retcode in MSDN, I am really in a mess. What went wrong? read more
I have a Windows Server 2008 R2 Datacenter part of a domain. The DebugView constantly spits out this error: [5592] 5592: 2014-01-08 13:32:39.410 [DirectResult] Error (Id=0) System.Runtime.InteropServices.COMException (0x800706D9): There are no more endpoints available from the endpoint mapper. (Exception from HRESULT: 0x800706D9) I've gone through the recommendations from Replication error [...] read more
I'm trying to follow this guide to prepare my server to become a chef-client: http://wiki.opscode.com/display/chef/Knife+Windows+Bootstrap When I run commands like: C:\> winrm set winrm/config @{MaxTimeoutms="1800000"} I get the following error: WSManFault Message ProviderFault WSManFault Message = There are no more endpoints available from the endpoint mapper. Error number: -2147023143 0x800706D9 [...] read more
Since some days ago I can't run the Server Manager, it fails like this: DescripciĆ³n: Stopped working Firma con problemas: Nombre del evento de problema: CLR20r3 Firma del problema 01: mmc.exe Firma del problema 02: 6.1.7600.16385 Firma del problema 03: 4a5bc808 Firma del problema 04: System.Management Firma del problema 05: [...] read more
I am trying to set-up a PC as a kiosk, using a Provisionning Package. When I log into the target computer, with a Domain Administrator account, and install the ppkg, I get the following error message: ProvXML category 'Policies' failed with '0x800706D9' at CSP node 'NULL'. Policies applied successfully. I [...] read more
Windows 10 cannot be updated. Error message 0x800706d9. Firewall is not running and when I try to reset to defaults I get a message that there are Firewall file(s) missing. Microsoft "trouble" scan can't detect or repair. Still using version 1511 because it's unable to update Windows 10 (dozens of [...] read more
I've had this problem for a few days now. I would like to interface with a web cam using Windows Media Foundation classes, but for whatever reason, any time I call IMFActivate::ActivateObject() To open up a capture source, it yields a 0x800706d9 Error: > 0x800706d9 : There are no more [...] read more
I'm having trouble creating a UVC Extension Unit interface using the Windows Media Foundation API (using the Windows 8.1 kit). I am attempting to open a video source before using functions provided by Ks.h to interface with the video source's respective UVC extension unit. I enumerate available video sources using [...] read more
I uninstalled MySQL 5.7.1 Community from my windows 7 laptop , and now trying to install it again. But getting error "There are no more endpoints available from the endpoint mapper. (Exception from HRESULT: 0" Googled around to find this... http://johnyassa.wordpress.com/2012/12/12/there-are-no-more-endpoints-available-from-the-endpoint-mapper-exception-from-hresult-0x800706d9/ , but not sure if this is the reason [...] read more
I created a setup that consists of a package, a managed bootstrapper application, and a bundle. I notet that when the package fails, under certain circumstances the Error event is not called. I already looked at InstallationViewModel.cs from the WixBA setup, but did not find a solution. How can I [...] read more