Activities of "liangshiwei"

Ran this command Abp bundle -t maui-blazor and it fails with unsupported project type. must be Microsoft.NET.Sdk.BlazorWebAssembly.

could you share some screenshots? thanks

Hi,

I have no permission to access file.

Based on the information you provided, I thought you were using a tiered project.

you can copy pages to account folder of Blazor project.

Can i add a "auth server" project now? or create a new solution and transfer my code?

sorry, i didn't get it

<PackageVersion Include="MimeTypeMapOfficial" Version="1.0.17" />

Hi,

could you share some screenshots and error log

Answer

Hi https://abp.io/docs/latest/framework/data/entity-framework-core/other-dbms

What specific configuration changes are required to switch from MongoDB to SQL, especially in terms of module dependencies and database provider settings?

You can create a new project to compare them.

Entity and Aggregate Adjustments:

Usually you don't have to worry about table generation, because ABP uses code first, and you can generate database tables through entities

Data Migration Tools and Approach:

there are no such tools. you must migrate all data manually. You don't have to worry about soft deletions, they are done by the framework

Repository and Dependency Injection Adjustments:

you can change to IRepository interface without any problem. You don't have to worry about it, EF Core usually generates good SQL.

Testing and Validation Suggestions:

We recommend using unit tests, if you have complete unit tests, then just run them to make sure the tests pass. if not, you can consider manual testing or writing unit tests

Hi,

earlier, I was able to copy over CSHTML files to PAGES / Account folder and override the LoginModel.cs and RegisterModel.cs Question : **How to do the same customization? in the BLAZOR new web app. **

you can do it, copy pages to account folder of AuthServer project.

The format of value '.csv' is invalid.

you can try

var ext = MimeTypeMap.GetMimeType(browserFile.Name.Split('.').Last().ToLower())

Email sent

Showing 821 to 830 of 6692 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 16, 2025, 10:35