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- 11.0.0
  • What is your product type (Angular or MVC)-Angular
  • What is product framework type (.net framework or .net core)-.net core

Hi we are migrating our version from 8 to 13 in angular and 2.2 to 6.0 in .net core and after successfuly DB migration we are able to run successfully backend but we are not able to run angular because it is giving compile time error. the error seems for the newly added DTO and methods service proxy is not updating I am able to run nswag and it is not giving any error but it is also not updating service proxy.

Prerequisites

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

  • What is your product version?
  • .net6.0
  • What is your product type (Angular or MVC)?
  • Angular
  • What is product framework type (.net framework or .net core)?
  • .Net Core

Problem Statement: Application has been migrated from .Net Core 2.2 to .Net Core 6.0. While running application it is redirected to the default login screen instead application login screen.

Need help on routing application so that it is redirected to the application login screen. Let us know if any more details you need.

Please refer the screenshot attached.

Prerequisites

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

  • What is your product version-11.0.0
  • What is your product type (Angular or MVC)-Angular(13.0)
  • What is product framework type (.net framework or .net core)-6.0

Hi After Db migration we are trying to run the application and getting error regarding the redis server

  • What is your product version?
  • 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?
  • ABP.AspNetCore(7.0.1)
  • ABP.AspNetZeroCore(4.0.l0)

Description : We are migrating application from .Net Core 2.2 to 6.0. While running application it is throwing exception from Startup.cs file. Please find below screenshots.

Please let us know what should I need to reference to resolve this and what should I need to add/update in Startup.cs file.

  • What is your product version- 11.0.0
  • What is your product type (Angular or MVC)- Angular 13
  • What is product framework type (.net framework or .net core)- .net core 6.0

We have upgraded our application to latest version( .net core(6.0) & angular (13)). We are trying update/migrate database so for this we tried to publish(run) migrator application it is giving following error. "There is already an object named 'AbpAuditLogs' in the database."

also we tried to run Infogroup.IDMS.EntityCoreFramework using Package Manager Console and by running cmd "update-database" which is giving follwing error- "There is already an object named 'AbpAuditLogs' in the database."

seems it is not trying to update database instead of this it is trying to create new tables related to ABP framework. Please let us know on this how can we proceed?

  • What is your product version - 11.0.0
  • What is your product type (Angular or MVC) - Angular 13
  • What is product framework type (.net framework or .net core) - .net core 6.0

We are trying migrate version from .net core 2.2 to 6.0 Trying update database by runnig migrator project. it's giving following newtwork-instance related error. Attaching screenshot of the same. We checked the connectionstring with microsoft SQL Server studio it's working fine over there. We are using same connectionstring in appsettings.

Could you please let us know DB migration and updation steps.

  • What is your product version- AspNetZero 11.0.0
  • What is your product type (Angular or MVC) - Angular
  • What is product framework type (.net framework or .net core) - .net core 6.0

We have migrated code from .net core 2.2 to .net core 6.0 . Tried to build and run backend(.net) application, getting following error in browser.

SqlException: Invalid column name 'ExceptionMessage'. Microsoft.Data.SqlClient.SqlCommand+<>c.<ExecuteDbDataReaderAsync>b__188_0(Task<SqlDataReader> result)

DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details. Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)

  • 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.

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.

Showing 11 to 20 of 46 entries