473,803 Members | 3,725 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Internet Explorer Crashing after .Net 2.0

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
Dec 26 '05 #1
2 2103
You might want to check what kind of Add-ins are running on that machine. If
you have any add-ins that are .NET based they might break with 2.0.

One thing to do is check out and see if IE is loading the CLR at all with
something like Process Explorer. By default it doesn't load anything .NET.
If PE shows IE loading with .NET then you need to check what's loaded and
try to pinpoint which extension miht be at fault.

--

Rick Strahl
West Wind Technologies
www.west-wind.com
www.west-wind.com/weblog

"Matt" <Ma**@discussio ns.microsoft.co m> wrote in message
news:1B******** *************** ***********@mic rosoft.com...
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

Dec 27 '05 #2
Hey Rick,

Thanks for the ideas. We had indeed checked both of these issues and used
several different client environments, both as VM's and as physical installs
to single out the cause.

The culprit turned out to be Smart Navigation. Once we disabled SN, the
issue went away and this particular form didn't really benefit from SN anyway.

Appreciate the suggestions.

Matt

"Rick Strahl [MVP]" wrote:
You might want to check what kind of Add-ins are running on that machine. If
you have any add-ins that are .NET based they might break with 2.0.

One thing to do is check out and see if IE is loading the CLR at all with
something like Process Explorer. By default it doesn't load anything .NET.
If PE shows IE loading with .NET then you need to check what's loaded and
try to pinpoint which extension miht be at fault.

--

Rick Strahl
West Wind Technologies
www.west-wind.com
www.west-wind.com/weblog

"Matt" <Ma**@discussio ns.microsoft.co m> wrote in message
news:1B******** *************** ***********@mic rosoft.com...
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


Dec 27 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2679
by: Raymond H. | last post by:
Hello, I create a vb4 project which can also naviger on Internet via the WebBrowser control which I put on my form. My question is: if this program is installed on a station having already Internet Explorer in it then will it cause an error if version Internet Explorer is the same one as WebBrowser which is in my project? Is it this control which Internet Explorer uses? If that can cause errors of version then, instead, can I install this...
1
988
by: M K | last post by:
I have a page that crashes Internet Explorer on Macs. Has anybody else experienced this problem? And if so what can I do to resolve it?
2
2297
by: CathieC | last post by:
I have a websote developed using visual studio 2005 beta , .net version 2 i deploy my application to a server and it is run from client computers. One of the users gets the error "Internet Explorer cannot open the internet site "XXXXX" Operation aborted" this happens when they click on a menu item to open a page. they do not get
3
2355
by: VK | last post by:
Internet Explorer 7 beta 2 preview CNET Editor review: <http://reviews.cnet.com/Internet_Explorer_7_for_XP_SP2_Beta_2/4505-3514_7-31454661-2.html?tag=nl.e415> Summary (my personal review interpretation): "Half stolen from Firefox, half is buggy - including the stolen part". Download: <http://www.download.com/Internet-Explorer-7/3000-2356_4-10497433.html?tag=nl.e415>
11
11628
by: Wendy | last post by:
Hello, I have a program that does the following: When a user clicks on a row in a VB.NET datagrid, it will open a web page in Internet Explorer (that corresponds to that item in the selected row in the datagrid). It will automatically print that web page, and then it will close the Internet Explorer window. I have code that works perfectly when a regular web page is opened, however when a pdf web page is opened the printing never...
3
1810
by: Mahmoud | last post by:
When I wrote the following code to create a dynamic table with styles associated with each row, it worked in Firefox. But when this was tried in IE, the result was a table with no styles that were displayed. Could someone explain to me how a dynamic table should be created (in IE)? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> ...
3
11500
by: laredotornado | last post by:
Hi, This problem only affects PC IE. On a secured page (a page visited via https), there is a link that reads -- "Download HTML File". The link connects to this page <?php require("../../util_fns.php"); session_start();
16
1589
by: Rob Nicholson | last post by:
Can I just say "wow" - just installed IE7 on my dev PC (after imaging it first - I'm not that mad) and the effect on a database type application I'm developing is under ASP.NET v1.1 is amazing: It feels a lot faster switching from record to record so I assume JavaScript has been given a boost. We use the powerful but sluggish NetAdvantage controls which make heavy use of JavaScript. It doesn't flicker anymore when switching between...
9
7736
by: Etayki | last post by:
Hi! I am new to VB.net and I am using the Visual Basic 2005 Express Edition I have two questions: 1. I am trying to write an application that will automate Internet Explorer and store data in a database. Am I better off learning VB.net or C#.net? Is there a free development environment for C# as well?
0
9566
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10555
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10300
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10069
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9127
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7607
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5636
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4277
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3802
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.