vote up 0 vote down star

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.

flag

2 Answers

vote up 0 vote down

Since you mention Server.MapPath, I'm going to guess that this is far 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.)

link|flag
I want to use it to merge templates. – Raúl Roa Aug 29 at 15:13
vote up 0 vote down check

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.