CFbuilder cfscript 未解析的组件

发布于 2024-11-10 07:02:58 字数 316 浏览 0 评论 0原文

我刚刚升级到 cfbuilder 2,我注意到 IDE 出现了一些奇怪的问题。也就是说,ColdFusion 的本机组件在 cfbuilder 中不被识别为有效组件。

此类问题与 StoredProc(com.adobe.coldfusion.storedproc) 有关。

我应该能够执行类似下面的操作,并在变量 spService 上获得完整的代码。然而,这根本不起作用,我收到警告“未解析的组件 StoredProc”。

有人知道这是否是一个已知问题?

var spService = new StoredProc();

I just upgraded to cfbuilder 2 and I am noticing some weird issues with the IDE. Namely that native components to ColdFusion are not recognized as valid components with in cfbuilder.

On such issue is with StoredProc(com.adobe.coldfusion.storedproc).

I should be able to do something like below and get full code complete on the variable spService. However this does not work at all, I get the warning Unresolved Component StoredProc.

Anyone know if this is a known issue?

var spService = new StoredProc();

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

巨坚强 2024-11-17 07:02:58

对我来说效果很好。版本 2.0.0 内部版本:277745

不确定这是否是原因,但您是否将 CFIDE 添加为链接资源?
项目属性->链接资源。

在此处输入图像描述

Works fine for me. Version 2.0.0 Build: 277745

Not sure if this is the cause, but did you add CFIDE as Linked Resources?
Project Properties -> Linked Resources.

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文