Answered by:
How to debug a plugin remotely from Visual Studio?

Question
-
I'm running a C# app in Visual Studio 2010 using the CRM SDK connecting to my CRM instance.
I'm trying to create a service appointment but am getting a failure from one of my plugins. If I do it directly from my CRM form, it works fine.
I have the dll and pdb file in the same directory on the server.
How can I debug the plugin from my C# application?
Tuesday, January 28, 2014 8:49 PM
Answers
-
TCavins,
These links should help
http://msdn.microsoft.com/en-us/library/cc151088.aspx
Blake Scarlavai - http://mscrmdev.blogspot.com/ - Sonoma Partners - http://www.sonomapartners.com/ - Follow @bscarlav
CRM 2011 JavaScript Model Generator - CRM 2011 Appender for log4net- Edited by Blake ScarlavaiMVP Tuesday, January 28, 2014 9:26 PM
- Marked as answer by TCavins Wednesday, January 29, 2014 5:22 PM
Tuesday, January 28, 2014 9:25 PM
All replies
-
TCavins,
These links should help
http://msdn.microsoft.com/en-us/library/cc151088.aspx
Blake Scarlavai - http://mscrmdev.blogspot.com/ - Sonoma Partners - http://www.sonomapartners.com/ - Follow @bscarlav
CRM 2011 JavaScript Model Generator - CRM 2011 Appender for log4net- Edited by Blake ScarlavaiMVP Tuesday, January 28, 2014 9:26 PM
- Marked as answer by TCavins Wednesday, January 29, 2014 5:22 PM
Tuesday, January 28, 2014 9:25 PM -
- Proposed as answer by Akhileshrajpoot Wednesday, January 29, 2014 8:31 AM
Wednesday, January 29, 2014 3:26 AM -
Thanks Blake. I utlimately had an issue with my firewall but your steps help guide me in that direction.Wednesday, January 29, 2014 5:23 PM