Aktivity „fgao@primarypartnercare.com“

Ok. I dug it out the type of IdentitySession from assembly and solved this issue. Now the HttpApi.Host seems running good. However, I got errors while Blazor site loading.

"Error: One or more errors occurred. (An error occurred during the initialize Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor phase of the module Volo.Abp.AspNetCore.Components.WebAssembly.AbpAspNetCoreComponentsWebAssemblyModule, Volo.Abp.AspNetCore.Components.WebAssembly, Version=8.2.0.0, Culture=neutral, PublicKeyToken=null: Could not find 'abp.utils.removeOidcUser' ('removeOidcUser' was undefined). Error: Could not find 'abp.utils.removeOidcUser' ('removeOidcUser' was undefined)."

It looks like missing a package "removeOidcUser". I've tried to run abp update again, but it's no help. Please advise.

Your 1st link above clearly tells how to fix our current code to adapt this update. Thank you!

The 2nd link mentions another new feature, Session Management feature. MyDbContext now shows an error message saying it "does not implement interface member 'IIdentityDbContext.Sessions'". Is it related to this new feature? How do I "create a new migration"?

Do you have a document about the best practice to update the solution along with updating Volo NuGet packages?

Thanks,

  • ABP Framework version: v8.2.0
  • UI Type: Angular / MVC / Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I generated a solution with v8.1.3. It worked fine. Today, I updated the solution to v8.2.0. After that, there are some build errors "CS1729 'LanguageInfo' does not contain a constructor that takes 4 arguments". It arounds line 57-73 in DomainModule.cs. I found there is no FlagIcon parameter in LanguageInfo class constructor and ILanguageInfo interface on v8.2.0.

Is it a bug or by design?

Otázka
  • ABP Framework version: v8.1.3
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no

I tried to customize the Login Page by following the Article https://community.abp.io/posts/how-to-customize-the-login-page-for-mvc-razor-page-applications-9a40f3cd. I wonder how to inherit from LoginModel. There seems no "Volo.Abp.Account.Web" Nuget package installed on my commercial template. Can you recommend a similar article for commercial?

  • ABP Framework version: v8
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I am trying ABP Studio to open an existing solution. The message shows "Do you want to initialize it as an ABP Studio solution?".

I wonder what exactly files/code will change? How do I reverse it back if I still need it to be worked out of ABP Studio?

Thanks,

Otázka
  • ABP Framework version: v8.1.1
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: The nuget command failed with exit code(1) and error(File '' does not exist. System.InvalidOperationException: File '' does not exist. at NuGet.Configuration.Settings.<LoadUserSpecificSettings>d__32.MoveNext() at System.Collections.Generic.List1.InsertRange(Int32 index, IEnumerable1 collection) at NuGet.Configuration.Settings.LoadSettingsForSpecificConfigs(String root, String configFileName, List`1 validSettingFiles, IMachineWideSettings machineWideSettings, Boolean loadUserWideSettings, Boolean useTestingGlobalPath, SettingsLoadingContext settingsLoadingContext) at NuGet.Configuration.Settings.LoadSettings(String root, String configFileName, IMachineWideSettings machineWideSettings, Boolean loadUserWideSettings, Boolean useTestingGlobalPath, SettingsLoadingContext settingsLoadingContext) at NuGet.CommandLine.Command.Execute() at NuGet.CommandLine.Program.MainCore(String workingDirectory, String[] args))
  • Steps to reproduce the issue: CI pipeline

I am new for abp commercial. I download through abp suite and run the abp template. It runs fine in my local machine. Now I am testing to deploy it to Azure from DevOps repo. I tried to build CI Pipeline, but got the above exception. Do you have a step-by-step instruction for deployment to Azure cloud? Or, even a sample YAML file may be helpful.

I searched on abp-support page and found a similar questions #1524. It is 3 years old and the link cannot be opened now.

Thanks,

Zobrazených 1 až 6 z 6 záznamov
Made with ❤️ on ABP v8.2.0-preview Updated on marca 25, 2024, 15:11