473,795 Members | 3,439 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PLEASE HELP! Getting Error -214746259

I wonder if anyone can help me out, or point me in the right direction, in
solving my current problem:

I have started seeing an error on one of my ASP pages. Id displays totally
blank except for two lines, as follows:

'80004005'
?, line 0

There is no more information on the page other than that. I have managed to
establish that the error number is -2147467259. I haven't got a clue where
to even begin looking because there is so little information from the error
to suggest what is wrong.

Has anyone else seen anything like this? Does anyone have any suggestions?

Many thanks in advance - Debbie
Oct 7 '07 #1
9 2268
"Debbie" <br******@hotma il.comwrote in message
news:G7******** *************** *******@adelphi a.com...
I wonder if anyone can help me out, or point me in the right direction, in
solving my current problem:

I have started seeing an error on one of my ASP pages. Id displays
totally
blank except for two lines, as follows:

'80004005'
?, line 0

There is no more information on the page other than that. I have managed
to
establish that the error number is -2147467259. I haven't got a clue
where
to even begin looking because there is so little information from the
error
to suggest what is wrong.

Has anyone else seen anything like this? Does anyone have any
suggestions?
>
Here is a clue Google: ASP 80004005
--
Anthony Jones - MVP ASP/ASP.NET
Oct 7 '07 #2
Debbie wrote:
I wonder if anyone can help me out, or point me in the right
direction, in solving my current problem:

I have started seeing an error on one of my ASP pages. Id displays
totally blank except for two lines, as follows:

'80004005'
?, line 0

There is no more information on the page other than that. I have
managed to establish that the error number is -2147467259. I haven't
got a clue where to even begin looking because there is so little
information from the error to suggest what is wrong.

Has anyone else seen anything like this? Does anyone have any
suggestions?
Many thanks in advance - Debbie
With so little to go on, all I can do is point you to this page:
http://tutorials.aspfaq.com/8000xxxx...05-errors.html

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Oct 7 '07 #3
That's just it - there is NOTHING else to go on! I've searched the internet
and read about other peoples experience with this error, but all of them had
more information displayed with it. I have nothing else with my error
except lots of white space!! This is a nightmare for me.
"Bob Barrows [MVP]" <re******@NOyah oo.SPAMcomwrote in message
news:eH******** ******@TK2MSFTN GP02.phx.gbl...
With so little to go on, all I can do is point you to this page:
http://tutorials.aspfaq.com/8000xxxx...05-errors.html

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Oct 8 '07 #4
Debbie wrote on 08 okt 2007 in microsoft.publi c.inetserver.as p.general:
"Bob Barrows [MVP]" <re******@NOyah oo.SPAMcomwrote in message
news:eH******** ******@TK2MSFTN GP02.phx.gbl...
>With so little to go on, all I can do is point you to this page:
http://tutorials.aspfaq.com/8000xxxx...05-errors.html
That's just it - there is NOTHING else to go on! I've searched the
internet and read about other peoples experience with this error, but
all of them had more information displayed with it. I have nothing
else with my error except lots of white space!! This is a nightmare
for me.
[Please do not toppost on usenet]

Now start debugging, that is an art to be learned!

Take out or remark a few lines at a time,
simplifying your code till the error disapears.

Or insert breakpoints:

<%
response.write "Breakpoint 7"
response.end
%>

and see how far the code runs without an error.

And then reason with yoursself finding out
where something did go wrong.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Oct 8 '07 #5
Thanks! Will start on that this afternoon.

Do you have any idea what the "?, line 0" in the error refers to? I thought
it meant that there was a problem before any of the page could write itself
out.
Oct 8 '07 #6
Debbie wrote on 08 okt 2007 in microsoft.publi c.inetserver.as p.general:
Thanks! Will start on that this afternoon.
This is not email, but usenet.

[please always quote on usenet]
Do you have any idea what the "?, line 0" in the error refers to? I
thought it meant that there was a problem before any of the page could
write itself out.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Oct 8 '07 #7
Debbie wrote:
Thanks! Will start on that this afternoon.

Do you have any idea what the "?, line 0" in the error refers to? I
thought it meant that there was a problem before any of the page
could write itself out.
In my experience, it usually indicates a problem in the client-side script.

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Oct 8 '07 #8
Debbie,

My first question is this: wheere are you getting this "error" information
from?

Is it inside the browser window or is it a small popup window?

If it's inside the browser window, then that indicates it is a server-side
error.

If it's inside a small popup window, then that tells me that you have a
client-side script error.

Once that is established, we'll go onto step 2<g>

--
Brian
"Debbie" <br******@hotma il.comwrote in message
news:G7******** *************** *******@adelphi a.com...
>I wonder if anyone can help me out, or point me in the right direction, in
solving my current problem:

