Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Cory, there were events that get raised, but they use the ISynchronizeInvoke to see if an invocation needs to take place. Are you passing over a SyncObject on the constructor of the DatabaseMigrator? That is why I asked for your code, since looking at it we would be less confused if you weren't using a sync object, as there wouldn't be a test determining whether the _SyncObj is null. But since you say it has been working, there is mostly likely a test elsewhere.
If you can't figure this out, write a simple sample that reproduces the behavior and we will look at it.
|