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
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.
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