Activities of "jfistelmann"

did you run abp install-libs? did you also check for leptonx updates while upgrading?

and no, you do not need to purchase a blazorise commercial license.

may it be that you deployed a debug build and not a release build? As far as I know, license checks like this are not performed when running a published application 🤔

Hey, does the dev console (F12) output some errors?

Hey,

  1. For this you typically use logging. Here's some inspiration https://community.abp.io/posts/performance-optimization-of-.netbased-and-also-abpbased-application-pmdwhwxc https://akashjwork.medium.com/asp-net-core-7-api-performance-report-logging-mastery-with-serilog-6f490ac2ba2f
  2. Here's how to do that. https://stackoverflow.com/a/63603655 Depending on your DBMS you may get information from that on lock scenarios and performance issues

kind regards Jack

Hey,

do there resources help you?

https://community.abp.io/posts/file-uploaddownload-with-blob-storage-system-in-asp.net-core-abp-framework-d01cbe12

https://community.abp.io/posts/how-to-upload-and-download-files-in-the-abp-framework-using-angular-que8cdr8

kind regards Jack

i meant something like this here;

https://github.com/serilog-mssql/serilog-sinks-mssqlserver

does that work for you?

why don't you configure a serilog sink to db? and just call Logger.LogError or something?

sure, why not.

you can do that with websockets (SignalR) for example.

can you share the code that is not working?

Hey,

you need to implement your own user interface for that.

You may refer to the documentation here to access the files.

Does that help you?

Showing 1 to 10 of 152 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11