Castle Core Cosole Application

2018-07-02 Thread Maurício Fedatto
I need some help getting my Core console app running. I’ve managed to register my components properly, but I can’t find how to resolve them. I’m trying to resolve GetAllItems, witch has some arguments in its constructor, also properly registered, but I just can’t manage to get it resolved. I’m

Re: Castle Core Cosole Application

2018-07-02 Thread hammett
see https://github.com/castleproject/Windsor/blob/master/docs/registering-components-one-by-one.md On Mon, Jul 2, 2018 at 11:49 AM, Maurício Fedatto wrote: > https://github.com/mfedatto/mfedatto/blob/master/Corporate.B2B.Rede.Monitor.Accuracy.zip > > > > Maurício Fedatto > > mfedatto.com > > >

Re: Castle Core Cosole Application

2018-07-02 Thread hammett
Could you post your code? On Mon, Jul 2, 2018 at 11:36 AM, Maurício Fedatto wrote: > I need some help getting my Core console app running. > > I’ve managed to register my components properly, but I can’t find how to > resolve them. I’m trying to resolve GetAllItems, witch has some arguments in