1

I've been playing around with NVelocity to create a library that loads mail templates. And I haven't been able to load a template without embedding it into the application assembly. Is there a special way of doing this? Properties to be specified?

I've tried several string formatting tweaks to get the path of the template and keep getting an exception of wrong path.

starblue
  • 55,348
  • 14
  • 97
  • 151
Raúl Roa
  • 12,061
  • 13
  • 49
  • 64

1 Answers1

1

Check out: Template merging with NVelocity and ASP.NET

There is also a fork of NVelocity at: CodePlex which appears to be somewhat newer than both the original version and the castle fork.

Joe Caffeine
  • 868
  • 5
  • 10