an attempt was made to access a socket in a way forbbiden by its access permissions. why?

前端 未结 11 1216
北荒
北荒 2020-11-28 11:49
 private void StartReceivingData(string ipAddress, int iPort)
    {
        try
        {
            if (!_bContinueReciving)
            {
                //initia         


        
11条回答
  •  -上瘾入骨i
    2020-11-28 12:10

    I had the same error happening when I had two different ASP.net projects in two different Visual Studio instances.
    Closing one of them fixed the issue.

提交回复
热议问题