Coldfusion Beta 2 CFC 映射

发布于 2024-10-20 11:21:11 字数 414 浏览 3 评论 0原文

我正在使用新的 CFBuilder 2 Beta,我注意到有一个新功能应该能够检查我的 CFC 并为我提供“Intellisense”,但我不断收到错误消息,提示组件未解析。

我在 CF 管理员中正确设置了所有映射,并在 CFBuilder 中添加了服务器,并且我能够在 RDS 数据视图中看到 DSN,但它看起来不像是在拉入映射。

var dates = createObject("component","com.utils.dateFunctions");

在我的管理映射中,com 被映射到 C:\Inetpub\com,但当我执行 createObject 时,我再次收到该警告。

我在 CFBuilder 内部是否错过了一个步骤来使其正常工作?

我想它应该已经拉入我的映射了......

I am working with the new CFBuilder 2 Beta, and I notice that there is a new feature that is supposed to be able to check my CFC's and give me "Intellisense" on them but I keep receiving and error that says unresolved component.

I have all my mappings set up properly in my CF Administrator and I added the server in CFBuilder and I am able to see the DSN's in the RDS Dataview, but it does not appear as if it is pulling in the mappings for example.

var dates = createObject("component","com.utils.dateFunctions");

The com is mapped to C:\Inetpub\com in my Admin mappings, but again I get that warning when I do createObject.

Is there perhaps a step I missed inside of CFBuilder to get this to work?

I was thinking it should be pulling in my mappings already...

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

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

发布评论

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

评论(1

你怎么敢 2024-10-27 11:21:11

请尝试 ColdFusion Builder 团队提供的此链接,其中解释了 CFBuilder 并查找 CFC。

http://blogs.adobe.com /cfbuilder/2011/03/where-coldfusion-builder-finds-my-cfcs.html

Try this link by the ColdFusion Builder Team, explaining CFBuilder and finding CFCs.

http://blogs.adobe.com/cfbuilder/2011/03/where-coldfusion-builder-finds-my-cfcs.html

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