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()
The change picture modal is only staying open for a second or two, and then closing. This does not allow the user time to click on the save button, so the picture does not get saved.
If I set break points, sometimes I can get the modal to stay open, click save, and then the picture shows up in the [AppBinaryObjects] table as it is supposed to. How do I get the modal to stay open by itself and not close automatically after a second or two? Thanks!