Error with webforms "Process with an Id of is not running"

0

I'm trying to run a .Net 4.5 webforms application, however the error: "Process with an Id of XXXX is not running." is displayed each time I try to run the application, where XXXX is variable, every attempt to execute the number is changed. Has anyone ever had a situation like this? If so, what was the solution? I'm using Windows 8.1 with Visual Studio 2013.

    
asked by anonymous 15.02.2015 / 17:47

1 answer

0

Something went out of sync in Visual Studio. Try changing the port of your app's URL. Look for Project URL in the Web tab of the project properties and change the number. It does not explain the problem but sometimes it does.

    
15.02.2015 / 21:13