1

When trying to create a new controller with views using entity framework, I get the following message:

Access to the path 'C:\Users\XXXXXXX\AppData\Local\Temp\SOMEGUID\Microsoft.AspNet.Identity.Core.dll' is denied'.

I already saw the following so thread, but I didn't came up with any solution.

Community
  • 1
  • 1

1 Answers1

0

Try to update the NuGet package for the Microsoft.AspNet.Identity.Core You can do this for example from the Package Manger Console by typing

update-package Microsoft.AspNet.Identity.Core
Hamlet Hakobyan
  • 32,965
  • 6
  • 52
  • 68