Hi Guys,
I have win7 x64 and .net frmaework 3.5, this is first time to run my Transaction Scope code on ASP.NET on this 64 version, i keep getting the below Error, knowing that i have the following settings;
MSDTCenabled with all Security Options Network DTC access-> Allow Remote client and admin, allow inbound and outbound, no auth required.
aslo it runs under "NT AUTHORITY\NETWORK SERVICE" and Firewall is disable
 
the Error is:
message :Communication with the underlying transaction manager has failed.  stackTrace:   at System.Transactions.TransactionInterop.GetOletxTransactionFromTransmitterPropigationToken(Byte[] propagationToken)
   at System.Transactions.TransactionStatePSPEOperation.PSPEPromote(InternalTransaction tx)
   at System.Transactions.TransactionStateDelegatedBase.EnterState(InternalTransaction tx)
   at System.Transactions.EnlistableStates.Promote ...

Go to the complete details ...