System.aggregateexception error

HI,

I am trying to perform the following task: Reading a text file that has been store in a given location and then extracting the content from the same and getting it displayed in the message box.

Everything appears to be fine, not sure how to handle this error.

now getting the following error.runtime_error

Getting another error on execution of another program append|584x472

I am guessing some packages are missing or what…

Thanks in advance
Varun.!

Hi,

Can you check content of $exceptionDetails at locals panel when run as debug?

Probably there is detailed information for the exception.

Regards,

Turn on Break on All Exceptions (Debug, Exceptions) and rerun the program.
This will show you the original exception when it was thrown in the first place.

(comment appended): In VS2015 (or above). Select Debug > Options > Debugging > General and unselect the “Enable Just My Code” option.

Regards,
Rachel Gomez

Hello @Varun_Dharni

Can you try changing the File location and test it once.
Maybe you can move the file to the project folder and try to read it.

Thanks