emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

Installation Notes: MSBuild required #6

Closed saad749 closed 7 years ago

saad749 commented 7 years ago

I did not had MS Build installed on my system and was getting different errors, even If I followed the Installation Notes.

Installing Build Tools for Visual Studio 2017 from https://www.visualstudio.com/downloads/ and checking the Web Development workload fixes the issue.

emonney commented 7 years ago

What tools, ide, editors were you using? And on what OS?

PS: Consider submitting a pull request to update the docs to reflect your scenario.

saad749 commented 7 years ago

I am using VS2017 Community edition on Windows 10.

emonney commented 7 years ago

I think your case is a peculiar one. My expectation is Build tools + Roslyn compiler + etc is installed with VS2017 Community edition. At least if you installed the ASP.Net component. Perhaps your installation was corrupted in some way?