You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started VS and went to Visual Studio’s File New Project menu, expand the Web category, and picked ASP.NET Core Angular 2 Starter Application (.NET Core)
I let the prjoect build and waited until the depencies finsihed restoring
I then tried to run the project - NO LUCK
Ctrl+F5 - nothing
F5 - nothing
The Start button on the tool bar just says "Start", not IIS or Chorme, or anthing like that. Pressing the "Start" button get the error "Unable to start debugging. The startup project cannot be launched"
Under VS's Debug Menu, both the "Start Debugging" and "Start without Debugging" options are disabled.
I also noticed that in the solution explorer there is an entry "References (Errors - see Error List ) --- there is no Error List...
Don't know what to do.
The text was updated successfully, but these errors were encountered:
Hi
You're lacking of global.json file, however when I add it from other project and adjust it to this one, there are still dependencies errors. I'll research it a bit when I'll have time.
I have followed the posting at http://blog.stevensanderson.com/2016/10/04/angular2-template-for-visual-studio/ to start a new MVC Angular 2 application.
I also noticed that in the solution explorer there is an entry "References (Errors - see Error List ) --- there is no Error List...
Don't know what to do.
The text was updated successfully, but these errors were encountered: