[Mono-dev] [PATCH] System.Transactions

2007-07-24 Thread Jae Stutzman
I realize that not all transaction support is done. We are using CommitableTransaction and in MS the Dispose() causes a Rollback if not yet Committed. In mono this throws a NotImplementedException. I understand there is more to do with Dispose when the rest of the transaction stuff comes online, b

[Mono-dev] [PATCH] System.Transactions key is wrong

2006-10-05 Thread Patrick Earl
The System.Transactions key should be b77a5c561934e089. The following patch changes the key file to the same file that other assemblies with the same name use. I don't really know what that JVM stuff is, but it seemed to be present in the other cases. After applying this patch, my system pro

Re: [Mono-dev] [PATCH] System.Transactions key is wrong

2006-10-05 Thread Gonzalo Paniagua Javier
On Thu, 2006-10-05 at 16:29 -0600, Patrick Earl wrote: > The System.Transactions key should be b77a5c561934e089. The following > patch changes the key file to the same file that other assemblies with > the same name use. I don't really know what that JVM stuff is, but it > seemed to be present