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
An exception of type 'System.TypeLoadException' occurred in xxxx.exe but was not handled in user code
Method 'Decode' in type 'TiffLibrary.ImageSharpAdapter.TiffDecoder' from assembly 'TiffLibrary.ImageSharpAdapter, Version=0.6.0.0
Just updated the versions, no code changed... ImageSharp is at 2.1.0. What am I missing?
The text was updated successfully, but these errors were encountered:
I ran into the same issue, but it appears to only happen is you have SixLabors.ImageSharp installed as well with version 2.1.0 or newer - independent of what version of TiffLibrary.ImageSharpAdapter I use(even 0.5.252). I downgraded SixLabors.ImageSharp to 2.0.0 and this resolved the issue for me.
Since I upgraded to the latest version of the ImageSharp adapter v.0.6.65, I am getting an exception when executing
I am getting this exception:
Just updated the versions, no code changed... ImageSharp is at 2.1.0. What am I missing?
The text was updated successfully, but these errors were encountered: