Base solution for your next web application

Activities of "chrskrs"

Prerequisites

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

If issue related with ABP Framework

  • What is ABP Framework version? 8.3

I am trying to intergare the EasyQuery reporting product into my Net Zero application but I have the following problem / question:

In Startup.cs class Easy query requires that the DB context be given in the Configure function like this:

endpoints.MapEasyQuery(options => { options.UseDbContext<MyDbContext>(services => new MyDbContext(...) }

How can Ido the new part seeing that aspnet zero uses IDbcontextProvider to get the dbcontext?

Question

Hi, just a short question.

I see that in the AspNetZeroRadTool\FileTemplates folder there are templates for the generated code. I have tried to modify one of the templates (the one for the AppServiceClass) but it seems that it gets overwritten as soon as the PowerTool gets executed.

Is it possible to make my changes permanent and to generate code using my modification?

Thank you

Regards Chris Krause

If issue related with ABP Framework

  • What is ABP Framework version? 9.1 (NET Core MVC

If issue is about UI

  • Which theme are you using? MVC

Is there an example of this somewhere?

Prerequisites

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

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

If issue related with ABP Framework

  • What is ABP Framework version? 9.1.2

Hi, we have a weird problem in our xamarin android application.

On emulators the app works fine but on a device (several tried), If I run the my app in DEBUG mode it works fine.

If I run the app in RELEASE mode the app craches upon startup. I have traced the error to the call to LoadPersistedSession() in the SplashActivity. If I comment this (LoadPersistedSession) out and rerun the app it then works. I have to log in every time however. (for this app this is not acceptable);

I have also observed that this only happens when you have multi-tenancy enabled. Can you please investigate and help.

we have had this problem on a version 8.5 framework as well but there we could leave the line commented out, however im this app we need to remember the last login.

Prerequisites

**Product version: 9.2.0 Product type: MVC Framework type: .Net Core **

When I run the Xamarin Droid App I get the following error upon startup :

System.TypeLoadException Message=Could not resolve type with token 0100005b from typeref (expected class 'AutoMapper.IMapperBase' in assembly 'AutoMapper, Version=10.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005')

The Device monitor has the following messages containing "PublicKeyToken=be96cd2c38ef1005"

10-08 07:38:19.357: D/Mono(5299): Loading reference 1 of Abp.AutoMapper.dll asmctx DEFAULT, looking for AutoMapper, Version=10.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005

I have tried upgrading the Automapper (by Jimmy Bogard) to version 10.0.0 but this caused the error dialog of Droid to pop up with message "An error occured. Do You want to try again?"

I see that there is an issue logged for this error but the link :

https://github.com/aspnetzero/aspnet-zero-core/issues/3538.

gives a 404 error.

As the mobile is the major component part of the project I am really stuck at this point.

Thank you - Chris

I have the same issue Version 9.1 NetCore Jquery

Showing 11 to 16 of 16 entries