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
>
>
>
> From: hammett
> Sent: segunda-feira, 2 de julho de 2018 12:42
> To: castle-project-users@googlegroups.com
> Subject: Re: Castle Core Cosole Application
>
>
>
> 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
>
>> its constructor, also properly registered, but I just can’t manage to get
>> it
>
>> resolved. I’m using container.Resolve() but I’m getting
>
>> exception “No component supporting the service was found”. I’ve tried with
>
>> no arguments in construction and same behavior.
>
>>
>
>>
>
>>
>
>> What am I doing wrong?
>
>>
>
>>
>
>>
>
>> Maurício Fedatto
>
>>
>
>> mfedatto.com
>
>>
>
>>
>
>>
>
>> --
>
>> You received this message because you are subscribed to the Google Groups
>
>> "Castle Project Users" group.
>
>> To unsubscribe from this group and stop receiving emails from it, send an
>
>> email to castle-project-users+unsubscr...@googlegroups.com.
>
>> To post to this group, send email to
>> castle-project-users@googlegroups.com.
>
>> Visit this group at https://groups.google.com/group/castle-project-users.
>
>> For more options, visit https://groups.google.com/d/optout.
>
>
>
>
>
>
>
> --
>
> Cheers,
>
> hammett
>
> http://www.d-collab.com/
>
> http://www.hammettblog.com/
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Castle Project Users" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an
> email to castle-project-users+unsubscr...@googlegroups.com.
>
> To post to this group, send email to castle-project-users@googlegroups.com.
>
> Visit this group at https://groups.google.com/group/castle-project-users.
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Castle Project Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to castle-project-users+unsubscr...@googlegroups.com.
> To post to this group, send email to castle-project-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/castle-project-users.
> For more options, visit https://groups.google.com/d/optout.



-- 
Cheers,
hammett
http://www.d-collab.com/
http://www.hammettblog.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to castle-project-users+unsubscr...@googlegroups.com.
To post to this group, send email to castle-project-users@googlegroups.com.
Visit this group at https://groups.google.com/group/castle-project-users.
For more options, visit https://groups.google.com/d/optout.


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
> its constructor, also properly registered, but I just can’t manage to get it
> resolved. I’m using container.Resolve() but I’m getting
> exception “No component supporting the service was found”. I’ve tried with
> no arguments in construction and same behavior.
>
>
>
> What am I doing wrong?
>
>
>
> Maurício Fedatto
>
> mfedatto.com
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Castle Project Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to castle-project-users+unsubscr...@googlegroups.com.
> To post to this group, send email to castle-project-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/castle-project-users.
> For more options, visit https://groups.google.com/d/optout.



-- 
Cheers,
hammett
http://www.d-collab.com/
http://www.hammettblog.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to castle-project-users+unsubscr...@googlegroups.com.
To post to this group, send email to castle-project-users@googlegroups.com.
Visit this group at https://groups.google.com/group/castle-project-users.
For more options, visit https://groups.google.com/d/optout.


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 using container.Resolve() but I’m getting exception 
“No component supporting the service was found”. I’ve tried with no arguments 
in construction and same behavior.

What am I doing wrong?

Maurício Fedatto
mfedatto.com

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to castle-project-users+unsubscr...@googlegroups.com.
To post to this group, send email to castle-project-users@googlegroups.com.
Visit this group at https://groups.google.com/group/castle-project-users.
For more options, visit https://groups.google.com/d/optout.