Hello,

        I have installed mono 2.4.3 on a debian workstation (amd64) to build 
iFolder client. I can connect to my sparc64 iFolder but I obtain an error :

** (/usr/local/lib64/simias/web/bin/Simias.exe:13080): WARNING **: 
Missing method System.DateTime::Equals(DateTime) in assembly 
/usr/lib64/mono/1.0/mscorlib.dll, referenced in assembly 
/usr/local/lib64/simias/web/bin/Novell.iFolder.Web.dll

        I have found a method in mscorlib.dll (mono 1.0) :

     .method public virtual  hidebysig
            instance default bool Equals (object 'value')  cil managed
     {
         // Method begins at RVA 0x3a9ec
         // Code size 44 (0x2c)
         .maxstack 4
         .locals init (
                 valuetype System.DateTime       V_0)
         IL_0000:  ldarg.1
         IL_0001:  isinst System.DateTime
         IL_0006:  brtrue IL_000d

         IL_000b:  ldc.i4.0
         IL_000c:  ret
         IL_000d:  ldarg.1
         IL_000e:  unbox System.DateTime
         IL_0013:  ldobj System.DateTime
         IL_0018:  stloc.0
         IL_0019:  ldloca.s 0
         IL_001b:  ldfld valuetype System.TimeSpan System.DateTime::ticks
         IL_0020:  ldarg.0
         IL_0021:  ldfld valuetype System.TimeSpan System.DateTime::ticks
         IL_0026:  call bool valuetype 
System.TimeSpan::op_Equality(valuetype Sys
tem.TimeSpan, valuetype System.TimeSpan)
         IL_002b:  ret
     } // end of method DateTime::Equals

        Where is the mistake ?

        Thanks in advance,

        JKB

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
ifolder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ifolder-devel

Reply via email to