Activities of "piseth"

Where to create MyAuditLogContributor? In Web, or Application, or EntityFrameworkCore ?

You can create it in your web or application project.

Please note that i am using Oracle. builder.Entity<AuditLogAction>(b => { b.Property(x => x.Parameters).HasMaxLength(int.MaxValue); });

Then can you set the .HasColumnType("varchar2(max)") and remove the .HasMaxLength(int.MaxValue) statement as below:

builder.Entity(b => 
{ 
   b.Property(x => x.Parameters).HasColumnType("varchar2(max)"); 
}); 

In oracle, the maximum of varchar2 is 2000. i can not increase more.

this answer

Where to create MyAuditLogContributor? In Web, or Application, or EntityFrameworkCore ?

Please note that i am using Oracle.

builder.Entity<AuditLogAction>(b => { b.Property(x => x.Parameters).HasMaxLength(int.MaxValue); });

When i run dotnet ef database update, i get the following error: Oracle.ManagedDataAccess.Client.OracleException (0x80004005): ORA-22858: invalid alteration of datatype

When The size of exception > 2000 , i see the error "AuditLogs"."Exceptions" (actual: 2738, maximum: 2000) Then I don't see the exception being inserted in the AuditLogs table in the database. How to solve this in order to have logs being inserted in the AuditLogs table?

Yes, But I don't recommend to downgrade.

Thanks so much

HI

Bootstrap v5: Internet Explorer is not supported. If you require Internet Explorer support, please use Bootstrap v4.

https://getbootstrap.com/docs/5.0/getting-started/browsers-devices/#internet-explorer

Thanks so much If i want to use the Bootstrap v4, i have to downgrade the version of Abp Commercial?

hi

Can you share your website URL? liming.ma@volosoft.com I will test it in IE.

i did not publish it outside. How about if i zip the folder (which is located under C:\inetpub\wwwroot) and send to you? Then you put it in your PC under C:\inetpub\wwwroot and you can test it. May be my project is missing any important things

**I already shared it with you. plz check **

Hi,

I tried all these options in MyProjectWebModule.cs, but still cannot help me.

  • Auto: Automatically determines the mode based on the environment.
  • None: No bundling or minification.
  • Bundle: Bundled but not minified.
  • BundleAndMinify: Bundled and minified.

HI

Can you try to set the Bundling Mode to Bundle?

https://docs.abp.io/en/abp/latest/UI/AspNetCore/Bundling-Minification#bundling-mode

Hi, Thanks so much. I am trying. I will come back to you.

I think the browser version is too low.

https://jquery.com/browser-support/ https://getbootstrap.com/docs/5.0/getting-started/browsers-devices/

I tested with my laptop installed with Window 10, and its IE does not work with the application. Abp is not supported with IE?

Please check the console of IE

https://www.ibm.com/support/pages/how-use-ie-11-f12-developer-tools-capture-browser-console-log-and-network-log-omnibus-webgui

I cannot open Developer Tool in my server, but i can open Developer tool on my local laptop Here are the Console logs:

Showing 21 to 30 of 82 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11