mel@quadsoftpa.com的活动

Email with a share link sent. Thank you

I have tried the source code as well projects are referenced correctly, everything builds, the application runs. Same error

just add source code for Pro identity.

my steps...

create a new module or use an existing one. this happened in my existing 5.3.3 module and I could not resolve it. So I upgraded to 6rc2, created a brand-new module, then chose to add source code for Pro Identity and the theme I get the message shown. Tried multiple times always get the same message

Good afternoon. Just checking back in, many other questions have been answered, thank you!

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

  • ABP Framework version: 6.0.0-rc.2 or 5.3.3
  • UI type:Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): No
  • Exception message and stack trace:
  • Steps to reproduce the issue:" just running the application

Application '/LM/W3SVC/2/ROOT' with physical root 'F:\Documents\SourceCode\Keystone\KeyChoices.Abp\app\src\KeyChoices.Blazor' has exited from Program.Main with exit code = '1'. First 30KB characters of captured stdout and stderr logs: [13:24:06 INF] Starting web host. [13:24:09 FTL] Host terminated unexpectedly! System.IO.FileNotFoundException: Could not load file or assembly 'Volo.Abp.Account.Pro.Public.Application.Contracts, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. File name: 'Volo.Abp.Account.Pro.Public.Application.Contracts, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null' at System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, RuntimeType type, IRuntimeMethodInfo pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs) at System.Reflection.CustomAttribute.CreateCaObject(RuntimeModule module, RuntimeType type, IRuntimeMethodInfo ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs) at System.Reflection.CustomAttribute.AddCustomAttributes(ListBuilder1& attributes, RuntimeModule decoratedModule, Int32 decoratedMetadataToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, ListBuilder1 derivedAttributes) at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit) at System.RuntimeType.GetCustomAttributes(Type attributeType, Boolean inherit) at System.Attribute.GetCustomAttributes(MemberInfo element, Boolean inherit) at Volo.Abp.Modularity.AbpModuleHelper.FindDependedModuleTypes(Type moduleType) at Volo.Abp.Modularity.AbpModuleHelper.AddModuleAndDependenciesRecursively(List1 moduleTypes, Type moduleType, ILogger logger, Int32 depth) at Volo.Abp.Modularity.AbpModuleHelper.AddModuleAndDependenciesRecursively(List1 moduleTypes, Type moduleType, ILogger logger, Int32 depth) at Volo.Abp.Modularity.AbpModuleHelper.AddModuleAndDependenciesRecursively(List1 moduleTypes, Type moduleType, ILogger logger, Int32 depth) at Volo.Abp.Modularity.AbpModuleHelper.FindAllModuleTypes(Type startupModuleType, ILogger logger) at Volo.Abp.Modularity.ModuleLoader.FillModules(List1 modules, IServiceCollection services, Type startupModuleType, PlugInSourceList plugInSources) at Volo.Abp.Modularity.ModuleLoader.GetDescriptors(IServiceCollection services, Type startupModuleType, PlugInSourceList plugInSources) at Volo.Abp.Modularity.ModuleLoader.LoadModules(IServiceCollection services, Type startupModuleType, PlugInSourceList plugInSources) at Volo.Abp.AbpApplicationBase..ctor(Type startupModuleType, IServiceCollection services, Action1 optionsAction) at Volo.Abp.AbpApplicationFactory.CreateAsync[TStartupModule](IServiceCollection services, Action1 optionsAction) at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplicationAsync[TStartupModule](IServiceCollection services, Action1 optionsAction) at Microsoft.Extensions.DependencyInjection.WebApplicationBuilderExtensions.AddApplicationAsync[TStartupModule](WebApplicationBuilder builder, Action1 optionsAction) at KeyChoices.Blazor.Program.Main(String[] args) in F:\Documents\SourceCode\Keystone\KeyChoices.Abp\app\src\KeyChoices.Blazor\Program.cs:line 36

no matter what I try, I can't get past v5.3.2 dotnet tool update -g Volo.Abp.Cli --prerelease

in addition to my non-technical question questions, Abp Suite is putting in 3.3.1 projects when " replace packages with source" instead of matching version (rc4) code. how do we get it to generate matching source?

Why isn't the source code for Volo.Abp.Identity.Domain included in the Pro module? Providing part of the source code isn't complete. Also, how do I ask a question like this without burning one of my support tickets? This isn't a technical question. Thank you

I don't know if this is an issue with your framework or with blazor components themselves. In the end I seem to have stable results with the following:

Iinheriting from OwningComponentBase. Note not the generic OwningComponentBase due to the Service being disposed.

using the following code, refreshing the services if they got disposed of.

    protected IObjectMapper ObjectMapper => _objectMapper ??= ScopedServices.GetRequiredService<IObjectMapper>();

    protected TService Service => _service ??= ScopedServices.GetRequiredService<TService>();

no, ty

显示 51 个条目中的 21 到 30 个.
Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11