Question

I'm using the steps here to debug my plugin: http://support.microsoft.com/kb/2778280

1- I ran my plugin on CRM

2- I got an error log and I downloaded it enter image description here

3- I Debugged the log from the Registration tool Debugger using Visual Studio and it executed successfully without any errors.

enter image description here

How come the CRM produced an error while the debug using the downloaded log executed successfully ?

Was it helpful?

Solution

The plugin profiler has a couple options for how it creates the data required to debug locally. The default option, is to raise an exception that creates the plugin context, this is the error you're seeing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top