Select Page

Nsclient++: Solving various PDH value errors

Problem: Errors like these: ERROR: Could not get data for 5 perhaps we don’t collect data this far back? ERROR: Failed to get PDH value PdhAddCounter failed: The specified object was not found on the computer.   (C0000BB8)   Solution: Many errors regarding...

Detecting if the OS architecture fits to your software

Scenario: Basically, most developers publish their projects separately for x86 and x64 platforms. This can lead to problems if the user installs the x86 version on an x64 OS; the software might not work because of driver problems, wrong 3rd party DLL references with...