G
Guest
Hey Folks,
We discovered an interesting behavior last week and after failing to find
anything in the Knowledgebase or MSDN, I thought I would ping the community.
We are in the process of developing a new ASP.Net application using VS2003
and during unit testing, Internet Explorer crashed...hard. No error
reporting, just a simple dialog box stating
"The instruction at "0x10005fbe" referenced memory at "0x10005fbe". The
memory could not be "read". Click on OK to terminate the program."
After quite a bit of testing, we have determined the following:
1. It only affects machines that have version 2.0 of the Framework
installed.
2. It only occurs if you close IE while still on the page. Either
completing the form or navigating to another page and then closing IE will
not generate the error.
3. It only occurs in a specific portion of the page. The page does a
postback after the user selects the basic criteria and populates the rest of
the form based on that criteria. Until the rest of the form is visible, it
will not crash.
The form is extremely basic, but we do use some third party controls for an
auto-select combobox and a non-postback calendar control, however the
combobox is used in the initial portion of the page (before postback) with no
issues. We are currently creating a version of the page without the calendar
controls to see if they are the culprit. However they are working fine on
many other pages. We did discover a DHTML issue between the two controls
when they are placed adjacent, but some careful rearranging of the form
eliminated this issue.
Since IE is crashing hard, we are getting no data on what is causing the
issue.
Anyone else seen anything like this?
Thanks,
Matt
We discovered an interesting behavior last week and after failing to find
anything in the Knowledgebase or MSDN, I thought I would ping the community.
We are in the process of developing a new ASP.Net application using VS2003
and during unit testing, Internet Explorer crashed...hard. No error
reporting, just a simple dialog box stating
"The instruction at "0x10005fbe" referenced memory at "0x10005fbe". The
memory could not be "read". Click on OK to terminate the program."
After quite a bit of testing, we have determined the following:
1. It only affects machines that have version 2.0 of the Framework
installed.
2. It only occurs if you close IE while still on the page. Either
completing the form or navigating to another page and then closing IE will
not generate the error.
3. It only occurs in a specific portion of the page. The page does a
postback after the user selects the basic criteria and populates the rest of
the form based on that criteria. Until the rest of the form is visible, it
will not crash.
The form is extremely basic, but we do use some third party controls for an
auto-select combobox and a non-postback calendar control, however the
combobox is used in the initial portion of the page (before postback) with no
issues. We are currently creating a version of the page without the calendar
controls to see if they are the culprit. However they are working fine on
many other pages. We did discover a DHTML issue between the two controls
when they are placed adjacent, but some careful rearranging of the form
eliminated this issue.
Since IE is crashing hard, we are getting no data on what is causing the
issue.
Anyone else seen anything like this?
Thanks,
Matt