My OS is ubuntu 8.10. And the Mono version is 1.9.1. I can't find the System.ComponentModel assembly in our environment.
Yes, the problem was found when I complie System.Data.Linq project. I don't know where can get the System.ComponentModel.dll in mono. Thanks On 9月23日, 下午3时59分, "Pablo Iñigo Blasco" <[EMAIL PROTECTED]> wrote: > If you don't have PropertyChangingEventArgs (wich belongs to > System.ComponentModel AFAIK) probably you have an older version of > Mono. Which version do you have? > > The only you have to do is to get the generated dll of the project > System.Data.Linq (one of the projects of the DbLinq Solution) and put > it into the same folder of the executable, it works even with the dll > generated with .NET/csc. Nonetheless it is recommended to rebuild such > project using gmcs though harder. > > Regards. > > On Tue, Sep 23, 2008 at 1:28 AM, <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I try to complie DbLinq in Ubuntu, but failed. The > > "PropertyChaningEventArgs" class can't be found. Can you provide the > > dll files in Linux environment? > > > Thanks > > -- > Saludos. Pablo Iñigo Blasco . --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
