Hi,
Such a simple thing as trying to run an example:
I've downloaded https://github.com/Appeon/.NET-DataStore-Example
Trying to to rebuild I'm getting this error message:
Severity Code Description Project File Line
MSB3027 Could not copy
"C:\Users\miguel.RSL\.nuget\packages\system.security.cryptography.protecteddata\4.7.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll"
to
"bin\Debug\netcoreapp3.1\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll"
. Exceeded retry count of 10. Failed. Appeon.DataStoreDemo.SqlServer Microsoft.Common.CurrentVersion.targets 4364
Anyone has had this same problem?
The package exists, I've tried to set the destination in the "bin" folder to not "readonly" (without success, when I apply and check properties again, it's still readonly). I've tried adding 'everyone' with full access in the security tab, I'm the owner of the folder when checking on security 'advanced' properties.
Is this a win10 problem?
TIA