<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/11356004?origin\x3dhttp://openrent.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Reload missing .NET performance counters

C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727>lodctr aspnet_perf.ini
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727>lodctr aspnet_perf2.ini
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727>lodctr corperfmonsymbols

Add private PDB's files to Windows Debugger

Copy the PDB files to a directory on your hard drive. Open WinDBG and ensure that the symbol path includes the directory that contains the PDB files:

.sympath+ c:\pdbs
.reload