Search results for query: *

  1. T

    Question Exception Thrown By Target of Invocation Error (only as stand-alone not in test)

    I am new to Visual Studio. So, can you give me some tips on how to catch the inner exception. The code never reaches beyond the invocation and does not have an error when it run on my development machine. The Try.. Catch I have around the wrapper is not doing the job.
  2. T

    Question Exception Thrown By Target of Invocation Error (only as stand-alone not in test)

    I have an application that provides the users a list of crystal reports that they can run. I use a datatable, displayed on a datagrid within a form, to show the users descriptive names for the reports, and a check box for each. The users clicks the check box for the report(s) they want to run...
Back
Top