79584839

Date: 2025-04-21 15:00:04
Score: 1.5
Natty:
Report link

We also ended up getting this error in the following fashion.

  1. AspNetCore 8.0 app compiled to be an x86 application

  2. A newer version of AspNetCore was loaded for x64 than for x86 on the server (from a patch)

The resulting scenario was that it saw that the newer version was there, but in trying to run with the latest, but did not recognize that the latest was not the same architecture as the application.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: user30331794