Open Closed

Authors.razor and Authors.razor.cs in Acme.BookStore #7537


User avatar
0
Sam.Lu created

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, and please first use the search on the homepage. Provide us with the following info:

  • ABP Framework version: v8.2.0
  • UI Type. Blazor WASM
  • Database System: EF Core (SQLite)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue: I create the Acme.BookStore sample following the Web Application Development Tutorial. When I reached step 9 of the tutorial, involving Authors.razor and Authors.razor.cs, I encountered numerous errors that prevent the application from running.

7 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can download the source code to check where it is wrong

    https://docs.abp.io/en/commercial/latest/tutorials/book-store/part-9?UI=Blazor&DB=EF#download-the-source-code

  • User Avatar
    0
    Sam.Lu created

    I have tried this method, it seems to be using SQL server and Blazor sever not Blazor webassembly and SQLite, will this have any impact? I have also simply used his razer file, but there are still errors.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    could you share the project with me? shiwei.liang@volosoft.com

  • User Avatar
    0
    Sam.Lu created

    OK! My E-mail: penoca0331@gmail.com Title: Acme.BookStore Thank!

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    https://abp.io/docs/latest/tutorials/book-store/part-09?UI=Blazor&DB=EF Update the namespace to namespace Acme.BookStore.Blazor.Client.Pages;

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

  • User Avatar
    0
    Sam.Lu created

    OK! Thank you very much!

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13