LoadLibrary("asptxn.dll ")失败,找不到指定的模块<(HTTP/1.1 500 Server Error)的解决方法>
1、在开始-运行里输入CMD确定,在命令行窗口下输入以下内容后按回车
for %1 in (%windir%\system32\*.ocx) do regsvr32 /s %1
完了后,再输入以下内容并回车
for %1 in (%windir%\system32\*.dll) do regsvr32 /s %1
然后就可以正常启动了.
这个是具体的说明.我的抄袭页面哦.http://wenwen.soso.com/z/q123509174.htm
posted on 2012-10-18 17:57 a597525618 阅读(464) 评论(0) 收藏 举报
浙公网安备 33010602011771号