1. Miguel Leeuwe
  2. SnapDevelop
  3. Friday, 19 February 2021 14:00 PM UTC

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

Accepted Answer
Miguel Leeuwe Accepted Answer Pending Moderation
  1. Friday, 19 February 2021 14:22 PM UTC
  2. SnapDevelop
  3. # Permalink

Okay, after trying to compile with VS2019 and not SnapDev, I got an error message that makes more sense:

Severity    Code    Description    Project    File    Line    Suppression State
Error    MSB3491    Could not write lines to file "obj\Debug\netcoreapp3.1\staticwebassets\Appeon.DataStoreDemo.SqlServer.StaticWebAssets.Manifest.cache". Path: obj\Debug\netcoreapp3.1\staticwebassets\Appeon.DataStoreDemo.SqlServer.StaticWebAssets.Manifest.cache exceeds the OS max path limit. The fully qualified file name must be less than 260 characters.    Appeon.DataStoreDemo.SqlServer    C:\Program Files\dotnet\sdk\5.0.103\Sdks\Microsoft.NET.Sdk.Razor\build\netstandard2.0\Microsoft.NET.Sdk.Razor.StaticWebAssets.targets    175    

Well, let me try to install in D:\

regards

Comment
There are no comments made yet.


There are replies in this question but you are not allowed to view the replies from this question.