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

Activities of "neosadmin"

Prerequisites

  • What is your product version? 11
  • What is your product type (Angular or MVC)? angular
  • What is product framework type (.net framework or .net core)? .net core

Hello, I have a problem with the management of the field birth date of my entity. I need to store the date on sql without any time, avoiding conversion of timezome. Using the bsDateTime with the luxon date, generated by the RAD tools I have some problems with timezones. For example, i set 05/12/2020 and according to the timezone I receive server side 04/12/2020 or 05/12/2020.

Any suggestion?

  • What is your product version? 11.0.1 Angular singlesolution

Hi guys, I have a problem when I start the Web.Host project. The views are in the right path. Any suggestion?

InvalidOperationException: The view 'Login' was not found. The following locations were searched: /Views/Ui/Login.cshtml /Views/Shared/Login.cshtml Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult.EnsureSuccessful(IEnumerable<string> originalLocations) Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor.ExecuteAsync(ActionContext context, ViewResult result) Microsoft.AspNetCore.Mvc.ViewResult.ExecuteResultAsync(ActionContext context) Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResultFilterAsync>g__Awaited|30_0<TFilter, TFilterAsync>(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object state, bool isCompleted) Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResultExecutedContextSealed context) Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.ResultNext<TFilter, TFilterAsync>(ref State next, ref Scope scope, ref object state, ref bool isCompleted) Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeResultFilters() Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object state, bool isCompleted) Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted) Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object state, bool isCompleted) Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker) Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker) Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) Abp.AspNetZeroCore.Web.Authentication.JwtBearer.JwtTokenMiddleware+<>c__DisplayClass0_0+Ic8UST3TYlelsLKPpP4.MoveNext() Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) Neos.Web.Startup.Startup+<>c+<<Configure>b__5_1>d.MoveNext() in Startup.cs

        else
        {
            app.UseStatusCodePagesWithRedirects("~/Error?statusCode={0}");
            app.UseExceptionHandler("/Error");
        }
        app.Use(async (context, next) => { await next(); if (context.Response.StatusCode == 404 && !Path.HasExtension(context.Request.Path.Value)) { context.Request.Path = "/index.html"; await next(); } });
        app.UseStaticFiles();
        app.UseRouting();
        app.UseCors(DefaultCorsPolicyName); //Enable CORS!
        app.UseAuthentication();

Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)

Prerequisites

  • What is your product version?
  • 11.0
  • What is your product type (Angular or MVC)?
  • angular
  • What is product framework type (.net framework or .net core)?
  • .net core 6
  • Power tools
  • 3.0.3

The power tools UI checkbox for Multy Tenancy Host and Tenant option are disabled when I load entities from database. My project is set in single tenant mode, but whene I generate the entity power tools add the interface IMayHaveTenant.

I want manage Host and Tenant options also for entities loaded from database, is there a config value to manage the Host and Tenant options?

Thanks

Showing 1 to 3 of 3 entries