I have a winforms application that I'm using in Visual Studio 2015. When I switch from one form design page to another, VS hangs for 15-25 seconds each time.
I have no extensions installed except Git source control. I have deleted the contents of the c:\users...\AppData\Microsoft\Visual Studio\14.0 folder. I have reinstalled Visual Studio. I have repaired Visual Studio (repeatedly.) Starting in safe mode doesn't make any difference. I have all Visual Studio updates installed.
The PC is a 2 month old beast (lots of RAM and CPU) with dual SSDs and Windows 10.
ProcExp says that IsAssertETWEnabled is the process that's using up the CPU during the hang.
Any advice/help is appreciated.
---UPDATE--- It ONLY does this when switching from one design view tab to another. No hang when in the code file or in the designer.vb file. Those move seamlessly.