2
I recently made a Console Application project that saves PDF files with Report Viewer and worked normally.
I needed to change the SQL Server that generates these files and changed the directory to save these files, until then nothing else, however, the application works normally and saving the files until it closes suddenly and still closes Visual Studio (2013) without demonstrating error or apparent 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 ending the Visual Studio process but, I don’t know how to stop it.
I thank anyone who can help.
Did you test on a more powerful machine? It doesn’t take much since Visual Studio is 32bits
– Gabriel Coletta
so dude, I tried to run on VS but, it keeps giving the same problem though, when I compile the project and install on the machine it works normally.
– Guilherme Golfetto