Base solution for your next web application

Activities of "slavanaway"

Prerequisites

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

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

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

  • Which theme are you using?
  • What are the theme settings?

Notes from the lead developer. We had to change out the entire dev team and the workstations.

The web.sln with the back end API (web.host) compiles fine. Build solution works fine. Projects are in .Net Core Version 2.2. I have installed both 2.2 and 6.0 versions of .Net Core SDK on Dev VM. Using Visual Studio 2022.

Runs fine when started without debugging.

Crashes when started with debugging with the following error message(s).

'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\2.2.8\Microsoft.Extensions.FileProviders.Embedded.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. EventSource Error: ERROR: Exception during construction of EventSource Microsoft.IdentityModel.EventSource: Incorrect function 'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.2.8\System.Net.WebSockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. The program '[4960] iisexpress.exe' has exited with code 4294967254 (0xffffffd6).

Same problem when I use web.host profile to start as a project with debugging (instead of iisexpress).

The screen refreshed before I saved.

What is your product version? (our app is version 21.07.1.2)
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .net core

Not sure what happened. I answered emails regarding this.

The license key was wrong in the app. Closed Thank you for the help.

Prerequisites

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

  • What is your product version? ANZ 7.2 .NET 3.x
  • 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?

If issue is about UI

  • Which theme are you using?
  • What are the theme settings?

Our app uses import from excel for users. It is started using the abpbackgroundjobs.

It will create a record in the abpbackgroundjobs table. It mostly does not start the background jobs.

The record in the abp table look like this Id 536 CreationTime 00:45.6 CreatorUserId (null) IsAbandoned FALSE JobArgs {"TenantId":20,"BinaryObjectId":"b129df69-bebe-83a3-cd2a-3a034aa51477","User":
{"TenantId":20,"UserId":1},"JobType":0,"Filter":null,"Sorting":null,"Role":null,"OnlyLockedUsers":false,"Permissions":null,"MultiTenancySide":0,"JobId":30} JobType EPSquared.Authorization.Users.Importing.ImportUsersToExcelJob, EPSquared.Application, Version=7.2.0.0, Culture=neutral, PublicKeyToken=null LastTryTime (null) NextTryTime 00:45.6 Priority 15 TryCount 0

The job never starts and never retries.

Can you point me in a direction of what is causing the background jobs to not start.

Sam

Here is the detail from EPSquared.Core.Shared.csproj. I did not see a NuGet package version.

<Project Sdk="Microsoft.NET.Sdk"> <Import Project="....\common.props"></Import> <PropertyGroup> <TargetFrameworks>netstandard2.0</TargetFrameworks> <RootNamespace>EPSquared</RootNamespace> <LangVersion>7.2</LangVersion> </PropertyGroup> <ItemGroup> <PackageReference Include="Abp" Version="4.9.0" /> <PackageReference Include="Abp.Zero.Common" Version="4.9.0" /> <PackageReference Include="Abp.ZeroCore" Version="4.9.0" /> </ItemGroup> <ItemGroup> <PackageReference Update="NETStandard.Library" Version="2.0.3" /> </ItemGroup> </Project>

Sam

The app is on ABP 4.9.

I need to determine if there are changes which will need code changes. Do you have a list or know how I can get a comprehensive list?

thanks, Sam

Prerequisites

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

  • What is your product version? 7.6
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core
  1. We are planning to upgrade to DevExtreme version 22.1.5 from 21.2.7. This upgrade requires Angular 12+. Would like to know if V7.6 of aspnetzero supports Angular 12+?
  2. We would like to use Azure Webjobs which require .Net core 6.0. Is it possible to upgrade V7.6 to use .Net Core 6.0?

Thanks. Sivakumar Angarai Pierpont Holdings.

on 2, the link talks about upgrading to a later version of aspnetzero. We would like to know if we can upgrade justr .Net core to 6.0 keeping V7.6 of aspnetzero. Thanks

Thanks

Hi,

Please provide a sample to create a webjob to access application services. We are using ASP.Net Core & Angular version V12.2.1.

Thanks. Siva Pierpont

Showing 1 to 10 of 11 entries