MVC4 Namespace error
how to add reference
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suraj SahooPosted Feb 21, 2015, 10:10 AM
Since you are workung in MVC, adding reference is very easy.
when a web project is created, in the root there is a part called Reference, right click on that.
Then you get option as Manage Nuget Package, what this does is gives you a chance to add packages from online else see the packages already added, usually the package libraries are installed from here.
If you wish to just add reference a DLL reference from within your system, then click on Add Reference after the right click, then here you can add dependencies withing the project else browse for other dll to be added into this.
I hope this helps.
Accept if helps anyway.
Thanks