Visual Studio Development Server using wrong port

前端 未结 7 952
太阳男子
太阳男子 2020-12-08 20:20

Related to a previous issue that I thought was resolved and actually isn\'t...

My Visual Studio 2008 installation may be a bit messed up, I think.

  1. When
7条回答
  •  隐瞒了意图╮
    2020-12-08 21:10

    I also encountered the same error message:

    Unable to launch Visual Studio development server because port [xxxx] is in use.

    However, I do not have ESET installed. Instead, I had recently installed GlassFish server on my machine and that was causing the problem. Therefore, in Windows Task Manager, I killed the process it runs under which is java.exe and it fixed the problem.

提交回复
热议问题