Base solution for your next web application

Activities of "Hellonote"

Hi Team, My current product version is 11.1.

This is still an issue. I noticed this is happening when we set ClockProvider in "Web.Host" > Startup > Startup.cs > Constructor Clock.Provider = ClockProviders.Utc;

Once provider set to Utc and change the timezone of my local machine, Dates start flickering and keep changing.

Kindly update if there is any solution.

Prerequisites

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

  • What is your product version? v11.0.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? v7.0.1

Hi, we have just updated to v11..after that we are seeing these warnings upon adding new migration or updating entity via RAD tool. Are we missing something that caused this warnings? This was not occurring before.

annotations were removed also upon running Add-Migration..

Please advise us how to resolve these.

Regards, Marc

This is bit urgent. It would be great if someone can help us in this issue..

  • What is your product version? = API: v10.3.0 | Client: v10.3.0

  • What is your product type (Angular or MVC)? = Angular

  • What is product framework type (.net framework or .net core)? = .net core

  • What is ABP Framework version? = 6.3

We are facing issue while downloading any file, including default Export to Excel option. This is happening after we enable Redis Cache.

On local it is working fine but in the azure hosting environment the same is not working. We request you to guide us on this issue. Error is in "/File/DownloadTempFile" API

From the log files, got below error: ERROR 2021-05-17 13:37:19,647 [6 ] Mvc.ExceptionHandling.AbpExceptionFilter - Unable to find a constructor to use for type HelloNote.EMR.Storage.TempFileInfo. A class should either have a default constructor, one constructor with arguments or a constructor marked with the JsonConstructor attribute. Path 'FileName', line 1, position 12.

Newtonsoft.Json.JsonSerializationException: Unable to find a constructor to use for type HelloNote.EMR.Storage.TempFileInfo. A class should either have a default constructor, one constructor with arguments or a constructor marked with the JsonConstructor attribute. Path 'FileName', line 1, position 12.

I am getting two errors:

  1. Jquery not defined
  2. KTWizard is not defined

Is there any thing which possibly I am missing?

Hi, same question as above..this link is already dead --> https://github.com/aspnetzero/aspnet-zero-core/issues/1628 how can i achieve this?

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

Question: I need some more properties in session, so extended the ClaimsAbpSession. In .net core controllers I am getting these new claims values. Is there any way to get these new session properties in Angualr ... like abp.session?

Answer

Thanks, issue resolved.

Answer

I did install .NET Core SDK & dotnet-ef... Microsoft.EntityFrameworkCore.Design i assume is already on project solution?

Question

Hi, Getting issues while creating entity from RAD Tool..

We are trying to generate entities using RAD Tool in latest version of ASPNetZero Template. Encountering two issues with this:

  1. Some error while running add-migration. We need to manually run the command to add and update database migration.
  2. One property missing in the angular component. We again need to add that property manually to resolve the error.

Showing 31 to 40 of 42 entries