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(Action
1 action)
at Abp.Modules.AbpModuleManager.StartModules()
at Abp.AbpBootstrapper.Initialize()
1 Answer(s)
-
0
Is it the same problem? https://github.com/aspnetboilerplate/module-zero-template/issues/131