Re: [mono-android] Dynamic assembly loading issues

2013-03-01 Thread Jonathan Pryor
On Feb 27, 2013, at 12:10 AM, johnbowick wrote: > I have to compile application against correct Microsoft.Data.SqlXml.dll > assembly. Bundle the assembly with your project so that everyone uses the same version. Furthermore, you probably should be building this from source so that it uses the

Re: [mono-android] Dynamic assembly loading issues

2013-02-22 Thread Jonathan Pryor
On Feb 19, 2013, at 11:20 PM, Chris Tacke wrote: > Yes, I've read the warning label, and I know that dynamically loading > assemblies is somewhat discouraged. I need to work on how I phrase this. Dynamically loading assemblies is fine, AS LONG AS said assembly is present at app packaging time.

[mono-android] Dynamic assembly loading issues

2013-02-22 Thread Chris Tacke
Yes, I've read the warning label, and I know that dynamically loading assemblies is somewhat discouraged. That said, I have an application that loads assemblies - that's just how it works. It works fine on Windows. Works fine on Windows CE. I need it to "work fine" on Android, even if it tak