I have installed Windows 10 Creator update today. I can not start ArcGIS Pro from Visual Studio 2013 now to debug add-ins. I get Access violation exception:
'ArcGISPro.exe' (CLR v4.0.30319: ArcGISPro.exe): Loaded 'C:\Program Files\ArcGIS\Pro\bin\ArcGIS.Desktop.Docking.Wpf.dll'. Cannot find or open the PDB file.
'ArcGISPro.exe' (CLR v4.0.30319: ArcGISPro.exe): Loaded 'C:\Program Files\ArcGIS\Pro\bin\ArcGIS.Desktop.Ribbon.Wpf.dll'. Cannot find or open the PDB file.
The program '[8400] ArcGISPro.exe' has exited with code -1073741819 (0xc0000005) 'Access violation'.
All things work fine before update. The same situation is with my project of ArcGIS Pro add-ins and with ArcGIS Pro SDK samples from GitHub.
Does anyone installed that Windows update and have no problems with debugging?