https://bugzilla.novell.com/show_bug.cgi?id=666610
https://bugzilla.novell.com/show_bug.cgi?id=666610#c8 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |CLOSED InfoProvider|[email protected] | Resolution| |FIXED --- Comment #8 from Jonathan Pryor <[email protected]> 2011-02-12 20:51:25 UTC --- The cause for the DirectoryNotFoundException is that you're trying to use a NET 2.0 assembly with MonoDroid: $ monodis --assemblyref bug-666610_FileHelpers.dll AssemblyRef Table 1: Version=2.0.0.0 Name=mscorlib Flags=0x00000000 Public Key: 0x00000000: B7 7A 5C 56 19 34 E0 89 2: Version=2.0.0.0 Name=System.Data Flags=0x00000000 Public Key: 0x00000000: B7 7A 5C 56 19 34 E0 89 3: Version=2.0.0.0 Name=System.Xml Flags=0x00000000 Public Key: 0x00000000: B7 7A 5C 56 19 34 E0 89 4: Version=2.0.0.0 Name=System Flags=0x00000000 Public Key: 0x00000000: B7 7A 5C 56 19 34 E0 89 mscorlib _should_ be for 2.0.5.0, ditto System, System.Data, and System.Xml. You need to recompile your FileHelpers assembly against the MonoDroid assemblies. Marking fixed as per comment #5. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
