Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Problem is gone...</strong></p> <p>I honestly have no idea what caused this, but after a few restarts of Visual Studio, and a full reboot, the project is working as it should. Neither can I recreate the problem in new projects.</p> <p>Sorry for wasting your time :)</p> <p><strong>UPDATE</strong></p> <p>Since posting this answer a few good answers has appeared. I'm updating this answer to collect the different approaches in one answer. Hope that's ok for you guys:</p> <blockquote> <p><a href="https://stackoverflow.com/users/458502/devildog74" title="DevilDog74">DevilDog74</a> answered</p> <p>finally i went to gitub and cloned a new repo, downloaded the latest Ninject.Web.Common and latest Ninject2 release builds and did a local release build. then I ditched the nuget packages and made assembly references to the newly compiled > assemblies "Ninject", "Ninject.Web.Common" and "Ninject.Web.Mvc" and my project started > working and controllers were being created with their dependencies being resolved.</p> <p><a href="https://stackoverflow.com/users/383275/jeff-circeo" title="Jeff Circeo">Jeff Circeo</a> answered</p> <p>I resolved the issue by downloading from <a href="https://github.com/ninject/ninject.web.mvc" rel="nofollow noreferrer">https://github.com/ninject/ninject.web.mvc</a> instead of using the nuget package. I didn't have to do anything after I added the references.</p> <p><a href="https://stackoverflow.com/users/19840/marcus-king" title="Marcus King">Marcus King</a> answered</p> <p>What ended up working for me was to remove the Ninject MVC NuGet Package completely and just add the Ninject and Ninject dll's the old fashioned way. I think there may be something wrong with their NuGet package.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload