[Mono-dev] EntryPointNotFoundException: CreateZStream

2013-11-22 Thread Marcelo Zabani
I'm running into the following exception: *System.EntryPointNotFoundException: CreateZStream at (wrapper managed-to-native) System.IO.Compression.DeflateStreamNative:CreateZStream (System.IO.Compression.CompressionMode,bool,System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite,intptr) at

Re: [Mono-dev] EntryPointNotFoundException: CreateZStream

2013-11-22 Thread Zoltan Varga
Hi, Probably: https://bugzilla.xamarin.com/show_bug.cgi?id=15507 Zoltan On Fri, Nov 22, 2013 at 8:19 PM, Marcelo Zabani wrote: > I'm running into the following exception: > > *System.EntryPointNotFoundException: CreateZStream at (wrapper > managed-to-native) System.IO.Compression

Re: [Mono-dev] EntryPointNotFoundException: CreateZStream

2013-11-24 Thread Marcelo Zabani
It seems like I'm not authorized to view that bug On Fri, Nov 22, 2013 at 6:38 PM, Zoltan Varga wrote: > Hi, > > Probably: > https://bugzilla.xamarin.com/show_bug.cgi?id=15507 > >Zoltan > > > On Fri, Nov 22, 2013 at 8:19 PM, Marcelo Zabani wrote: > >> I'm running into the followi

Re: [Mono-dev] EntryPointNotFoundException: CreateZStream

2013-11-24 Thread Zoltan Varga
Hi, So the problem is that recent mono packages are missing the MonoPosixHelper.dll file for some reason, and the system has an old version lying around in some other package, leading to this error. Zoltan On Sun, Nov 24, 2013 at 5:43 PM, Marcelo Zabani wrote: > It seems like I'm no

Re: [Mono-dev] EntryPointNotFoundException: CreateZStream

2013-11-24 Thread Rodrigo Kumpera
It's a packaging bug in mono for windows. On Sun, Nov 24, 2013 at 1:05 PM, Zoltan Varga wrote: > Hi, > > So the problem is that recent mono packages are missing the > MonoPosixHelper.dll file for some reason, and the system has an old version > lying around in some other package, leading to t

Re: [Mono-dev] EntryPointNotFoundException: CreateZStream

2013-11-24 Thread Marcelo Zabani
Good to know you're aware of it! I would think that a missing dll would throw DllNotFoundException, instead, wouldn't it? Thanks, Marcelo. -- From: Rodrigo Kumpera Sent: ‎24/‎11/‎2013 20:59 To: Zoltan Varga Cc: Marcelo Zabani ; mono-devel Subject: Re:

Re: [Mono-dev] EntryPointNotFoundException: CreateZStream

2014-10-08 Thread kumar
I am running into the same problem and I verified that the monoposixhelper.dll is existing in the C:\Program Files (x86)\GtkSharp\2.12\bin. What else needs to be done?? Please Help - Kumar -- View this message in context: http://mono.1490590.n4.nabble.com/EntryPointNotFoundException-