Search code examples
c#asp.netnvelocity

How install Nvelocity im my existent project?


I'll need to use NVelocity to show a page with some details peculiar like names, values, dates, etc...

Well, i found the Nvelocity project, and...I don't have idea how install this in my project!

I already downloaded the files src and demo in CodeProject , but....what I do now?

Help me please.

Thanks!


Solution

  • you can install nvelocity by using NuGet Visual Studio extension.

    ones you complete NuGet installation, From the Tools menu, select Library Package Manager and then click Package Manager Console and run below command

    PM> Install-Package NVelocity

    Or you can try NuGet Packages Using the Dialog