by Vishwa
28. August 2008 18:31
I got an opportunity to attend and participate in the annual event of our local Indian Friends Meetup group of Atlanta. Here are few moments of Singing and Antrakshri in which I happen to participate.
[More]
b34d6a20-daf4-4427-ba69-0ef6fce63e26|10|2.2
Tags: music
Random
by Vishwa
12. August 2008 16:47
If you are using .NET 2.0 or higher Framework and System.Transactions Namespace to handle your transactions, chances are you may come across this error. In my application, I was using ADO.NET transaction, in stored procedure SQL Server transaction and now we decided to use a powerful transaction handler using .NET framework. If you are writing everything fresh, most likely you won’t like to mix different type of transaction handling mechanism. But what if you already have existing code and do not want to change, what to do. I tried to mix all the three kind of transactions, but it resulted in errors. Sometime, they timeout, sometime it just hanged and sometime it produced Microsoft Transaction Coordinator (MSDTC) error. So, how to resolve this problem? After spending several hours I found that one must follow following basic steps.
[More]