In main blazor or in my service blazor?
Hi maiiming My project is a Microservice Solution
HI @EngincanV
I think the namespace problem is the man reason that caused the errors.
It is fine for now.
Thanks for your guy's work.
HI @EngincanV
about " I watched your video and I noticed your ABP Suite and ABP project versions are different. (Suite runs in v5.0.0-rc.1 and your project created in v4.4.4)"
I noticed the error then when i was opreating. I delete the OA folder soon, after few second(4:30) later I create the project again use v 5.0.0 -rc1
.
I will try with your instruction.
HI @gterdem I put my video in https://drive.google.com/file/d/1gzh5A5JUfO9mj8Ts8FKEw6CVRN0YoQmd/view?usp=sharing. for convenient you can share the video to other platform which you want.
@EngincanV I have send my video to you.
HI @EngincanV did your try blazor ui? I capture my opreating screen in mp4,may I send to you?
up to 5.0 rc1 also didn't work.as the same as4.4.4
HI @EngincanV. Thanks for reply I have done those steps 1.use “abp new OrderService -t microservice-service-pro” 2.use "abp add-package Volo.Abp.Commercial.SuiteTemplates" in my blazor project. (if i don't use this i will get can't find Commercial.SuiteTemplates.dll error when generating ) 3. Copy SuiteTemplates.dll to my blazor project 4.Use suite generated a test page named "Mail".
I can get my CRUD generated,but the page has a lot of errors.
I fllowed @EngincanV's suggestion ,use "abp new OA -t microservice-service-pro" then "dotnet build" but still get "The name 'xxx' does not exist in the current" and "'OnInitializedAsync' : no suitable method found to override" in my CRUD page