需量是什么意思:ASP 0177 (0x800401F3)

来源:百度文库 编辑:中科新闻网 时间:2024/04/29 05:00:06
动行下列代码时出现:
错误类型:
服务器对象, ASP 0177 (0x800401F3)
无效的 ProgID。 若要获取关于此消息的更多的信息,请访问 Microsoft 联机支持站点: http://www.microsoft.com/contentredirect.asp
/include/config.asp, 第 21 行
config.asp的前21行代码如下:
response.buffer=true '开启缓冲页面功能
%>
<!-- #include file="common.asp" -->
<!-- #include file="common1.asp" -->
<!-- #include file="common_other.asp" -->
<!-- #include file="common_skin.asp" -->
<!-- #include file="myboe_encrypt.asp" -->
<%
dim

Myboe_Blog,conn,rs,sql,page_power,i,tit,tit_fir,index_url,action,dim_us

er,dim_num
dim

login_username,login_id,login_password,login_mode,login_popedom,login_e

money,login_integral,login_modep,login_faces
dim ukong,redx,isconn,web_data_dll
dim web_road
const dim_11_len=50
const dim_12_len=50
const web_data="data_jk/blogcms_3.mdb" '数据库路径
web_data_dll=web_dim(6)&web_data
web_road=web_dim(6)
Set Myboe_Blog = Server.CreateObject("blog_cms.main_acc")
call Myboe_Blog.webload(web_data_dll,web_dim(5),web_dim(6))
Function exec(esql, etype)
If isconn = False Then Call conn_open()
'response.write vbcrlf & "//<br>" & esql
Select Case etype
Case 0
conn.Execute (esql)
Case 1
Set exec = conn.Execute(esql)
End Select
Myboe_Blog.num_rs = Myboe_Blog.num_rs + 1
End Function...........

你当前的这个是config.asp文件?

<!-- #include file="common.asp" -->
<!-- #include file="common1.asp" -->
<!-- #include file="common_other.asp" -->
<!-- #include file="common_skin.asp" -->
<!-- #include file="myboe_encrypt.asp" -->
中哪个有config.asp文件的
把他的顺序放到第一行