Hi, I just find the application aborts with some specific operation :) The reason is: it invoked some native method in user32.dll (like "CreateCaret"...) The question is why it didn't get a "DllNotFoundException" but an "EntryPointNotFoundException"? Thanks Qi
On Mon, Jul 20, 2009 at 8:24 AM, Qi Zhang <[email protected]> wrote: > Yes, there is no direct invoke in my code, thanks for help! > > BTW, I am able to run my application with Mono2.0 now. > > On Sun, Jul 19, 2009 at 2:30 AM, Petit Eric <[email protected]> wrote: > >> 2009/7/18 Jonathan Pobst <[email protected]>: >> > zhang qi wrote: >> >> >> >> Checked exception.txt of 1.9, the >> héhé didn't saw you have a so old version of mono , 1.9 :-) >> >> System.Windows.Forms.DataGridViewButtonCell.GetValue do exist, but >> 2.4 >> >> didn't have this, seems the tool has issue or i run with a wrong >> >> method :) >> >> anyway, i will do upgrade. >> >> >> >> Thanks again. >> > >> > MoMA cannot find that you are using this method because it is not being >> used >> > directly. That is, you aren't calling DataGridViewButtonCell.GetValue >> in >> > your code, but winforms is calling it behind the scenes. >> > >> > However, the good news is this is implemented in newer versions of Mono, >> > like 2.4. It was implemented in r99681 in April 2008. >> > >> > Jonathan >> > >> >> >> >> -- >> >> Cordially. >> >> Small Eric Quotations of the days: >> >> --------------------------------------------------------------------------- >> If one day one reproaches you that your work is not a work of >> professional, say you that: >> Amateurs built the arch of Noah, and professionals the Titanic. >> >> --------------------------------------------------------------------------- >> >> Few people are done for independence, it is the privilege of the powerful >> ones. >> >> --------------------------------------------------------------------------- >> >> No key was wounded during the drafting of this message. >> > >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
