Welcome to MSDN Blogs Sign in | Join | Help

Ajit Yadav blog

MSDTC, COM+ and all that jazz..

June 2008 - Posts

Unable to enlist in a distributed transaction
You run distributed transactions between two machines and they fail with the error "Unable to enlist in a distributed transaction". Troubleshooting Steps f or Windows 2003 SP1 and SP2. 1. First of all check if name resolution is working fine between the Read More...
How to use Application Root directory option to configure application.config for a specific COM+ application
We would like to use the app.config file for a specific COM+ application. Generally we create dllhost.exe.config and put that in System32 directory. But this app.config will then be applicable to all the COM+ server applications. Resolution : 1. Create Read More...
1928: error registering com+ application on Vista
Problem: Unable to install COM+ application proxy on Vista machine. In the event log, Error 1928: error registering COM+ application. Resolution: Removed rundll32.exe from DEP (Data Execution Prevention) to resolve the problem. Rundll32.exe is used while Read More...
Override the System.Transactions default timeout of 10 minutes in the code
Problem : We were using System.Transactions to initiate distributed transactions against SQL Server. The transaction were getting aborted after about 10 minutes even though the System.Transactions has a timeout set to 200 minutes. DTC timeout (in the Read More...
MS DTC's log information has not been configured correctly in the shared cluster registry.
Unable to bring the DTC resource online on the cluster. In the event log : Event Source: MSDTC Event ID: 4394 Description: MS DTC's log information has not been configured correctly in the shared cluster registry. Error Specifics: d:\nt\com\complus\dtc\shared\mtxclu\mtxclusetuphelper.cpp:557, Read More...
Serviced component : Method-level role based security requires an interface definition for class method.
Problem : We tried to register a serviced component from .Net framework version 2.0 directory using regsvcs.exe. It was installed successfully but with a warning : WARNING: '< function name >' on class '< namespace.classname >' is not an interface Read More...
Welcome !!!
Working as a Developer Support Professional with Microsoft has been a great experience and to make it more fulfilling I would like to share my learnings with you. Read More...
Page view tracker