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