I recently did a Console Application project that saves PDF files with Report Viewer and worked normally.
I needed to change the SQL Server procedure that generates these files and I changed the directory to save these files, so far, nothing, however, the application will work normally and saving the files until it terminates suddenly and still closes the Visual Studio (2013) with no apparent error or exception.
This application is famous for using a lot of RAM, about 1.5GB of RAM, for saving reports with a high degree of complexity. Maybe the process manager is shutting down the Visual Studio process, but I'm not sure how to stop it.
Thanks to anyone who can help.