I find the following warning in my Error List:

Warning 1 Exception has been thrown by the target of an invocation. 0 0

This is a solution with 41 projects and I have no idea which one is causing
the error.

Do you have any idea how I can find the cause?


Thanks

Re: Warning 1 Exception has been thrown by the target of an by kimiraikkonen

kimiraikkonen
Sun Mar 16 06:27:05 CDT 2008

On Mar 16, 2:16 am, "Academia" <academiaNOS...@a-znet.com> wrote:
> I find the following warning in my Error List:
>
> Warning 1 Exception has been thrown by the target of an invocation. 0 0
>
> This is a solution with 41 projects and I have no idea which one is causing
> the error.
>
> Do you have any idea how I can find the cause?
>
> Thanks

Could be a multi-threading problem, look for exceptions stack trace or
message that may be caught with a try-catch block.

Re: Warning 1 Exception has been thrown by the target of an invocation. 0 0 by Academia

Academia
Mon Mar 17 08:21:45 CDT 2008

Thanks, It went away by itself (that is, I don't know what made it go away).



"kimiraikkonen" <kimiraikkonen85@gmail.com> wrote in message
news:b8143a95-fdc7-46a6-9c9e-875bcb6d7638@s37g2000prg.googlegroups.com...
> On Mar 16, 2:16 am, "Academia" <academiaNOS...@a-znet.com> wrote:
>> I find the following warning in my Error List:
>>
>> Warning 1 Exception has been thrown by the target of an invocation. 0 0
>>
>> This is a solution with 41 projects and I have no idea which one is
>> causing
>> the error.
>>
>> Do you have any idea how I can find the cause?
>>
>> Thanks
>
> Could be a multi-threading problem, look for exceptions stack trace or
> message that may be caught with a try-catch block.