New C/Side utility release
I've been working on my C/Side Integration Utilities over the week and I finally have enough for a 1.1 release this weekend. I'll be packaging it up soon and uploading it to my site, so hopefully by the time you are reading this post, you'll be able to download the 1.1 source. I have improved the objects as well as worked out another one of the unknown methods that I think folks will find cool (that method is EndTransaction, which also makes COMMIT possible). I'm going to do a little more testing in the next few hours and then publish the new version.
The .Net garbage collection is quite aggressive it seems, overly so when it comes to marshalled COM instances. It's proving impossible so far to properly unhook the events in my Client class via the Dispose method (or at least when the GC calls it). I'm sure if I call it pre-emptively it would work fine but it's rather annoying that the garbage collector is preventing me from cleaning up properly. I'm going to continue attempting to resolve this before I post version 1.1.
Version 1.1 is live :)
Unforunately the original known bug is still unsolved, but I fixed many others.
Reader Comments