Thanks for your reply. I did download the new version and now I'm having a concurrency problem. Using the same code as before, I tried to update the same record from two different machine and I'm not getting a concurrency exception.
The table is pretty simple, just 3 fields. An identity field, name, and a rowversion field defined as timestamp. The two updates seem to be clobbering one over the other. Please let me know what I need to do. Thanks.