Thank a lot.
Btw, do you think if we change to use Blazor WebAssemnly (WASM), we will not face this kind of issue?
Sorry, my first question is how to set different MaximumReceiveMessageSize to different blazor page. Is it possible? Do you mean it's impossible to do that?
Thanks, I can add HubOptions successfully, but how to use it on specific blazor page? Could you pls give me example to do that?
It could be a temporary solution, but can you fix it to show scrollbar when user click button expand menu and menu is height is bigger than screen? The menu may not on the screen and stay on below outside of view of screen. We cannot notice every user to click any submenu to see scrollbar.
This is a latest version I just create new project and adding new example menu items. You see the scrollbar is not there. Just click expand menu, don't scroll wheel, you will not be able to see the last menu items. If you scroll wheel, it will show the scrollbar, but in this case, I don't have scroll wheel
This is my nuget.config, it already had the nuget source as you said:
<?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" /> <add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/f05545eb-5dae-xxxx-xxxx-4f921b3bdf07/v3/index.json" /> <add key="acme" value="https://acme.pkgs.visualstudio.com/_packaging/acme/nuget/v3/index.json" /> <add key="Acme Helper" value="https://Acme-public.pkgs.visualstudio.com/Acme.Helpers/_packaging/Acme/nuget/v3/index.json" /> </packageSources> </configuration>
I fixed it already, there is a module project didn't upgrade version follow main project and it caused the errors. Just need to update every related reference to 7.3.2.
But there is an other issue when I try to login or run DbMigration project. There are some columns missed. What should I do in this case?
I create project (Blazor Server and MS SQL Server) from version 7.0.3 and add a new module to project by Abp Suite (localhost:3000 -> Module -> Create new module)
Now I upgrade Abp suite to 7.3.2 and upgrade my project from 7.0.3 to 7.3.2 (by Abp suite site) and try to build / restore it and it show error
Version of ABP CLI is 7.3.2 now
Hi,
Could you
dotnet clean
anddotnet build /graphBuild
command?
I tried, but no luck, still that error on .Domain project