Why is my Castle Windsor controller factory's GetControllerInstance() being called with a null value?

后端 未结 4 802
遥遥无期
遥遥无期 2021-02-04 10:30

I am using Castle Windsor to manage controller instances (among other things). My controller factory looks like this:

public class WindsorControllerFactory : Def         


        
4条回答
  •  北海茫月
    2021-02-04 11:20

    Very late addition: The step-by-step tutorial at the windsor site seems good. It breaks down the creation of a controller and how it's loaded into the factory. It also covers the "favicon.ico" noise.

    http://docs.castleproject.org/(S(0jvahybwt45sgwzwirpa3455))/Windsor.Windsor-tutorial-part-one-getting-Windsor.ashx

提交回复
热议问题