[Mono-bugs] [Bug 666610] DirectoryNotFoundException when compiling - Preview 1

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Feb 12 15:51:26 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=666610

https://bugzilla.novell.com/show_bug.cgi?id=666610#c8


Jonathan Pryor <jpryor at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |CLOSED
       InfoProvider|webmaster at mgroves.com       |
         Resolution|                            |FIXED

--- Comment #8 from Jonathan Pryor <jpryor at novell.com> 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.


More information about the mono-bugs mailing list