L
Laura Stern
Guest
Re: Then that must be one of the reasons why overriding Dispose() in a hybrid is not allowed? No, I don't think that is related to why it's FINAL. I believe that is only because it might be called on another thread, as you later referenced. And no, the proxy does not call back to the ABL to do Dispose(). That would have the same threading issue. If you want to do something on Dispose in the ABL you should subscribe to the Disposed event. We and others had a similar conversation some time ago on the forum
community.progress.com/.../38990 And yes, Mike, it is possible that the 15580 error was due to the bug we just fixed.
Continue reading...

Continue reading...