Answered by:
Remote debugging CRM plugin

Question
-
Hi,
Trying to do remote debugging for CRM customized plugin but keep getting, "The breakpoint will not currently be hit...". I followed all the steps http://www.sadev.co.za/content/how-debug-workflow-assemblies-and-plug-ins-mscrm-40 but it seems to be not working. Any thoughts?
Thanks in advance,
YoungSaturday, March 13, 2010 10:23 PM
Answers
-
Here is a previous post that covers this for you. http://social.microsoft.com/Forums/en-US/crmdevelopment/thread/a054b6d1-9ea5-4adb-9c24-1a87871c73e0
MSCRM Bing'd - http://bingsoft.wordpress.com- Marked as answer by DavidJennawayMVP, Moderator Monday, May 10, 2010 3:33 PM
Sunday, March 14, 2010 12:34 AMModerator -
I had similar problem before.
The server you want to remotely debug, does it have Visual Studio 2005/2008 Shell installed?if it does have VS Shell, means that the VS does not include any language by default. In order to insert break point, you need you install the language you used, (C#, VB, etc). Install the languages with the Visual Studio disc and select customized installation, and choose the language you want to install. After the installation, you should be able to insert break points.
Hope this helps :)- Marked as answer by DavidJennawayMVP, Moderator Monday, May 10, 2010 3:33 PM
Monday, March 15, 2010 11:59 AM
All replies
-
Here is a previous post that covers this for you. http://social.microsoft.com/Forums/en-US/crmdevelopment/thread/a054b6d1-9ea5-4adb-9c24-1a87871c73e0
MSCRM Bing'd - http://bingsoft.wordpress.com- Marked as answer by DavidJennawayMVP, Moderator Monday, May 10, 2010 3:33 PM
Sunday, March 14, 2010 12:34 AMModerator -
I had similar problem before.
The server you want to remotely debug, does it have Visual Studio 2005/2008 Shell installed?if it does have VS Shell, means that the VS does not include any language by default. In order to insert break point, you need you install the language you used, (C#, VB, etc). Install the languages with the Visual Studio disc and select customized installation, and choose the language you want to install. After the installation, you should be able to insert break points.
Hope this helps :)- Marked as answer by DavidJennawayMVP, Moderator Monday, May 10, 2010 3:33 PM
Monday, March 15, 2010 11:59 AM