Re: [mono-android] App won't run when in release

2012-08-22 Thread Goncalo Oliveira
Probably you were caught by the linker. Reflection stuff is a liability. http://docs.xamarin.com/android/advanced_topics/linking On 22 August 2012 14:47, Francesco Colombo wrote: > Spot it! > > It was exactly what I was thinking. I've changed my code not using anymore > the Activator. Now I'm e

Re: [mono-android] App won't run when in release

2012-08-22 Thread Francesco Colombo
Spot it! It was exactly what I was thinking. I've changed my code not using anymore the Activator. Now I'm explicitly using specific constructors. All issues related to the release mode are solved! happy coding Francesco On Wed, Aug 22, 2012 at 3:29 PM, Francesco Colombo < francesco.colo...@g

Re: [mono-android] App won't run when in release

2012-08-22 Thread Francesco Colombo
I'm thinking that this could be not an elegant solution because it can be problematic when compilig using "Link SDK Assemblies" isn't it? On Wed, Aug 22, 2012 at 3:27 PM, Francesco Colombo < francesco.colo...@gmail.com> wrote: > Update > > I've just discovered that the app won't run also when run

Re: [mono-android] App won't run when in release

2012-08-22 Thread Francesco Colombo
Update I've just discovered that the app won't run also when running in Debug but without the mono shared runtime. I forgot to mention about this. Usually I debug apps using the shared mono runtime (for faster deploy). This code generate an exception (when Debug mode and no shared runtime) TLay