Visual Studio debugger does not stop on a breakpoint

Problem The Visual Studio debugger does not stop on a valid breakpoint when attaching to an application running on your local PC, despite having all necessary elements present, including Symbol files (.pdb) and a current version of the assembly. There are no apparent errors – the code simply executes all the way through without ever… Read More Visual Studio debugger does not stop on a breakpoint

Deep Dive: Authenticating for using Microsoft Graph API inside Microsoft Dynamics 365 Customer Experience (i.e. Micorosoft Dynamics CRM)

TL;DR Authenticating with Microsoft Graph API inside a Single-Page Application is straightforward when you have full control of the application. This is a bit more challenging when you’re working inside Microsoft Dynamics 365 Customer Experience (i.e. Microsoft Dynamics CRM, or just “CRM”), but it can still be done. This article contains an explanation along with… Read More Deep Dive: Authenticating for using Microsoft Graph API inside Microsoft Dynamics 365 Customer Experience (i.e. Micorosoft Dynamics CRM)

Solution: Cisco VPN connection error, “Hostscan is waiting for the next scan”

TL;DR Cisco AnyConnect VPN  software fails to connect with the error “Hostscan is waiting for the next scan” when there are too many certificates in your Personal Certificates folder. Fiddler creates a LOT of certificates when you allow it to intercept HTTPS traffic. Clearing these certificates will resolve this error. Jump to The Solution or… Read More Solution: Cisco VPN connection error, “Hostscan is waiting for the next scan”