Base solution for your next web application
Open Closed

Method not found: 'Void Abp.Zero.Configuration.StaticRoleDefinition..ctor #6132


User avatar
0
dallgood created

I just did an update to the NuGet Packages for my project (it is an Aspnet MVC with jquery oroject ), and now I am getting a method not found error. Thanks in advance for your help!

System.MissingMethodException HResult=0x80131513 Message=Method not found: 'Void Abp.Zero.Configuration.StaticRoleDefinition..ctor(System.String, Abp.MultiTenancy.MultiTenancySides)'. Source=wbr.Core StackTrace: at wbr.Authorization.Roles.AppRoleConfig.Configure(IRoleManagementConfig roleManagementConfig) in C:\Projects\Asend\wbr.Core\Authorization\Roles\AppRoleConfig.cs:line 31 at wbr.wbrCoreModule.PreInitialize() in C:\Projects\Asend\wbr.Core\wbrCoreModule.cs:line 72 at Abp.Modules.AbpModuleManager.<>c.<StartModules>b__15_0(AbpModuleInfo module) at System.Collections.Generic.List1.ForEach(Action1 action) at Abp.Modules.AbpModuleManager.StartModules() at Abp.AbpBootstrapper.Initialize()


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Is it the same problem? https://github.com/aspnetboilerplate/module-zero-template/issues/131