unable to build neddinner application
sudarshan
Posts: 2 New member
I am evaluating the ANT performance profiler. In that process I am bulding the sample neddinner application / solution in Visual Studio. When I do this I am getting multiple error as " type or name spaces could not be found".
Since I am new to .net and C#, could any one help me in solving this issue ?
Since I am new to .net and C#, could any one help me in solving this issue ?
Tagged:
Comments
Edit: ok I cloned the nerddinner repo from codeplex, and built the MVC4 project without issue in VS2017. Admittedly it isn't working well because I haven't set up the database yet but it runs.
What version of VS are you using? And which project did you open?
I opened the project nerdDinner.sln
In the meantime, have a look through the Github repos for it (there are a lot!): https://github.com/search?utf8=✓&q=Nerddinner&type= and see if there are any compatible, off the top of my head VS2015 is MVC4 natively, but they did add support for MVC5/6 later on - which version are you trying to compile against?
I meant did you open the MVC3 or MVC4 solution? As there are two in the default repo. And if you didn't get the default repo, can you let me know where you got it so I can look at the exact version you're using?