Base solution for your next web application

Activities of "[email protected]"

Product version: 10.4.0 Product type: Angular Framework type: .net core

I'm currently implementing some GraphQL endpoints but it's unclear to me how a client of the endpoint can cancel a long-running query. In the IResolveFieldContext type there is a get only CancellationToken, so I'm assuming that setting it from the client should be possible. I can't find any documentation on this in the asp.net zero docu or even any graphql libraries. We're using these endpoints from within R so we're using the ghql library for communication with these endpoints. Any suggestion on this matter?

Hi Maliming,

I'm closing this one because it was a mistake on my part

We decided to change our DB from MSSQL to Postgress and are getting the following error on Azure when the page first loads

"Could not find localization source: AbpWeb"

The failing request (500 ISE) : https://cytosolver-portal-api-dev.azurewebsites.net//AbpUserConfiguration/GetAll?d=1574674537068

The request is only failing on Azure when using Postgress. (e have it running without errors with a MSSQL db locally and on Azure and Postgress is only working locally)

Can somebody point us in the right direction on where to to find the issue ? (I'm having trouble debugging this endpoint)

We are using asp.net zero v 7.0 with DotNet Core 2.2 and Angular 8 and want to move to dotnet core 3.0. Do you guys provide documentation on what the steps are to do this ?

  1. Removed the 'App' prefix from the table attribure

  2. Deleted local db and re-ran migrations project

  3. this is what I see in SQL management studio. App prefix not removed

I am using version 7 of the Asp.Net Boilerplate with Dotnet Core & Angular. I am trying to remove the abp prefix from the tables.

This is my dbContext which is basically the default provided + projects table and the call to change tabledbprefix

When I run the migration I get the following error.

In SQL management studio I can see that the prefix have not been removed. This causes the seeder to fail when it tries to find the Editions in the first call. Do you guys have a fix or workaround for this ?

Showing 1 to 6 of 6 entries