I check mono document, and find (http://www.go-mono.com/docs/
[EMAIL PROTECTED]):

Namespace: System.ComponentModel
Assembly: System (in System.dll)

But there is not PropertyChangingEventArgs and
INotifyPropertyChanging.

BTW, I look at these code in EntitySet.cs
public void Load(){
    this.sourceArrayList.Count();
}
In fact, it's a property, not a method, isn't it?


On 9月23日, 下午11时10分, [EMAIL PROTECTED] wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to