473,387 Members | 1,540 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.

VBScript Runtime error (with no line number)

I am getting this error:
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'sid'
/beta/files/index.asp

There is no line number, and there is absolutely nothing on that page
using sid, and I mean not even a word, or even part of a word, in that
document or any of the include documents.

I have put the files from the production server back from the past
three days, and I am still getting this error.

It happened very suddenly, when I was made a change to a css file.
Yes, I know that CSS is client side and has no effect whatsoever on the
server, but there it is.

Does anyone have a clue about this? All the Googling has resulted in
errors with line numbers. Heck, if there were a line number, I
wouldn't be posting here - I'd fix it.

Thanks in advance for any help.

--
Adrienne Boswell at work
Administrator nextBlock.com
http://atlas.nextblock.com/files/
Please respond to the group so others can share

Sep 15 '06 #1
9 4292
Did you try running the script without the CSS file linked? How about
removing include files one by one?

"Adrienne Boswell" <ar****@yahoo.comwrote in message
news:11*********************@b28g2000cwb.googlegro ups.com...
>I am getting this error:
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'sid'
/beta/files/index.asp

There is no line number, and there is absolutely nothing on that page
using sid, and I mean not even a word, or even part of a word, in that
document or any of the include documents.

I have put the files from the production server back from the past
three days, and I am still getting this error.

It happened very suddenly, when I was made a change to a css file.
Yes, I know that CSS is client side and has no effect whatsoever on the
server, but there it is.

Does anyone have a clue about this? All the Googling has resulted in
errors with line numbers. Heck, if there were a line number, I
wouldn't be posting here - I'd fix it.

Thanks in advance for any help.

--
Adrienne Boswell at work
Administrator nextBlock.com
http://atlas.nextblock.com/files/
Please respond to the group so others can share

Sep 15 '06 #2
Adrienne Boswell wrote:
I am getting this error:
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'sid'
/beta/files/index.asp

There is no line number, and there is absolutely nothing on that page
using sid, and I mean not even a word, or even part of a word, in that
document or any of the include documents.
Does "sid" appear in your Global.asa?

--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms.
Sep 15 '06 #3
Good thought, and does the error appear on any page, not just this one...
Does "sid" appear in your Global.asa?

Sep 15 '06 #4
Check your include files or do a search on all files for "sid' to find it.
"Adrienne Boswell" <ar****@yahoo.comwrote in message news:11*********************@b28g2000cwb.googlegro ups.com...
>I am getting this error:
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'sid'
/beta/files/index.asp

There is no line number, and there is absolutely nothing on that page
using sid, and I mean not even a word, or even part of a word, in that
document or any of the include documents.

I have put the files from the production server back from the past
three days, and I am still getting this error.

It happened very suddenly, when I was made a change to a css file.
Yes, I know that CSS is client side and has no effect whatsoever on the
server, but there it is.

Does anyone have a clue about this? All the Googling has resulted in
errors with line numbers. Heck, if there were a line number, I
wouldn't be posting here - I'd fix it.

Thanks in advance for any help.

--
Adrienne Boswell at work
Administrator nextBlock.com
http://atlas.nextblock.com/files/
Please respond to the group so others can share

Sep 15 '06 #5
Jon Paal wrote:
Check your include files or do a search on all files
for "sid' to find it.
That's rich. Windows will not search inside ASP files. Furthermore, IIS has
no problem telling you the name and line number of an included file.
Adrienne would not have posted if it were that simple.

--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms.
Sep 15 '06 #6
That's rich. Windows will not search inside ASP files.

I thought an easy fix had been posted for this? I remember posting an
article some time ago:
http://classicasp.aspfaq.com/general...asp-files.html

But just because Windows can't do it out of the box doesn't mean all hope is
lost and it can't be done.

I use Visual Studio for global find/replace, but several other products are
equally capable.

As an aside, I'm having a somewhat similar issue with Outlook, when I try to
attach files from my hard drive, the window won't show me any files with a
..ZIP extension. However if I start to type the name of one in the textbox,
it autocompletes. I don't even know how to begin searching for other people
with a similar symptom.

A
Sep 15 '06 #7
On Fri, 15 Sep 2006 16:52:22 -0500, Aaron Bertrand [SQL Server MVP]
<te*****@dnartreb.noraawrote:
>That's rich. Windows will not search inside ASP files.

