-2

I have updated Visual Studio to 16.10.1 version, and my once fully functioning project is now showing build errors, mainly relating to fluentValidation and JwtBearer.

Any advice how to resolve this?

enter image description here

Dr_V
  • 25
  • 5
  • Have you done a Build-> Clean Solution ? Restart VS ? – auburg Jun 11 '21 at 16:13
  • What was your previous version? (Have you not updated in a while?) – PMF Jun 11 '21 at 17:45
  • Hi @Dr_V, May I know whether the reply has solved the problem or is there any update about this thread? If the answer resolved the issue, kindly accept it - see [What should I do when someone answers my question](https://stackoverflow.com/help/someone-answers). If you have any question about my reply, please let me know freely. – Zhi Lv Jun 25 '21 at 01:05

1 Answers1

1

You can try the following methods:

  1. Restart Visual Studio 2019.

  2. Clan the project. Right click the Project, choose the "Clean" option, then click the "Build" option.

  3. Clear the Nuget Package cache.

    enter image description here

  4. Reinstall the related package.

Zhi Lv
  • 18,845
  • 1
  • 19
  • 30