18 Answer(s)
-
0
I will check it
-
0
-
0
It can work with the standard screens generated with the template, the problem just happened with my screen developed from the separated module (in module I build pages for blazor web assembly) when integrating to Main Application using new Blazor Web App template the issue happened. Thanks
-
0
you need to add reference for
blazor
andblazor.client
both and module dependencies -
0
-
0
try add
BlazorServer
instead ofBlazorWebAssembly
-
0
-
0
could you share a project with me? shiwei.liang@volosoft.com
-
0
I sent email to you. Thanks
-
0
Hi,
sorry, I didn't receive the email
-
0
Hi, I have uploaded to Google Drive and resend email to share link to you on the email. thanks,
-
0
-
0
I have changed access right, you can try again
-
0
Unable to find package HQSOFT.eBiz.CoreBackend.Domain. No packages exist with this id in source(s): /usr/local/share/dotnet/library-packs, ABP Nightly, nuget.org [/Users/liangshiweis/Downloads/HQSOFT.MainApplication/HQSOFT.MainApplication.sln]
sorry, i could not reproduce the solution
-
0
Hi,
Sorry again, i don't have a DevExpress license.
Unable to find package DevExpress.AspNetCore.Reporting with version (>= 24.1.3) [/Users/liangshiweis/Downloads/HQSOFT.MainApplication/HQSOFT.MainApplication.sln]
BTW could you try add
[DependsOn(typeof(SystemAdministrationBlazorServerModule))]
to Blazor module to check if it's work -
0
Hi, I tried to test with a fresh Main application and Module, it work ok, so i will review my module code. Do you have any special notes when developing blazor pages that can support for both blazor web assembly and blazor server? Thanks
-
0
For Blazor webapp , you need to consider both server and webassembly
-
0
I have tried to re-generate module templates with latest version 8.2 and migrated my code (no changes anything) from the module using old version and now it can run well when integrating to Main Application Blazor WebApp. So I think the module template i'm using (generated from version v7) is not compatible for Blazor Web App. Thanks for your support