472,353 Members | 1,264 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

ASP CreateObject Exception - Win2003& IIS6

In our system , we use an ASP page to upload files but sometimes it doesnot
work
as it suppose to do and we found error log in Application Error as:

Event Type: Error
Event Source: Active Server Pages
Event Category: None
Event ID: 5
Date: 11/27/2006
Time: 9:17:08 AM
Description:
Error: File /ASP/UploadFile.asp CreateObject Exception. The CreateObject of
'(null)' caused exception C0000005..

This exception happened sporadically. I didnot find a way to reproduce the
error.
Can anyone give me ideas of what to do?

--
Thank you

Sincerely,
Lynn Zou
Nov 30 '06 #1
1 3641

"Lynn Zou" <ly**@ii-i.comwrote in message
news:ub**************@TK2MSFTNGP05.phx.gbl...
In our system , we use an ASP page to upload files but sometimes it
doesnot
work
as it suppose to do and we found error log in Application Error as:

Event Type: Error
Event Source: Active Server Pages
Event Category: None
Event ID: 5
Date: 11/27/2006
Time: 9:17:08 AM
Description:
Error: File /ASP/UploadFile.asp CreateObject Exception. The CreateObject
of
'(null)' caused exception C0000005..

This exception happened sporadically. I didnot find a way to reproduce the
error.
Can anyone give me ideas of what to do?
Somewhere in your code you have something similar:

set objName = CreateObject... or set objName = Server.CreateObject... etc

It's probably supposed to have FSO in it and doesn't have anthing. I've
never seen the exact error so not sure how to reproduce other than.

set objName = CreateObject() instead of set objName =
CreateObject("Scripting.FileSystemObject")
I'm guessing it's FSO since you're uploading a file.

--

Roland Hall
Jan 12 '07 #2

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

Similar topics

1
by: Ole Kramer, SFS GmbH | last post by:
We have installed PHP 5.0.1 on a Windows 2003 Server with IIS6 in ISAPI mode. The processing of .php files works fine with our basis version of the...
2
by: Frobinrobin | last post by:
I am running Win2k3 Server and when I try to use the mysql_connect function I am getting an error: Fatal error: Call to undefined function...
0
by: Scott Townsend | last post by:
We are trying to get the Microsoft ASPFileUpload to work on both Win2003 and Win2000...
2
by: Bill Nguyen | last post by:
I got this error emssage trying to run an ASP.NET application on my Win2003/IIS6.0 server: Exception Details: System.UnauthorizedAccessException:...
1
by: Razarr69 | last post by:
I have a ASP application that I am using for my company and it is currently running on a Windows 2000 server box with IIS 5. The code works...
1
by: Adam | last post by:
Why does this compile: if (err != Socket::errSuccess) { switch (err) { case Socket::errTimeout: ConnectionIOException cio(new...
6
by: royan | last post by:
Help please! I have the same problem which this post ...
10
by: olafilink | last post by:
Hello, we're running an Win2003server with IIS6 and PHP4 in fastCGI config. When i try to use system() command to execute ffmpeg.exe it works ok...
1
Carrugar
by: Carrugar | last post by:
I'm having a major problem with an ASP application. Our ASP code has been migrated from NT4 (IIS4.0) to a Win2003 (IIS6.0) server. However, there...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

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.