473,387 Members | 3,750 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

System Error &H80131313&

I get this system error randomly when I run my application that scraps a
webpage for its content. It occurs on the following lines of code:
'Get all the TR elements in the page
colTR = elmBody2.getElementsByTagName("TR")
For I = 0 To colTR.length - 1
elmTR = DirectCast(colTR.item(I), IHTMLElement)

Does anyone have any ideas of why this would be occuring?

Thanks,
Curtis
Nov 21 '05 #1
5 1489

&H80131313 is the error CORDBG_E_FUNC_EVAL_BAD_START_POINT, one from
the CLR debugging services family. No idea why it would occur in your
code though, it doesn't make sense.
Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Nov 21 '05 #2
Mattis,

Thank you for the reply. Is that error associated with the debuggin an
application because at the time of the error I was degguging an error.

Thanks,
Curtis
"Mattias Sjögren" <ma********************@mvps.org> wrote in message
news:%2***************@TK2MSFTNGP15.phx.gbl...

&H80131313 is the error CORDBG_E_FUNC_EVAL_BAD_START_POINT, one from
the CLR debugging services family. No idea why it would occur in your
code though, it doesn't make sense.
Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

Nov 21 '05 #3
Mattais,

This is the actual exception that caused me to debug the application:

An unhandled exception of type 'System.Runtime.InteropServices.COMException'
occurred in
WebClient.exe

Additional information: Exception from HRESULT: 0xC0000005.

This is the code:

colA = elmTD2.getElementsByTagName("A")
For Z = 0 To colA.length - 1
elmA = DirectCast(colA.item(Z), IHTMLElement)

It randomly throws this exception and I have no idea why. Do you see any way
to prevent it? Any help would be greatly apperciated.

Thanks,

Curtis
"Curtis" <cs*****@hotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Mattis,

Thank you for the reply. Is that error associated with the debuggin an
application because at the time of the error I was degguging an error.

Thanks,
Curtis
"Mattias Sjögren" <ma********************@mvps.org> wrote in message
news:%2***************@TK2MSFTNGP15.phx.gbl...

&H80131313 is the error CORDBG_E_FUNC_EVAL_BAD_START_POINT, one from
the CLR debugging services family. No idea why it would occur in your
code though, it doesn't make sense.
Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.


Nov 21 '05 #4
Thank you for the reply. Is that error associated with the debuggin an
application because at the time of the error I was degguging an error.

Yes, it comes from the debugger. But I'm not sure why.

This is the code:

colA = elmTD2.getElementsByTagName("A")
For Z = 0 To colA.length - 1
elmA = DirectCast(colA.item(Z), IHTMLElement)

It randomly throws this exception and I have no idea why. Do you see any way
to prevent it? Any help would be greatly apperciated.


Not sure what causes this exceptuion either. Which statement exactly
in that code is it that throws?
Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Nov 21 '05 #5
Thanks for the reply. Its not also this exact line of code but it is usually
when I am calling sometime of getTagsByName function and moving it into a
IHtmlElementCollection. It makes no sense what so ever and is totally
random. This uses the MSHTML class which is access through Idispatch from
what i know. Is there a better class out there that is part of the .Net
framework that will make this process easier. I have spent a lot of time on
this project and written a lot of code using the MSHTML interface but if
their is something better than I should probably take a look a rewriting my
code. Any suggestions would be greatly apperciated.

colA = elmTD2.getElementsByTagName("A")

Thanks,
Curtis

"Mattias Sjögren" <ma********************@mvps.org> wrote in message
news:u7**************@TK2MSFTNGP12.phx.gbl...
Thank you for the reply. Is that error associated with the debuggin an
application because at the time of the error I was degguging an error.


Yes, it comes from the debugger. But I'm not sure why.

This is the code:

colA = elmTD2.getElementsByTagName("A")
For Z = 0 To colA.length - 1
elmA = DirectCast(colA.item(Z), IHTMLElement)

It randomly throws this exception and I have no idea why. Do you see any
way
to prevent it? Any help would be greatly apperciated.


Not sure what causes this exceptuion either. Which statement exactly
in that code is it that throws?
Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

Nov 21 '05 #6

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

Similar topics

1
by: DM | last post by:
Get this error when I try to run any ASP.NET web app from Visual Studio on my Win2K PC. Anyone seen this before ? BC32400: Class 'CLSID_CorSymWriter' could not be created: System Error...
3
by: Loi | last post by:
Hi All, I use Bulk insert to put data to myTable. When the SQL server is in local machin, it works well. But when I put the data in a sql server situated not locally, then I get a error message...
2
by: mike_li | last post by:
CLI connection failed. SQL0902C. A system error (reasoncode="6029321") occurred. Subsequent SQL statements cannot be processed. SQLSTATE=58005. Has anyone encountered the above error? We are...
0
by: VMI | last post by:
When I try to run my Windows application in another PC, I get the error: Microsoft.Data.Odbc.OdbcException: ERROR Specified driver could not be loaded due to system error 126 (SYBASE SYSTEM...
3
by: JPARKER | last post by:
Our DB2 8.2 FixPak9 database running on Win2K crashed with after reporting this message SQL0902C A system error (reason code = 9") ocurred I have searched the DB2 documentation as well as the...
1
by: Manuel Canas | last post by:
Hello there, I am using the VB.NET Standart Edition compiler and I would like to know if this is not supported on this edition. This is just a testing code from a book that I'm trying here and...
2
by: wellerc1 | last post by:
Looking for help to resolve error I am getting when I run vbs scripts. Scripts execute DLL components which use DB2 Connect to pull data. scripts does a name search creating an ADODB.Recordset...
1
by: jdresow | last post by:
I installed MySQL on a windows server 2003, in an acxtive directory domain and I get error 32 which is a sharing error. I do not understand this and I am also adding the first several lines of my...
0
by: Blubaugh, David A. | last post by:
Yes, I new it was a directory issue. I am new to Python. Thank You David Blubaugh -----Original Message-----
1
by: Sendil kumar | last post by:
Hi All, I have an C++ application which does lot of data backups. The application crashes when we run it in 64 bit with huge volume of data. The error thrown was "System error: WriteFile:...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...

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.