Base solution for your next web application

Activities of "akash"

Hi,

I am interested in knowing how IRepository objects (that I believe are transient objects) get disposed-off in abp boilerplate v0.8.3 ? These objects gets create via constructor injection in application service

Can someone here throw some light on this, please.

Thanks

That worked, Thanks !

Hi,

I don't want to keep Password column in my AbpUsers table. Is there anyway through which I can remove this column and Required Validation over it??

Kindly help.

On implemeting as mentioned above, I am getting below mentioned error. Any help?

.Mvc.Controllers.AbpHandleErrorAttribute - System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt64(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToInt64(String value) at Abp.Runtime.Session.IdentityFrameworkClaimsAbpSession.get_UserId() at Abp.Auditing.AuditingHelper.ShouldSaveAudit(MethodInfo methodInfo, IAuditingConfiguration configuration, IAbpSession abpSession, Boolean defaultValue) at Abp.Web.Mvc.Controllers.AbpController.ShouldSaveAudit(ActionExecutingContext filterContext) at Abp.Web.Mvc.Controllers.AbpController.HandleAuditingBeforeAction(ActionExecutingContext filterContext) at Castle.Proxies.AccountControllerProxy.OnActionExecuting_callback(ActionExecutingContext filterContext) at Castle.Proxies.Invocations.AbpController_OnActionExecuting.InvokeMethodOnTarget() at Castle.DynamicProxy.AbstractInvocation.Proceed() at Abp.Domain.Uow.UnitOfWorkInterceptor.Intercept(IInvocation invocation)

Showing 1 to 4 of 4 entries