Castle Nvelocity GetTemplate 方法不起作用

发布于 2024-08-03 11:31:53 字数 222 浏览 3 评论 0原文

我一直在尝试按照 说明使用 NVelocity 实现电子邮件模板,但是我不断从 GetTemplate 方法中收到资源未找到异常。

我已经使用了 Server.MapPath 完整路由和相对路由,但无法使其工作。

I've been trying to follow this instructions to implement email templating using NVelocity but I keep getting a resource not found exception from the GetTemplate method.

I've used Server.MapPath full routes and also relative routes and haven't been able to make it work.

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

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

发布评论

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

评论(2

烟花肆意 2024-08-10 11:31:53

该问题与我使用的 NVelocity 程序集的版本有关。

The problem was related to the version of the NVelocity assembly I was using.

云雾 2024-08-10 11:31:53

既然您提到了 Server.MapPath,我就猜测这是针对网页的。万一,这是在 MonoRail 网站上吗?如果是这样,那么控制器对象上有用于从网页发送电子邮件的方法,这使得它变得更简单(并且模板位于 Views/email 文件夹中。)

Since you mention Server.MapPath, I'm going to guess that this is for a web page. In case, is this in a MonoRail Website? If so, then there are methods on the Controller object for sending emails from a webpage, which make it much simpler (and the templates go in Views/email folder.)

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