Pregunta

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 ?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top