❔ Can't succesfully run visual studio project
Whenever I try to build to project i cloned from github i get a "System.IO.IOException has been thrown "Failed to bind to address http://localhost:62870."" error. I have nothing running on 62870 so i am completely lost why this happens
14 Replies
a link would be helpful?
GitHub
EJ2-Document-Editor-Web-Services/ASP.NET Core at master · Syncfusio...
This repository contains Web API service projects for Word Processor (also known as Document Editor) component server-side dependencies in all supported platforms. - EJ2-Document-Editor-Web-Service...
this is the github repository i cloned!
GitHub
EJ2-Document-Editor-Web-Services/ASP.NET Core/src/Properties/launch...
This repository contains Web API service projects for Word Processor (also known as Document Editor) component server-side dependencies in all supported platforms. - EJ2-Document-Editor-Web-Service...
i got that launch file
this is my launch file
are you sure the port is not blocked by firewall or something?
i am on a new mac atm
but my firewall is off entirely
have you checked there's indeed nothing on this port?
like with lsof -i: <port number>
whenever i do that paulvanmierlo@Pauls-MacBook-Pro-2 ~ % lsof -i:62870
i get nothing in return in the terminal
so i guess there is nothing running
guess I'm out of ideas then :/ As I'm not running on Mac, can't tell much on how to debug it there
too bad ://
You could try just changing the port
If it still fails something else may be the issue
it still fails when i do that
so it must be something else
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.