-1

As our development team have upgraded our project to support a special form of caching, our .NET project no longer works when put in an environment that isn't a local machine. I tried to figure out how to install .NET standard on the server, but only came across this article, which is still on a local machine.

I have looking around and have consulted this answer on Stack Overflow, this discussion on GitHub and a bunch of other sites, but to no avail.

LaughingMan
  • 640
  • 1
  • 9
  • 18

1 Answers1

1

I installed .NET framework 4.7.1 on the server (it was running 4.6.1) and now it works just fine. I hope this will save someone some trouble

LaughingMan
  • 640
  • 1
  • 9
  • 18