LoadLibrary("asptxn.dll ")失败,找不到指定的模块

想请问下怎样可以把模块加进去,让DTC可以启动,而没有意外错误,最终使ISS没有"Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance."

1、在开始-运行里输入CMD确定,在命令行窗口下输入以下内容后按回车
for %1 in (%windir%\system32\*.ocx) do regsvr32 /s %1
完了后,再输入以下内容并回车
for %1 in (%windir%\system32\*.dll) do regsvr32 /s %1
2、“系统全面修复工具”
3、DTC启动不了很有可能是你对计算机非法操作导致(比如冷启动)
4、单加模块比较困难,简单就是重新安装DTC所有组件
温馨提示:答案为网友推荐,仅供参考