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?