Default Editors Project will not start
Default Editors Project will not start

Windows 7 pro
SQL Server 2012
Visual Studio 2017 Community.
Editor downloaded and extracted.
Copied Editor project folder and opened in VS2017
Made a new DB in SSMS
Ran the SQL Server SQL provided in the manual
Modified the Settings to set the Db and connection string.
When attempting to start, it throws an error:
Unable to start program 'http://;localhost:49942'.
An operation is not legal in the current state.
I'd appreciate a list of the stupid stuff I probably forgot to do or set.
Answers
Sounds like a Visual Studio 2017 error. Here is one SO thread that indicates an issue with having the VS debugger enabled. Not sure though as I don't use Visual Studio. You may want to investigate why Visual Studio is throwing the error.
Kevin
Where is the semi-colon coming from in the url - that looks odd. Perhaps try removing that (in addition to the thread that Kevin found)?
Allan