79660155

Date: 2025-06-10 09:29:31
Score: 0.5
Natty:
Report link

Correcting the order of building more than one project in visual studio solved the problem.

In my case, One project output binaries is references files for another project. When i changed the order, compilation was successful, but getting this error during the run time. Had all the necessary package, still getting the error. Later, it was found out and focused on the order of projects compilation in VS and avoided "Error: Cannot load file or assembly netstandard, Version=2.1.0.0" during the runtime.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Abdullah Farweez