[ADVANCED-DOTNET] [MODERATOR] Chirstmas Moderating Service

2003-12-23 Thread Richard Blewett
Just to warn people not too expect too higher level of moderating service over the next few days with it being the Christmas break in the UK (where myself and Ian live) and in the US (where Mike lives). I doubt we will be glued to the moderator email inbox for a few days. Sorry for any inconvenien

Re: [ADVANCED-DOTNET] Speaking to MSDTC directly

2003-12-23 Thread Frans Bouma
I think you should look at this code: (C#) manually creating DTC transactions: http://weblogs.asp.net/ramkoth/archive/2003/12/23/45176.aspx FB > -Original Message- > From: Bryan Symons [mailto:[EMAIL PROTECTED] > Sent: dinsdag 23 december 2003 8:19 > To: [EMAIL PROTECTED] > Subje

[ADVANCED-DOTNET] Speaking to MSDTC directly

2003-12-23 Thread Bryan Symons
Hi there ... Has anyone been able to speak directly to the MSDTC from VB.Net or C# - I need to do this to try and eliminate using COM+ for components that need transactionality. There is C++ code that can do it, but am having hassles trying to convert the following code : ITransactionDispenser *

Re: [ADVANCED-DOTNET] How to cache the assembly at client side ??

2003-12-23 Thread Kamen Lilov
For those of you who would like to know more about how to do it the "classic ActiveX way" - I've posted some sample code. This list does not accept attachments, but the snippets can be found in a .txt file here: http://www.utilitycode.com/share/advanced-dotnet/winforms_ax_tip.txt -Original M