gpt4 book ai didi

.net - 从 ColdFusion 运行 .NET

转载 作者:行者123 更新时间:2023-12-02 08:30:32 25 4
gpt4 key购买 nike

我在运行 ColdFusion 中用 C# 编写的 DLL 时遇到问题。

ColdFusion 代码:

<cfset dll = ExpandPath('./RemoteDraftingDLL.dll')>
<cfobject type=".NET" name="testing" class="Remote.Macro" assembly="#dll#">
<cfset output = testing.TestMethod()>
<cfoutput>#output#</cfoutput>

我收到此错误:

Could not find the DotNet class.  
The assembly might not be registered with the DotNetSide.

听起来我需要在 ColdFusion 管理页面的某个位置注册 DLL,但我不确定在哪里或如何注册?

最佳答案

每次更改 DLL 时,都需要重新启动 ColdFusion。包括首次将DLL放置在服务器上的时间以及每次更新DLL的时间。

我认为如果他们允许您以编程方式更新 DLL 寄存器,那就太好了。

关于.net - 从 ColdFusion 运行 .NET,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9689856/

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