asp-net-core-spa-services Questions
1
Since the update of Core 2.1, there have been new Spa templates. I've tried out the Angular one, and updated it to Angular 6. Now everything works fine, except that I need to manually build everyti...
Collinsia asked 13/6, 2018 at 9:11
3
I'm trying to run multiple React SPA apps using ASP.NET Core 3.1 with the lastest SpaServices extension and have a problem serving static assets. Much of what I've built comes from a similar questi...
Illogicality asked 22/9, 2020 at 16:18
3
In VS2019 Preview you have multiple templates. I'm interested in the following two:
I played a bit with both and I observed a difference. In the ASP.NET Core with React.js template, a SPA Proxy Se...
Greig asked 22/7, 2021 at 10:11
2
Solved
I've created a React-based SPA that runs on ASP.NET Core 5.0 but recently encountered an issue after pushing an update with breaking changes to production - users are often seeing errors when tryin...
Lazos asked 24/1, 2022 at 10:58
6
Solved
I am using Microsoft.DotNet.Web.Spa.ProjectTemplates::2.0.0-rc1-final which internally uses Create-react-app and AspnetCore.ReactDevelopmentServer
My Dev. Environment is using IIS for hosting mult...
Cymene asked 8/2, 2018 at 0:32
3
Solved
Tools: VS2017, ASP.NET Core 2, Entity Framework Core 2, ASP.NET Core JavaScript Services
I am using the following BuildWebHost methode:
public static IWebHost BuildWebHost(string[] args) =>
We...
Underhung asked 25/3, 2018 at 13:38
4
Solved
I have an ASP .Net core application. I am simply trying to have my AutoMapper configure to convert a string comma delimited into a list of strings as per this configuration:
configuration.CreateMa...
Oldwife asked 25/2, 2019 at 0:50
2
Solved
I'm getting the following error:
ERROR:
SqlException: .NET Framework error during routine execution or user-defined aggregate 'geography':
System.ArgumentException: 24204: spatial reference id...
Pelorus asked 25/7, 2019 at 19:53
0
I have a little ASP.NET Core web app, which has a React front end to it. Pretty much out of the box "New Project" from the VS2017 wizard and then added to.
I've now got this deploying through our ...
Wept asked 4/3, 2019 at 17:3
3
I am trying to migrate my ASP.NET Core 2.0 Angular 5 application with webpack setup to ASP.NET Core 2.1 Angular 6 with Angular-Cli.
Short question:
How can I force parsing razor pages directives...
Temikatemp asked 12/6, 2018 at 10:54
0
This is a two part question...
1) About Angular 5/6 capabilities with Angular Universal and Server Side Rendering.
2) About Microsoft.AspNetCore.SpaServices and its' support for cshtml pages/inj...
Chromolithography asked 19/3, 2018 at 12:55
3
How do i get the url of the current request in Angular 5?
I tried a couple of solutions i found online but nothing seems to work.
- $window
- Wrapping native window in WindowRef example
I've been...
Firth asked 4/12, 2017 at 11:48
1
Solved
I have an Angular 5 application that I want to host with Angular Universal on ASP.net Core using the latest Angular template RC. I've followed the docs and have the application up and running. The ...
Bolingbroke asked 11/1, 2018 at 22:37
1
I'm using ASP.NET Core 2.0's JavaScript Services with Angular and trying to integrate ng-bootstrap.
I installed ng-bootstrap:
npm install --save @ng-bootstrap/ng-bootstrap
I added it to webpa...
Sr asked 3/10, 2017 at 20:35
1
© 2022 - 2024 — McMap. All rights reserved.