Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "sumitshah"

  • What is your product version? Product version od Net6.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core

If issue related with ABP Framework

  • What is ABP Framework version? We have already updated ABP framework packages.

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.

We have migrated our angular code from 8.2 t0 9.0Tried to run ng build command for only angular application.But we are getting bunch of errors, attaching screenshot of few of them. Seems it's related to service proxies.Let us know ho we can resolve it.

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 -

  1. First, create a new repository
  2. Create an empty project from AspNet Zero website using your existing project name but select the version when you started development for your project. If you don't remember the initial AspNet Zero version you have started your project, you can check [*.Core/AppVersionHelper.cs].
  3. Add downloaded source code to your new repository and push to master branch.
  4. Create a branch named dev from master branch.
  5. Create two branches named aspnetzero and migrate from dev branch.
  6. Copy your existing project's source code to migrate branch.
  7. Switch to dev branch and update it from migrate branch. In this step, you will face conflicts. You have to resolve those conflicts manually.
  8. After merging changes from migrate branch to dev branch, you will have a structure as explained in "New Projects" section above. You can read "New Projects" section to update your solution for the next releases of AspNet Zero.
  9. You can delete migrate branch after merging it to dev branch because you will not need it anymore.

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.

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? ASP NET Zero v7.2.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core

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.

Showing 41 to 50 of 105 entries