Hello, You likely have wrong reference to System.dll. For .NET 3.5 layer, you need so-called "2.0" profile. Version 2.0.5.0 is for moonlight (not mono 2.0 profile) and the correct version for 2.0 profile is 2.0.0.0.
Atsushi Eno [EMAIL PROTECTED] wrote: > Hi all, > > I'm writing this post in order to share my "one-working-day" > experience of making those three parts of subject working together. > > Problem is: > - To have mono working with linq, you have to replace it's 2.0.0 > librarys with some 2.0.5 libraries. > - System assembly 2.0.5 uses Stopwatch, which's GetTimestamp method > uses mono's 2.0.5 mscorelib.dll > - latest mod_mono for debian requires mscorelib version 2.0.0 > - DBlinq's classes use Stopwatch. > > In a result it throws "cannot find getTimetamp method" when runing > through mod_mono+apache under debian. > > Solution: > - Replace all the usage of Stopwatch with s.c. MyStopwatch and it > starts working > > Proposal: > - use runtime diagnostics, only if some kind of LINQ_DEBUG derictive > is defined. > > PS: If I've missed something, and all these thoughts above are just > because of my lameness - I beg my pardon. > > J. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
