CFbuilder cfscript 未解析的组件
我刚刚升级到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对我来说效果很好。版本 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.