网站后台出现 Microsoft VBScript 运行时错误 错误 '800a0046' 30
没有权限:'CreateObject'/www/sitemanager/fckeditor/fckeditor.asp,行45*==ENDLICENSE==**Thisi...
没有权限: 'CreateObject'
/www/sitemanager/fckeditor/fckeditor.asp,行 45
* == END LICENSE ==
*
* This is the integration file for ASP.
*
* It defines the FCKeditor class that can be used to create editor
* instances in ASP pages on server side.
-->
<%
Class FCKeditor
private sBasePath
private sInstanceName
private sWidth
private sHeight
private sToolbarSet
private sValue
private oConfig
Private Sub Class_Initialize()
sBasePath = "/SiteManager/fckeditor/"
sWidth = "100%"
sHeight = "200"
sToolbarSet = "Default"
sValue = ""
Set oConfig = CreateObject("Scripting.Dictionary") (第45行)
End Sub
Public Property Let BasePath( basePathValue )
sBasePath = basePathValue
End Property 展开
/www/sitemanager/fckeditor/fckeditor.asp,行 45
* == END LICENSE ==
*
* This is the integration file for ASP.
*
* It defines the FCKeditor class that can be used to create editor
* instances in ASP pages on server side.
-->
<%
Class FCKeditor
private sBasePath
private sInstanceName
private sWidth
private sHeight
private sToolbarSet
private sValue
private oConfig
Private Sub Class_Initialize()
sBasePath = "/SiteManager/fckeditor/"
sWidth = "100%"
sHeight = "200"
sToolbarSet = "Default"
sValue = ""
Set oConfig = CreateObject("Scripting.Dictionary") (第45行)
End Sub
Public Property Let BasePath( basePathValue )
sBasePath = basePathValue
End Property 展开
2012-02-06 · 知道合伙人软件行家
关注
展开全部
解决方法:
我当时是在调用\"server.createObject(\"excel.application\")\"的时候发生的错误,到很多网站上查,包括微软的方法也尝试了,但是
不行。后来是这样解决的:
开始->运行->dcomcnfg
找到\"Microsoft Excel 应用程序\"(这个名称取决于你调用的Object是什么),然后右键->Properties->security把三个权限都给everyone即可,其实第一个Launch & activate即可
我当时是在调用\"server.createObject(\"excel.application\")\"的时候发生的错误,到很多网站上查,包括微软的方法也尝试了,但是
不行。后来是这样解决的:
开始->运行->dcomcnfg
找到\"Microsoft Excel 应用程序\"(这个名称取决于你调用的Object是什么),然后右键->Properties->security把三个权限都给everyone即可,其实第一个Launch & activate即可
追问
谢谢你,不过我是一个菜鸟,根本不懂得如何根据你说的步骤去操作.
另外,这个是网站上的事情,怎么跟我的电脑还有关系呢?
追答
如果是网站上的,那就是网站编写的有问题,跟你的电脑没关系。
展开全部
如果这个网站不是你的, 那这个错误和你一点关系也没有, 是网站的代码和系统设置的问题, 不是你电脑或是浏览器的原因.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
是不是因为服务器的设置问题呢,http://hi.baidu.com/isonyo/item/fe4de309471b9e314ac4a331
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询