We are migrating application from NetCore 2.2 to .Net 6.0 version. While compiling it is throwing error "Error CS0103 The name 'Context' does not exist in the current context". It is giving from EntityFrameworkCore project.
We are using following packages. Microsoft.EntityFrameworkCore.Design 6.0.0 Microsoft.EntityFrameworkCore.SqlServer 6.0.0 Microsoft.EntityFrameworkCore.Tools 6.0.0 Microsoft.NETCore.App 2.2.8
The "Context" object is from "Abp.EntityFrameworkCore.Repositories" in 'EfCoreRepositoryBase' class of 'TDbContext' type. We are refereing, Abp.EntityFrameworkCore, Version=4.9.0.0
Please let us know.
Hi, I am facing issue that the downloaded latest project from ASP .Net Zero has already package.json updated to latest angular version 12.0 so do we directly need to use that package.json or do we need to update angular/cli and angular/core version by version
In that could you please assist us that what steps should we follow?
The downloaded latest project from ASP .Net Zero has already package.json updated to latest angular version 12.0 so do we directly need to use that package.json or do we need to update angular/cli and angular/core version by version
We have already referred these steps ( https://docs.aspnetzero.com/en/common/latest/Version-Updating). we need version specific steps of Asp .Net Zero(7.2.0 to 11.0.0) if any?
Product version- 7.2.0 Product type - Angular (version 8.2) Product framework type- .net core (version 2.2)
Hi Team, we are planning to migrate our application versions from current to latest-
Current version- Angular- 8.2 .net core - 2.2 Asp .net Zero - 7.2.0
Latest version- Angular- 12.2.7 .net core - 6.0 Asp .net Zero - 11.0
we are planning to follow below approach -
As these are the basic steps so is there any versions specific steps which we should follow while migrating?
Product version-7.2.0 product type - Angular product framework type -.net core
We are facing an issue "An unexpected server error occured" while GET api call. Please find images of the error below-
Scenarios- We are trying to call a Get api from frontend(Angular) which is giving a call to backend(.net core) method but backend server or method not recieving any call and showing above error.
The website is hosted on premise in IIS.
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
We are giving a call to WCF service which does some processing
When it takes a longer time we are encountering the below error.
We are able to increase the send timeout from the Service Reference file in the application and the it was working as desired.
But when we deployed the app on IIS, it was not honoring the specified sendTimout property and started giving a different error.
How can we solve this issue.?
Thank you for the prompt reply. We will implement in the above suggested way.