I have IIS version 10 installed on Windows 10 Pro Version 1709, build 16299.125. After a Windows update, IIS stopped working. I saw that W3SVC isn't working, because WAS (Windows Process Activation Service) can't be started. When I try to start WAS, Windows display the message: > Windows can't start [...] read more
The Windows Process Activation Service (WAS) will not start on my Windows 10 PC anymore. As a result, IIS won't start. I'm not quite sure when it happened, but likely in the last month. During startup, I now get a series of 4 error events in the System log: > [...] read more
I have done Encryption of a File using C++ with ENCRYPT_ALGORITHM as CALG_RC4. The code is working fine. When I changed the ENCRYPT_ALGORITHM to CALG_AES_256 it fails. if(CryptAcquireContext( &hCryptProv, NULL, MS_ENHANCED_PROV, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) and if(!CryptDeriveKey( hCryptProv, ENCRYPT_ALGORITHM, hHash, KEYLENGTH, &hKey)) fails with the error no. 0x80090016 and 0x8009000f I want [...] read more
I'm using Microsoft System Center Operations Manager 2007 SP1 and I'm having some problems getting the client installed on a couple of servers. They are Windows 2008 (not R2) SP1. (I'm going to try updating it to SP2 to see if that fixes it) The error that I get is: [...] read more
I uninstalled and re-installed the Azure CosmosDB emulator on my PC, but cannot start it up now. I keep getting the following error: Failed creating emulator certificate. Error: 0x8009000f I have run through all of the steps in the trouble shooting guide but I am still experiencing the problem. Has [...] read more
When I go to my project properties page under the Signing tab and click "Create Test Certificate" I get the error "Object already exists. (Exception from HRESULT:0x8009000F)" I've also opened past projects that I've created certificates for and tried to create new ones but I get the same error. I [...] read more
I'm trying to install the "IIS6 Metabase and Configuration Compatibility" feature on my Windows 7 Pro (64 bit) machine so I can use IIS with my VS2010 installation. Unfortunately, every time I go to install said update from 'Control Panel->Programs and Features->Turn Windows Features On or Off', it fails with [...] read more