Zombie Bug: Missing Method Exception
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
http://www.linqpad.net/download.aspx#beta