Base solution for your next web application
Open Closed

Crashes when started with debugging on VM dev desktop. #10974


User avatar
0
slavanaway created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

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

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

  • Which theme are you using?
  • What are the theme settings?

Notes from the lead developer. We had to change out the entire dev team and the workstations.

The web.sln with the back end API (web.host) compiles fine. Build solution works fine. Projects are in .Net Core Version 2.2. I have installed both 2.2 and 6.0 versions of .Net Core SDK on Dev VM. Using Visual Studio 2022.

Runs fine when started without debugging.

Crashes when started with debugging with the following error message(s).

'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\2.2.8\Microsoft.Extensions.FileProviders.Embedded.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. EventSource Error: ERROR: Exception during construction of EventSource Microsoft.IdentityModel.EventSource: Incorrect function 'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.2.8\System.Net.WebSockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. The program '[4960] iisexpress.exe' has exited with code 4294967254 (0xffffffd6).

Same problem when I use web.host profile to start as a project with debugging (instead of iisexpress).


5 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @slavanaway

    I have some questions to indentify the problem.

    1. Is this the entire error message ?
    2. Did you have a chance to debug the app in a regular machine rather than a VM ?
  • User Avatar
    0
    slavanaway created

    The screen refreshed before I saved.

    What is your product version? (our app is version 21.07.1.2)
    What is your product type (Angular or MVC)? Angular
    What is product framework type (.net framework or .net core)? .net core
    
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @slavanaway

    Did you have a chance to try this on a different machine ? If you are getting a similar error, could you check Windows event viewer and see if you can find a related error message.

  • User Avatar
    0
    ismcagdas created
    Support Team

    It seems like this is a license issue and fixed.

  • User Avatar
    0
    slavanaway created

    Not sure what happened. I answered emails regarding this.

    The license key was wrong in the app. Closed Thank you for the help.