Will Umbraco install on VS 2019 or must we use VS 2017?
Also, when I download the version here - https://our.umbraco.com/download/ - there is no default.aspx file so I can't set a start-up page in VS. Is this specific to the VS Code version?
The easiest way to get Umbraco is creating a new .NET web project in Visual Studio (either 2017 or 2019, it doesn't matter). Then install the Nuget package in that project. Then you can just build the project an run it, it will install all the necessary to get your site up and running.
Install on VS 2019
Will Umbraco install on VS 2019 or must we use VS 2017?
Also, when I download the version here - https://our.umbraco.com/download/ - there is no default.aspx file so I can't set a start-up page in VS. Is this specific to the VS Code version?
Thanks
Dan
The easiest way to get Umbraco is creating a new .NET web project in Visual Studio (either 2017 or 2019, it doesn't matter). Then install the Nuget package in that project. Then you can just build the project an run it, it will install all the necessary to get your site up and running.
VS 2019 will work just fine, here's some setup instructions: https://our.umbraco.com/documentation/Getting-Started/Setup/Install/install-umbraco-with-nuget
Thanks, works perfectly. Was getting all kinds of errors earlier but I guess the new install of VS needed a reboot.
is working on a reply...