I am using windsor DI framework in one of my MVC project. The project works fine when I tried to run from Visual Studio 2008.
But when i tried to run the project cre
I had the same error, but it caused by another reason:
I tried to resolve IService at Application_Start for custom route class processing, but type for IService was registered with PerWebRequestLifestyle. Routing subsystem stays at higher level that web request, and objects not exist at route processing time.