Home

Zombie Bug: Missing Method Exception

edited May 2018
System.IO.Compression.ZipFile.Open("doesn't matter missing method exception", System.IO.Compression.ZipArchiveMode.Read)
-------

fails for file not found in C# (as expected)
in F# with the same references it gives a missing method exception, even though calling another method in the same dll works as shown in linked script below

extensive test linqpad script: http://share.linqpad.net/eufkg3.linq

using latest x86 beta 5.30.01

Comments

Sign In or Register to comment.