Minifycode 2022-08-19 Viewed 1.7K times ASP.Net Core MVC

In this article, how do you solve Visual Studio 2019 Error: Cannot connect to runtime process, timeout after 10000.

Question: How do you solve the Visual Studio 2019 Error below?

Error :One or more errors occurred
Failed to launch a debug adapter. Additional information may be available in the output window:
Cannot connect to runtime process, timeout after 10000 ms - (reason, Cannot connect the target: connect ECONNREFUSED 127.0.0.1:63286).

 

Answer: Go to Tools => Options => Debug => General => and uncheck  "Enable JavaScript debugging for Asp.Net (Chrome and IE).

 

You see 127.0.0.1:55743? In the screenshot is 127.0.0.1:56174. Does the port change on each try?

Note: If problem is not solve then restart your computer.

Visual Studio 2019 Error: Cannot connect to runtime process, timeout after 10000
minify code