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

Activities of "Jorahealth"

Sending the steps needed to reproduce the issue from ver 8.9.2 downloaded code.

Asp.net zero version used: 8.9.2

Codes that were modified from downloaded version 8.9.2 to reproduce the issue.

  1. Added a preloading strategy to the root-routing.module.ts

2.) roles.component.ts - added a router navigate to users page.

Steps to Reproduce the issue

  1. Navigate to the roles page from the side after running the solution.
  2. Create a role and save.
  3. Delete the newly created role from the list by clicking on the delete option from the actions. We are automatically redirected to users page after successful delete.(default code modified to reproduce the issue)

Issue - After deleting a created role, we are redirected to the users page.The application hangs, throws error in console and successfully deleted message does not hide.

Attaching the modified files.....

Its v8.9.2.0

Its v8.9.2.0

Also gtting the same error occasioanly when trying to impersonate accounts i.e. log in via linked accounts.

Thank you

Answer

Thank you, it was a CORS and SignalR configuration issue and once we configured it correctly, it worked.

Answer

Hi, This is what I found in application log: (Could you recommend steps) FATAL 2020-07-02 17:07:26,211 [1 ] Microsoft.AspNetCore.Hosting.Diagnostics - Hosting startup assembly exception System.InvalidOperationException: Startup assembly Microsoft.Azure.SignalR failed to execute. See the inner exception for more details. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Azure.SignalR, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. File name: 'Microsoft.Azure.SignalR, Culture=neutral, PublicKeyToken=null' at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, RuntimeAssembly assemblyContext, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext) at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext) at System.Reflection.Assembly.Load(AssemblyName assemblyRef) at Microsoft.AspNetCore.Hosting.WebHostBuilder.BuildCommonServices(AggregateException& hostingStartupErrors)

I have configured SignalR in Azure but do not see the connection string or access key in aspsettings.json. I added this but it fails to connect. I do not have a technical background but am looking for steps to advise my developers

Showing 31 to 37 of 37 entries