I have started seeing an error on one of my ASP pages. Id displays
totally blank except for two lines, as follows:

'80004005'
?, line 0

There is no more information on the page other than that. I have managed
to establish that the error number is -2147467259. I haven't got a clue
where to even begin looking because there is so little information from
the error to suggest what is wrong.

Has anyone else seen anything like this? Does anyone have any
suggestions?

Many thanks in advance - Debbie

Oct 10 '07 #9
Now, having re-read the original posting again, I think it might be a
server-side script error. If so, then post the few lines of the ASP page
here.

--
Brian
"Brian Staff" <brianstaff AT [NoSpam]cox DOT netwrote in message
news:%2******** **********@TK2M SFTNGP02.phx.gb l...
Debbie,

My first question is this: wheere are you getting this "error" information
from?

Is it inside the browser window or is it a small popup window?

If it's inside the browser window, then that indicates it is a server-side
error.

If it's inside a small popup window, then that tells me that you have a
client-side script error.

Once that is established, we'll go onto step 2<g>

--
Brian
"Debbie" <br******@hotma il.comwrote in message
news:G7******** *************** *******@adelphi a.com...
>>I wonder if anyone can help me out, or point me in the right direction, in
solving my current problem:

I have started seeing an error on one of my ASP pages. Id displays
totally blank except for two lines, as follows:

'80004005'
?, line 0

There is no more information on the page other than that. I have managed
to establish that the error number is -2147467259. I haven't got a clue
where to even begin looking because there is so little information from
the error to suggest what is wrong.

Has anyone else seen anything like this? Does anyone have any
suggestions?

Many thanks in advance - Debbie


Oct 10 '07 #10

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

Similar topics

3
2586
by: James | last post by:
Please help - getting very desperate! Sun, 12 October 2003 05:39 I have PHPDEV 4.2.3 from Firepages.com.au as the upgrade to 4.3.0 did not work. I also had an abortive download from PHP.NET as I could not configure Apache myself. The REAL problem is that PHPmyAdmin works and sees my test database Wines.... But my PHP program does not!
0
4421
by: Bobbak | last post by:
Hello All, I could really use some help with this bit of code I am working on, every time I come to execute it I get an error that says "Compile Error: Argument not optional". Now I am using Access 2002 to run this code that will allow me to populate a field in several tables at once. Here is an example of the code. Private Sub cmdOK_Click() DoCmd.SetWarnings False
10
4274
by: RWC | last post by:
Hello, I'm having a problem that I'm having a lot of trouble with. I'm running Access XP, with all the updates, including service pack 2. I'm on a Windows XP machine. I have a database which I'm trying to make into an MDE, and for every module I have, I get a Microsoft Visual Basic error "Unexpected Error" (40230). I've tried decompiling, but that doesn't seem to work. Any ideas would be greatly appreciated. If you are replying to...
3
2557
by: VB Programmer | last post by:
I am using the free rich text editor control from ExportTechnologies. Every once in a while I get this error (for no apparent reason). Sometimes it happens even when I'm working on a totally non-related page! To fix it I strip out ALL references to the editor the redo the references and it sometimes works. Any ideas? Here's the full error: Server Error in '/MyWebApp' Application. ________________________________________
2
2669
by: Sean Carey | last post by:
I converted a C# Upload app to VB.NET and am down to one error and was hoping someone could help me with te error. I would greatly appreciate help from anyone. Here is the error: c:\inetpub\wwwroot\admin\filemanager.aspx.vb(76): Expression is of type 'System.Web.UI.HtmlControls.HtmlInputFile', which is not a collection type.
0
1805
by: imranabdulaziz | last post by:
Dear All, I am making web application using Asp.net C#(Visual Studio2005). And Sql server 2005 as a back End I generated local mode report but as there was no printing option available . I assign printing feature to button click by exporting the data to EMF format and print Now when I run it through IDE VS2005 then it does not show any error. But when I run in through IIS in intranet it showing me this error The process cannot access...
1
1874
imrosie
by: imrosie | last post by:
Please help with this one,,,,,I've been trying everything in my arsenal to fix this one. I'm stumped.... I"ve got a unbound combo box (customername) that has two events (on click); AfterUpdate and NotInList. The AfterUpdate uses a 'me.recordsetclone' in order to display other data in controls associated with customerid/customername from the Customer table. The NotInlist, does just that, adds a new customer name to the list along with...
2
1244
by: pargat.singh | last post by:
Hi Everyone: Please help as i need to write some rounding function in C#. i Wrote one but does not give me correct result. Can some one please correct me C# Codes ######################################################################### dblVal = 1234567.89
0
9672
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9519
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
10437
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...
0
10214
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10164
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
9042
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...
0
6780
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5437
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4113
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

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.