Hi,
When I debug my CRM 2013 online plugin in Visual Studio, following the debugging steps like in
https://support.microsoft.com/kb/2778280?wa=wsignin1.0.
The debug process always crashes the Plug-in Registration Tool at code line like
HttpWebResponse response = (HttpWebResponse)request.GetResponse();
So, I won't be able to go thru code lines after this line. However, I catch correct JSon data at the end of program.
The crash pop-up says 'Plug-in Registration Tool has stopped working....'
How to prevent Registration Tool being crashed? Thanks.