Base solution for your next web application

Activities of "dallgood"

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()

Answer

It is possible to have a null emailaddress. But you do have to disable the various validations and constraints throughout the system that check for null.

Answer

Hello, I downloaded the most recent project version today ( Project Type: ASP.NET MVC 5.x & jQuery, Project Version: v4.5.1 (latest), Framework: .NET Framework 4.6.1), and it now works. Thank you!

Answer

I am using the version MVC 5.x & jQuery (am wondering is that the same version in the demo) No errors that I can see...

Question

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!

Showing 1 to 5 of 5 entries