On this documentation page:
https://docs.aspnetzero.com/en/aspnet-mvc-angularjs/latest/Developing-Step-By-Step-Mvc-Angularjs
I don't understand what you are saying in the "Switch to MPA" section:
"Do not skip to switch default application to the MPA version (click "See Demo for Multi-Page Application version with ASP.NET MVC and jQuery")."
I'm trying to work through the example and create a SPA with MVC 5 and AngularJs. It looks like I am supposed to follow a hyperlink somewhere, but there is no hyperlink. Also, even if there was, I don't know if I understand what you mean by "Do not skip to switch default application to the MPA version".
I just downloaded my first ASPNETZero application and chose ASP.NET CORE MVC & JQuery for the project type.
I let it default to v7.3.1 (latest).
I need the full .NET Framework due to some libraries the application will need to use that only work with .NET full. So, I chose .NET Framework 4.6.1.
I have been unable to build the solution because I get these two error messages on line 1 of the myproj.Web.Mvc.csproj file:
Severity Code Description Project File Line Suppression State Error NU1202 Package Microsoft.AspNetCore.App 2.1.0 is not compatible with net461 (.NETFramework,Version=v4.6.1). Package Microsoft.AspNetCore.App 2.1.0 supports: netcoreapp2.1 (.NETCoreApp,Version=v2.1) ppolDemo.Web.Mvc C:\dev\ppolDemo\src\ppolDemo.Web.Mvc\ppolDemo.Web.Mvc.csproj 1
Severity Code Description Project File Line Suppression State Error NU1202 Package Microsoft.AspNetCore.App 2.1.0 is not compatible with net461 (.NETFramework,Version=v4.6.1) / win7-x86. Package Microsoft.AspNetCore.App 2.1.0 supports: netcoreapp2.1 (.NETCoreApp,Version=v2.1) ppolDemo.Web.Mvc C:\dev\ppolDemo\src\ppolDemo.Web.Mvc\ppolDemo.Web.Mvc.csproj 1
I opened the project in Visual Studio 2017 Version 15.9.17. I also have Visual Studio 2019 available on my dev machine and tried it too and it gave the same results.