I am trying to write an application where I am using Ninject DI container for dependency injection. While building I keep getting this exception saying cannot find AssemblyNameRetriever.cs. How can I get this file into my application when it doesn't exist in the system? Also, there are many folders inside the Ninject folder all containing same 3 files..
- Ninject.dll
- Ninject.pdb
- Ninject.xml
Which .dll file of Ninject is actually being used? Forgot to mention: There is also Ninject.3.0.1.10.nupkg file which looks like it's a jar equivalent of java source files.