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

  • Thread starter Thread starter Academia
  • Start date Start date
A

Academia

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
 
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.
 
Back
Top