क्या यह एक वैध सवाल भी है? मेरे पास एक .NET विंडोज ऐप है जो एमएसटीडीसी का उपयोग कर रहा है और यह एक अपवाद फेंक रहा है:
System.Transactions.TransactionManagerCommunicationException: Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC for
network access in the security configuration for MSDTC using the Component Services Administrative tool ---> System.Runtime.InteropServices.COMException (0x8004D024): The transaction manager has disabled its support for remote/network
transactions. (Exception from HRESULT: 0x8004D024) at System.Transactions.Oletx.IDtcProxyShimFactory.ReceiveTransaction(UInt32
propgationTokenSize, Byte[] propgationToken, IntPtr managedIdentifier,
Guid& transactionIdentifier, OletxTransactionIsolationLevel&
isolationLevel, ITransactionShim& transactionShim)....
मैंने पीसी पर MSDTC सक्षम करने के लिए Kbalertz मार्गदर्शिका का पालन किया जिस पर ऐप इंस्टॉल किया गया है , लेकिन त्रुटि अभी भी होती है।
मैं सोच रहा था कि यह डेटाबेस समस्या थी? यदि हां, तो मैं इसे कैसे हल कर सकता हूं?