gpt4 book ai didi

asp-classic - 无法创建ActiveX对象

转载 作者:行者123 更新时间:2023-12-04 16:34:23 25 4
gpt4 key购买 nike

我正在为我的网站使用第三方支付网关。

一旦客户填写金额明细和联系方式,页面将被重定向到其他.asp页面。

在该asp页面中,我编写了以下代码。

    Dim pipe

Set pipe = Server.CreateObject("e24PaymentPipe.e24PaymentPipe.1")


pipe.ResourcePath=resourcePath 'mandatory
pipe.Alias=aliasName 'mandatory
pipe.Action=action 'mandatory
pipe.ResponseURL=receiptURL 'mandatory
pipe.ErrorURL=errorURL 'mandatory
pipe.Amt=amount 'mandatory

pipe.Currency=curr
pipe.Language=language
pipe.TrackId=trackId

pipe.Udf1=donateamt
pipe.Udf2=email
pipe.Udf3=phone
pipe.Udf4=baddress
pipe.Udf5=fname

但是我只在第二行出现错误。
该错误显示,无法创建Activex对象。

我已经成功注册了e24paymentpipe.dll,但是仍然出现错误。

谁能帮帮我吗..?

最佳答案

终于找到了我的答案。
我确实注册了两个dll(e24payment.dll和e24pipe.dll)。
并检查应用程序池。

在应用程序池中,转到“高级”设置,然后检查“启用32位应用程序”是否设置为false。

它像魅力一样运作。

关于asp-classic - 无法创建ActiveX对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19373163/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com