Annoying Build Error while Implementing the IControllerFactory Interface Today I wanted to check something in the MVC framework in regard to the implementing the IControllerFactory interface. I couldn’t guessed that it will take me ten minutes to figure out an annoying build error which I will explain here how to resolve it. The Scenario You want to implement the IControllerFactory interface but not in the MVC framework generated web application. The implementation would exists...