Roland Ziegler wrote: > > I want to make use of the SQLiteConnection.Progress event but can't get > it to fire. I've set SQLiteConnection.ProgressOps to 1, 2 or 10, to no > avail. >
As long as the event is set and the number of ops is greater than zero, it should work. Perhaps the Entity Framework is using more than one connection? The Progress event is per-connection and will only fire for progress events related to its associated connection. -- Joe Mistachkin