Skip to content
Discussion options

You must be logged in to vote

Hello Rocky,

Thx for your answer, I have followed your advice and added the code below into the "Startups.cs" without success.

public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
...
            app.UseCsla(c => c
              .DataPortal()
              .DefaultProxy(typeof(Csla.DataPortalClient.HttpProxy), Configuration.GetSection("AppSettings:DataPortalUrl").Value));
            Csla.ApplicationContext.User = new ClaimsPrincipal();
}

Next, I have upgraded the solution with the latest CSLA version (4.5.1) but i got same error with the ServerSide Blazor.
By the way the ClientSide Blazor works perfectly with both CSLA version(using multi-head solution)

Below packag…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@rockfordlhotka
Comment options

@sylum
Comment options

Answer selected by rockfordlhotka
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants