Open Closed

The Volo.Payment Project missing Volo.Payment.Web Module, compilation failed! #770


User avatar
0
tqm created
  • 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

8 Answer(s)
  • User Avatar
    1
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    We have created internal issue, it will be fix soon.

  • User Avatar
    0
    tqm created

    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,

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    I will check it out

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    How to reproduce the problem?

  • User Avatar
    0
    tqm created

    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

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You should download the source code of the rel-4.1 branch instead of dev branch

  • User Avatar
    0
    tqm created

    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:

  • User Avatar
    0
    alper created
    Support Team Director

    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:

    This is another topic. Can you create a new question for this one.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11