| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1617 人关注过本帖
标题:运行ASP程序时如何解决缺少对象: 'xcryptDll'的问题
只看楼主 加入收藏
nbsyf
Rank: 1
等 级:新手上路
帖 子:382
专家分:0
注 册:2006-7-31
结帖率:90.7%
收藏
已结贴  问题点数:20 回复次数:8 
运行ASP程序时如何解决缺少对象: 'xcryptDll'的问题
在运行某ASP程序时出现以下错误提示
错误类型:
Microsoft VBScript 运行时错误 (0x800A01A8)
缺少对象: 'xcryptDll'
/wal/include/inc_connxml.asp, 第 63 行
请教我应该如何处理才能解决这问题。
搜索更多相关主题的帖子: xcryptDll ASP 对象 运行 
2010-11-11 05:58
dzt0001
Rank: 13Rank: 13Rank: 13Rank: 13
等 级:蒙面侠
威 望:5
帖 子:1281
专家分:4998
注 册:2005-10-12
收藏
得分:20 
没有定义这个对象xcryptDll

----我怎能在别人的苦难面前转过脸去----
2010-11-11 08:26
nbsyf
Rank: 1
等 级:新手上路
帖 子:382
专家分:0
注 册:2006-7-31
收藏
得分:0 
请教如何定义或安装这个对象。
2010-11-11 08:37
dzt0001
Rank: 13Rank: 13Rank: 13Rank: 13
等 级:蒙面侠
威 望:5
帖 子:1281
专家分:4998
注 册:2005-10-12
收藏
得分:0 
我不知道xcryptDll是什么类型的对象,请给第63行附近的代码,

----我怎能在别人的苦难面前转过脸去----
2010-11-11 08:54
nbsyf
Rank: 1
等 级:新手上路
帖 子:382
专家分:0
注 册:2006-7-31
收藏
得分:0 
63行附近为如下代码
63:<%
64:sub admin_login()
65:    response.cookies(webCookies)("admin_valcode")=session_for&"_"&rnd_value
66:%>
2010-11-11 10:04
nbsyf
Rank: 1
等 级:新手上路
帖 子:382
专家分:0
注 册:2006-7-31
收藏
得分:0 
完整sub end sun程序如下
<%
sub admin_login()
    response.cookies(webCookies)("admin_valcode")=session_for&"_"&rnd_value
%>
<script language="javascript">
<!--
    if (self.location!=top.location) { top.location=self.location }
//-->
</script>
<div id="login_container"  >
    <div id="Login_Header" ></div>
    <div id="Login_Content" >
        <div id="Login" >
            <div class="Pimg"><img src="Images/center.jpg" width="289" height="539" /></div>
            <div class="form_alogin">
                <form name="admin_frm" action="?ok" method="post" class="login_form">
                    <input type="hidden" name="admin_log" value="ok" />
                    <h2 class="f14 fbold">登录网站后台管理系统</h2>
                    <table border="0" cellspacing="0" cellpadding="0" class="login_inputlist">
                    <tr>
                    <td class="label1">管 理 员:</td>
                    <td><input type="text" name="username" value="<%= login_username %>" size="15" maxlength="20" class="input_login" onmouseover="this.focus()" /></td>
                    </tr>
                    <tr>
                    <td class="label1">管理密码:</td>
                    <td><input type="password" name="password" size="15" maxlength="20" class="input_login" onmouseover="this.focus()" /></td>
                    </tr>
                    <tr>
                    <td class="label1">版本选择:</td>
                    <td><!-- #include file="../include/inc_seledition.asp" --></td>
                    </tr>         
                    <tr>
                    <tr>
                    <td colspan="2"><input name="login" type="submit" value="登 陆" class="inp_L2" style="cursor: hand;" onclick="javascript:return admin_login_chk();" />&nbsp;&nbsp;&nbsp;&nbsp;<input name="reset" class="inp_L1" type="reset" value="重 填" /></td>
                    </tr>      
                    </table>
                </form>
            </div>
        </div>
    </div>
    <div id="Login_Footer">
        <a href="<%= webUrl %>" class="Fonta1aabb"><%= webCopyRight %></a>
    </div>
</div>
<%
end sub
2010-11-11 10:31
dzt0001
Rank: 13Rank: 13Rank: 13Rank: 13
等 级:蒙面侠
威 望:5
帖 子:1281
专家分:4998
注 册:2005-10-12
收藏
得分:0 
楼上给的代码是/wal/include/inc_connxml.asp这个文件的吗?

----我怎能在别人的苦难面前转过脸去----
2010-11-11 11:00
nbsyf
Rank: 1
等 级:新手上路
帖 子:382
专家分:0
注 册:2006-7-31
收藏
得分:0 
是的,谢谢请指教。我是年近70的老人了,无事,还想学一些。
2010-11-11 14:01
renxiaoyi
Rank: 2
等 级:论坛游民
帖 子:59
专家分:16
注 册:2010-8-23
收藏
得分:0 
回复 7楼 dzt0001
我也碰到这个问题了请问怎么解决
2012-10-15 09:41
快速回复:运行ASP程序时如何解决缺少对象: 'xcryptDll'的问题
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.017916 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved