Hey all,
We're having problems with our custom plugin code.
We have a pre-operation plugin on an Update event handler.
I tested the code and nothing happens. absolutely nothing. I ran a profiler using Plugin Registration Tool and debugged the code and everything seemed to be working fine.
No exceptions, no bugs.
I then tried again without the profiler turned on and nothing happened.
After doing a few tests I came to the conclusion that the code did not run at all, it's not even excecuted.
I did this by throwing an exception right at the start of the code's execution block.
Anyone knows what might cause this strange behavior?
Thanks in advance,
Ofek