C # code exception on startup

I work in Visual Studio 14. When I initially open this solution, the catch block in my application is launched and a message box appears, as if the application was running.

An exception occurs when an application tries to get a connection string from my app.config.

Why do this if the application is not running? It even does this periodically while I work elsewhere in the code.

+4
source share

Source: https://habr.com/ru/post/1676258/


All Articles