Im trying to follow this guide:
http://www.castleproject.org/others/nvelocity/usingit.html
Can you tell me what dlls I have to include to get his working:
VelocityEngine velocity = new VelocityEngine();
ExtendedProperties props = new ExtendedProperties();
velocity.Init(props);
I included the whole castle project and that still didnt work.