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
I get the following exception whenever I try to use any sharpcompress code:
System.IO.FileLoadException: Could not load file or assembly 'SharpCompress, Version=0.32.2.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)
File name: 'SharpCompress, Version=0.32.2.0, Culture=neutral, PublicKeyToken=afb0a02973931d96'
However, this seems to happen only with the latest version on nuget. When using the older version 0.32.1 I don't get any such errors and can create compressed files just fine.
I found this already closed issue when trying to find what the problem was: #591 so perhaps a similar issue has popped up again?
I'm using dotnet 6.0.108 on Linux.
The text was updated successfully, but these errors were encountered:
To me it sounds like it does not replace the dll when you run the new project, check the dll in the directory with your application and your nuget cache.
I just tested again and I guess this was a nuget cache issue or something like that. I did try all of the various command line flags to ignore caches but it didn't work before. I had issues with another library (which didn't turn out to be a nuget problem), which lead me to delete all of my package caches I could find, which likely made my attempt work now.
I get the following exception whenever I try to use any sharpcompress code:
However, this seems to happen only with the latest version on nuget. When using the older version
0.32.1
I don't get any such errors and can create compressed files just fine.I found this already closed issue when trying to find what the problem was: #591 so perhaps a similar issue has popped up again?
I'm using dotnet 6.0.108 on Linux.
The text was updated successfully, but these errors were encountered: