release

  1. D

    Question Error with Xamarin Forms iOS release build

    I'm developing an app with Xamarin Forms for Android and iOS. The Android version is in the store and is working fine. The iOS version however works perfectly in debug mode, but whenever I install the app in release mode on a device, it crashes immediately. I'm not getting much info when it...
  2. dv2020

    Combine all *.dll into a folder instead of main directory of program

    Hello, I'm trying to work out how to get my application to store all the *.dll files that were installed using NuGet into a folder "lib" inside the application root directory automatically when I complete a build? If anyone has any ideas, that would be great. Thanks David
  3. mvthakar

    Question System.Windows.Forms.Timer does not work in Release Mode but works in Debug Mode,why?

    Hello folks, First Post. I'm using Visual Studio 2012 Express and .NET Framework 4.0. As mentioned in Thread Title, (System.Windows.Forms.)Timer works fine in Debug Mode but does not work in Release Mode. I googled it and found it might be getting collected by Garbage Collector (GC). If it is...
Back
Top Bottom