Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "navcon"

  1. We added notification definition with EntityType. but If we enable entitytype, "AbpNotificationSubscriptions" is not saved. context.Manager.Add( new NotificationDefinition( AppNotificationNames.Publish, displayName: L("Publish"), //entityType: typeof(Library), permissionDependency: new SimplePermissionDependency(AppPermissions.Pages_Libraries) ));

  2. Same in AppNotifier.cs, If we add EntityIdentifier , "AbpUserNotifications" is not saved. await _notificationPublisher.PublishAsync(AppNotificationNames.Publish, notificationData, new EntityIdentifier(typeof(Library), Library.Id), tenantIds: tenantIds);

Can you please explain this?

Hi Ismail, Do you have any documentation or tools used for coding standard for .net Core (Working version : **ASP.NET CORE & Angular .NET 7.0 v12.1.0-rc.1 **)

Thanks

Question

Hi, I'm new to aspnetzero. Can you help me out the features available in aspnetzero. Working version : **ASP.NET CORE & Angular .NET 7.0 v12.1.0-rc.1 **

  1. Video / Audio recordings available in Chat feature?
  2. Screen sharing is possible?
  3. Can we change the component based on time (Timer control)?

Hello, I'm using using this version v12.1.0-rc.1(.NET 7.0). I'm getting this below error when trying to implement dexexpress report. I followed this step mentioned in this blog https://blog.aspnetzero.com/blogs/asp.net-zero/devexpress-reporting-angular.

Castle.MicroKernel.ComponentActivator.ComponentActivatorException HResult=0x80131500 Message=ComponentActivator: could not instantiate Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionDescriptorProvider Source=Castle.Windsor StackTrace: at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType) at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments) at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context) at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context) at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden) at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally) at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy) at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden) at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired) at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context) at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, Arguments additionalArguments, IReleasePolicy policy, Boolean ignoreParentContext) at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, Arguments additionalArguments, IReleasePolicy policy) at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.ResolveAll(Type service, Arguments arguments, IReleasePolicy policy) at Castle.MicroKernel.DefaultKernel.ResolveAll(Type service, Arguments argu

Showing 1 to 4 of 4 entries