DCSIMG
ASP.NET MVC Framework,Visual Studio 2010 - Gil Fink's Blog

Gil Fink's Blog

Fink about IT

News

Microsoft MVP

My Facebook Profile My Twitter Profile My Linkedin Profile

Locations of visitors to this page

Creative Commons License

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
© Copyright 2013 Gil Fink

Hebrew Articles

Index Pages

My OSS Projects

English Articles

Browse by Tags

All Tags » ASP.NET MVC Framework » Visual Studio 2010 (RSS)
Annoying Build Error while Implementing the IControllerFactory Interface
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...