I'm running Windows 7 RTM 32-bit. I'm getting the following error in my event log every second or so: > Session "Circular Kernel Context Logger" failed to start with the following > error: 0xC0000035 * Source: Kernel-EventTracing * Level: Error * User: SYSTEM * OpCode: Start Any ideas what would [...] read more
A customer has asked for help with this, and given me remote access, and my Google searching is not helping. SU doesn't seem to have anyone available to help in chat currently, so I'm trying here. I start it up, run the Setup your Internet address and Configure a Smart [...] read more
I'm in alpha w/ a product using a backend worker role. The worker role worked about 2 weeks ago but recently I repushed some new stuff and everything seems to be OK except the worker role is not doing it's job (monitoring a message queue)... I RDP'ed into the worker [...] read more
When running locally in the emulator the web worker works fine. However whenever I update my web worker running on an Azure VM I get the following exceptions exceptions in the event viewer and the role won't start: > Application: WaWorkerHost.exe > Framework Version: v4.0.30319 > Description: The process was [...] read more
I've had 40 of these errors in the last 7 days. Can anyone give an explanation of the error and what I might do to correct it? I'm running Windows 7 Ultimate 64 bit. As a possibly important aside I'm runnning a copy of Windows 7 that I've yet to [...] read more
I am having trouble getting my SSRS server to successfully cohabitate with IIS, after having to move the server to a different subnet. I have 2 static IPs for that server: .242 is defined explicitly in IIS bindings, and .161 is for SSRS. I have my SSRS Web Service URL [...] read more
I recently performed a complete computer upgrade at work and I'm having some weird slowness issues with my workstations. All the computers are current i5's with 4GB of RAM..plenty of power etc. The server is a Dell PowerEdge with server 2008 R2. When I built everything up I had roaming [...] read more
I tried creating a mutant in my process that closes the process when it is created more than once with this code: HANDLE m; OBJECT_ATTRIBUTES attr; attr.Length = sizeof(OBJECT_ATTRIBUTES); UNICODE_STRING str; RtlInitUnicodeString(&str, L"123"); attr.ObjectName = &str; long stats; if (!(stats = NtCreateMutant(&m, MUTANT_ALL_ACCESS, &attr, false))) { if (0xC0000035 == stats) [...] read more
I have noticed several kernelevent tracing errors in event viewer. The code is always 0xc0000035 and event ID is always 2. Session "HomeGroupLog" failed to start with the following error: 0xC0000035 Session "P2PLog" failed to start with the following error: 0xC0000035 Session "IDListenLog" failed to start with the following error: [...] read more