[Mono-list] Unhandled Exception at "System.Windows.Forms.DataGridViewButtonCell.GetValue"

Qi Zhang qzhan2009 at gmail.com
Sun Jul 19 20:41:04 EDT 2009


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 <qzhan2009 at gmail.com> 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 <surfzoid at gmail.com> wrote:
>
>> 2009/7/18 Jonathan Pobst <monkey at jpobst.com>:
>> > 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.
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20090720/062c64b0/attachment.html 


More information about the Mono-list mailing list