Activities of "tqm"

I have the same problem. Has this problem been solved?

  • ABP Framework version: v4.1.0

  • UI type: Blazor

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Seperated (Blazor): yes

  • Exception message and stack trace: Severity Code Description Project File Line Suppression State Error NU1104 Unable to find project 'E:\Aup(Blazor)\aspnet-core\modules\Volo.Payment\src\Volo.Payment.Web\Volo.Payment.Web.csproj'. Check that the project reference is valid and that the project file exists. Volo.Payment.PayPal.Web E:\Aup(Blazor)\aspnet-core\modules\Volo.Payment\src\Volo.Payment.PayPal.Web\Volo.Payment.PayPal.Web.csproj 1 Error NU1104 Unable to find project 'E:\Aup(Blazor)\aspnet-core\modules\Volo.Payment\src\Volo.Payment.Web\Volo.Payment.Web.csproj'. Check that the project reference is valid and that the project file exists. Volo.Payment.Stripe.Web E:\Aup(Blazor)\aspnet-core\modules\Volo.Payment\src\Volo.Payment.Stripe.Web\Volo.Payment.Stripe.Web.csproj 1

  • Steps to reproduce the issue:

  1. Create new Solution in Abp Suite UI
  2. Go to modules and add payment module with source code
  3. Compilation failed

I found another bug,

I added feature management to the source code of my project, and the compilation failed. The error prompt is as follows:

Trace found that getdbsetasync method is protected,

1)Download the feature management source code

2)Open with vs Volo.Abp.FeatureManagement .sln

3)Replace project references with packages references

4)rebuild solution

How to use chat module in blazor project? I refer to the signal client written in the Microsoft document, compile and publish it to the IIS environment, and get the following error: The client code is as follows:

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v4.1.2

  • UI type: Angular / Blazor

  • DB provider: EF Core

  • Identity Server Seperated (Blazor): no

  • Exception message and stack trace:

  • I refer to the signal client written in the Microsoft document, compile and publish it to the IIS environment, and get the following error:

  • Steps to reproduce the issue:

  • The client code is as follows:

Thank you for your reply, but that method didn't solve my problem https://docs.abp.io/en/commercial/latest/modules/chat , which explains how to use chat module in angular UI template project. I need to use it in blazor UI template project, but it is not implemented in balzor UI template project at present. When can it be implemented?

Other functions in the project use get, post and other methods, which are normal。 In my blazor project, there are 404 and 405 errors only when the signalr is connected http://xx.xx.xx.xx : 44307 / signal hubs / chat / negotiate? Negotiate version = 1, I wonder if there is any special configuration here? Can you give me a balzor project using signalr or chat module example?

The problem has been solved, thank you

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v4.2.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: The environmental configuration parameters of angular project are as follows:
  • Steps to reproduce the issue:
Showing 1 to 10 of 12 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11