You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I view the source code in VS2022 upon loading the VS solution I was prompted to fix the package but I get this error message "An error occurred while trying to restore packages. Could not find a part of the path 'C:\Users\xxx\Downloads\Recurring-Integrations-Scheduler-v.3.4.0\Recurring-Integrations-Scheduler-v.3.4.0\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\runtimes\unix\lib\netstandard1.1
Any idea?
The text was updated successfully, but these errors were encountered:
I have the similar problem when restoring the System.Runtime.InteropServices.RuntimeInformation.dll.
I got the error meesage like this:
Cannot find path 'C:\Users\xxx\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\runtimes\unix\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll' because it does not exist.
I finally found it's due to the path is too long. After going to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem and set the LongPathsEnabled to 1, the problem did not happened again
Hi, when I view the source code in VS2022 upon loading the VS solution I was prompted to fix the package but I get this error message "An error occurred while trying to restore packages. Could not find a part of the path 'C:\Users\xxx\Downloads\Recurring-Integrations-Scheduler-v.3.4.0\Recurring-Integrations-Scheduler-v.3.4.0\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\runtimes\unix\lib\netstandard1.1
Any idea?
The text was updated successfully, but these errors were encountered: