I only get an exception with disconnectedState.ApplyChanges() and sqlserverce-provider: "This storage does not support 'Savepoints'." I do not use 'Savepoints'. Any ideas or recommendations? |
We'll fix this. Recently we really added a code that creates a nested transaction while applying the changes to the same Issue 840 is created. |
Here are the steps to reproduce the issue (only takes 1 minute):
--> StorageException: Current storage provider does not support savepoints (nested transactions). in MainWindow.xaml.cs disconnectedState.ApplyChanges(); Line 196 Kind Regards |
Unfortunately, the problem is still unresolved - I use the new build 6600! Please test it with your own WPF example! Kind Regards I just checked WPF sample - it works. But OrderAccounting sample (for WPF as well) crashes on attempt to add the order item, although the issue here isn't related to memory storage. We'll investigate it tomorrow and update the installers, if this will be necessary. If you've faced other issue, please notify us about this. I didn't check WCF sample yet (there is WPF client as well, I'll view it tomorrow), so probably, you could face it there. I am using DO 4.3 and there the issue is still present. Any estimation on the release of 4.4 where this might be resolved? Sorry, the issue was just fixed. The update will be available in a day or so. I read in another thread 4.4 is expected in the next couple of weeks. Will this fix be part of it? I really need it and I need to start with the implementation of my data model ASAP. If it's not fixed and a release is not sheduled any time soon I'm afraid DO is no longer an option for me. The fix is included in both upcoming releases: 4.3.7 & 4.4 beta 2. If we manage to complete all pre-release tasks on time, both will be published on Friday; otherwise, in the beginning of the next week. Awesome! Thanks. DataObjects.Net 4.3.7 & 4.4 beta 2 is released |