bug in CF1&2 in modal form application

  • Thread starter Thread starter Buthrakaur
  • Start date Start date
B

Buthrakaur

Hello,
I'm just curious if anyone else faced the problem I reported to MS
here:
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=94356
few months ago.

In short - in some circumstances (thrown exception handled on parent or
higher level of modal dialog) the basic modal-form principle stops
working and every call to formXY.ShowDialog() immediately exits and
returns DialogResult.None as a dialog result. After this the whole
application crashes even though the exception is handled. You can take
a look on my sample application, which simulates this behaviour -
http://trash.filovo.net/files/DialogTest.zip .

Is here in the group anyone from MS CF-developers? I'd like to know
whether and when this bug will be fixed and all my messages to MS
remain unanswered :((

Filip Kinsky
 
While the nesgroups and product feedback channels are good for "getting the
word out," if you find a definite bug and have repro steps for it (which it
appears you have), then it's best to contact MS Support so that it can go to
the product team directly and get assigned an actual incident number, get
logged in their bug database, and get triaged.
 
Back
Top