I thought an easy fix had been posted for this?
If the indexing service ever gets turned on it helpfully unfixes it for
you. Consequently, I have a file named "Kill Stupid
PersistantHandlers.reg" in my documents:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.asp\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\.css\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\.htm\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\.html\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\aspfile\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\CLSID\{25336920-03F9-11CF-8FD0-00AA00686F13}\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

--
Justin Piper
Bizco Technologies
http://www.bizco.com/
Sep 15 '06 #8
Windows will search asp files on my computer. Just do a search from explorer, set the file type to *.asp and define folder and
text to search for. Matching files containing the text will be listed.

It's also very simple to do if using any common text editor, which is typical for classic ASP development.

Most text editors have a search function that will scour files for matching strings, and even open the file take you to the line
which holds the string.


"Dave Anderson" <NY**********@spammotel.comwrote in message news:O9**************@TK2MSFTNGP02.phx.gbl...
Jon Paal wrote:
>Check your include files or do a search on all files
for "sid' to find it.

That's rich. Windows will not search inside ASP files. Furthermore, IIS has no problem telling you the name and line number of an
included file. Adrienne would not have posted if it were that simple.

--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use of this email address implies consent to these terms.

Sep 16 '06 #9
Gazing into my crystal ball I observed "Adrienne Boswell"
<ar****@yahoo.comwriting in news:1158338887.976230.19730
@b28g2000cwb.googlegroups.com:
I am getting this error:
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'sid'
/beta/files/index.asp

There is no line number, and there is absolutely nothing on that page
using sid, and I mean not even a word, or even part of a word, in that
document or any of the include documents.

I have put the files from the production server back from the past
three days, and I am still getting this error.

It happened very suddenly, when I was made a change to a css file.
Yes, I know that CSS is client side and has no effect whatsoever on the
server, but there it is.

Does anyone have a clue about this? All the Googling has resulted in
errors with line numbers. Heck, if there were a line number, I
wouldn't be posting here - I'd fix it.

Thanks in advance for any help.
Well, just to let everyone know, I finally found the answer. I opened up
all files included within the page in question, and compared the beta
files with the productions files one by one. When I got to
masterfunctions.asp, there was a huge difference. This document has
frequently used dims, functions and subs. In an effort to have it more
impeccable (someone told me once my coding was impeccable), I beautified
it. Apparently, something got lost in translation. Guess I'll have to
keep it ugly for now.

I'll go through it and see if I can find the line number that actually
generated the error. I wish the system had told me it was "line xxx in
masterfunctions.asp", I wouldn't have sat there and compared 20 other
files.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Sep 19 '06 #10

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

Similar topics

10
by: | last post by:
I am accessing the same error-containing ASP page on an ISP server using w2k IE6 but with different effect. On the first computer I get several line of HTML outputed by ASP, shown correctly by...
3
by: jimbly | last post by:
Hello, can someone help! I am getting an error: Microsoft VBScript runtime error '800a000d Type mismatch /bps/srch-detail.asp, line 137 I didn't write this asp - I know very little about...
1
by: Erica | last post by:
Here is the error I get. Line 13 is the 'do while f.AtEndOfStream = false' line. Your help is very much appreciated! Microsoft VBScript runtime error '800a01a8' Object required: 'f' ...
1
by: PaulieS | last post by:
Hi all. Am migrating a customer from IIS5 on W2K server to IIS6 on W2K3. Zipped all the websites and unzipped them to the identical locations on new server. Used IISMT to migrate metabase. ...
4
by: john d | last post by:
I have an IIS 5.0 server with a Virtual Directory called test. This virtual directory points to a share on the network, \\server1\share\ and uses a valid domain account in the "Connect As" field....
4
by: rohitdoke | last post by:
Hello, we are using IIS 6.0 and facing an error as Microsoft VBScript runtime error '800a01c2' Wrong number of arguments or invalid property assignment: 'verifychecksum' ...
1
by: Concheso | last post by:
Hi there! I just created a login page. 1/3 of the login works fine, but some like "Lost Password" of "Admin access to add users" are not working. Any help will be great! The erros: On...
1
by: morrisqueto | last post by:
Hello, One of my websites just started sending a new rare error. The site has been working for almost 2 years without trouble, but today morning started giving away this error in all my views. ...
3
drhowarddrfine
by: drhowarddrfine | last post by:
I've been running this VBScript, gracefully written by InsertAlias, for two days now and it's been perfect. Tonight, for no reason at all, it fails with this error: Windows Script Host Line:7...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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...
0
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,...

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.