Activities of "davidlbrenchley@gmail.com"

Could you share a project to reproduce? Thanks. shiwei.liang@volosoft.com

Could you hold off looking at this. I'm getting different results now. Some strange results, but different. I will update or close the ticket within a day.

Could you share a project to reproduce? Thanks. shiwei.liang@volosoft.com

Couldn't see how to attach, so I created a public github for the project.

.....................

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v7.2.1 - but happened in previous version of 7 as well

  • UI type: Blazor

  • DB provider: EF Core

  • Exception message and stack trace: *05-06 20:13:51.906 614 1817 I am_crash: [7774,0,com.companyname.abp_7_2.maui,552123972,android.runtime.JavaProxyThrowable,Autofac.Core.DependencyResolutionException: An exception was thrown while activating ABP_7_2.Maui.App -> ABP_7_2.Maui.AppShell. 05-06 20:13:51.906 614 1817 I am_crash: ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(ABP_7_2.Maui.ViewModels.ShellViewModel)' on type 'AppShell'. 05-06 20:13:51.906 614 1817 I am_crash: ---> System.InvalidOperationException: NoServiceRegistered, Microsoft.Maui.Controls.Xaml.IRootObjectProvider 05-06 20:13:51.906 614 1817 I am_crash: at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider , Type ) 05-06 20:13:51.906 614 1817 I am_crash: at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredServiceIRootObjectProvider 05-06 20:13:51.906 614 1817 I am_crash: at ABP_7_2.Maui.Extensions.TranslateExtension.ProvideValue(IServiceProvider serviceProvider) 05-06 20:13:51.906 614 1817 I am_crash: at ABP_7_2.Maui.AppShell.InitializeComponent() 05-06 20:13:51.906 614 1817 I am_crash: at ABP_7_2.Maui.AppShell..ctor(ShellViewModel vm) 05-06 20:13:51.906 614 1817 I am_crash: at System.Object.lambda_method16(Closure , Object[] ) 05-06 20:13:51.906 614 1817 I am_crash: a^ 05-06 20:13:51.907 614 1817 W ActivityTaskManager: Force finishing activity com.companyname.abp_7_2.maui/crc646f116deefd72c39d.MainActivity 05-06 20:13:51.907 614 1817 I wm_finish_activity: [0,253247669,11,com.companyname.abp_7_2.maui/crc646f116deefd72c39d.MainActivity,force-crash]

  • Steps to reproduce the issue:" ABP Suite - Use a 7.1 or 7.2 - Application template; UI Framework: Blazor Server; Mobile - Maui. Then run the Maui project (Not the MauiBlazor project) in Release mode. (You may need to select Deploy option for the maui project).

The MauiBlazor project runs fine. I believe it has something to do with Shell interaction with ABP. Spent days and days on this thinking it was something in my project, but I was able to duplicate with the abp template.

Thank you. I'll have to try this out. It'll be 3 or 4 weeks before I can get to implementing this

I have no VUE experience. Is there a smaller subcomponent that just has the form that I could retrieve the results myself and push forward?

CMS Pro module for Blazor Server. It does have the admin stuff, but not able to use the user facing CMS capabilities. Have to put it on a different website as asp.net mvc and that is a no-go. Has to work on the same website/blazor server.

I would like to use a form questionnaire as part of a wizard/stepped process. After a user has hit the submit button, how would I go about redirecting the user to a page that I want to send than rather than the default formresponse that the form sends the user to? I would also need to be able to grab the id of the user response as part of that redirect.

  • ABP Framework version: v7.1.0
  • UI type: Blazor
  • DB provider: EF Core
    • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
Showing 11 to 17 of 17 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11