Re: [mono-android] Xamarin Android Release Build Error

2014-04-15 Thread Gusman
Hi. One difference between release and debug is the target architecture, in release by default x86 is removed, did you try to add x86 architecture to release build? It's a long shot, if you have a dll compiled for x86 with explĂ­cit reference set to an x86 library maybe this causes the error. Als

Re: [mono-android] Simple project with massive memory leak

2011-11-26 Thread Gusman
Sayed, you are helping no one. John is triying to know if the webclient leaks memory, so he wrote a cyclic app which calls DownloadString recursively to test those leakages. John, my experience, at least on Windows is that the webclient leaks memory with async calls. Using workerthreads is only a