Visual Studio Windows application deployment stuck

I am using VS Express 2013.

When I launch the application for the first time, it works. The second time I run it, it gets stuck after it shows the next line.

1>------ Deploy started: Project: App2, Configuration: Debug Any CPU ------ 

If I stop the build at this point, VS fails.

Someday, if I have a unistall application, and then run it again, it will start working again. Sometimes even this doesn't work either. Only the parameter then restarts the system.

What could be the problem?

+6
source share

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


All Articles