Hello!
I have noticed that even though you have object that have status pending export
only BeginExport and EndExport is being called and not ExportEntry.
If I delete all the CS and run the profile again the ExportEntry is called.
Now I test this. I set a BP on the first row in ExportEntry and when the BP is hit I stop the debugger.
I can now see that the object is still in status pending Export so I attach the debugger again and set a BP on the same first row in this method ExportEntry and run profile ExportEntry now for some strange reason only BeginExport and EndExport is
being called and not ExportEntry event though all objects had status pending Export.
This is very strange?
ModificationType modificationType,
string[] changedAttributes,
CSEntry csentry)
{
logHeader = true;
How is this possible.
//Tony