473,320 Members | 1,920 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,320 software developers and data experts.

asp component error

Hi

I am having a problem with a com object on WinXP Pro. It is properly
registered, but gives me the following error:

Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/code/cgi-sec/upload.asp, line 3
Invalid class string

I do not have windows firewall active and it does the same thing with
firewall/virus/spyware software disabled. It runs fine on my Win2K Pro
desktop. The MS Knowledgebase entries are no help.

Thanks fo all help,
Bill

Aug 28 '05 #1
6 1701
What's on line 3? Probably "set something = CreateObject("some.component"),
but you do not have that component installed on your machine.

Ray at work

"Bill" <Bi**@discussions.microsoft.com> wrote in message
news:8B**********************************@microsof t.com...
Hi

I am having a problem with a com object on WinXP Pro. It is properly
registered, but gives me the following error:

Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/code/cgi-sec/upload.asp, line 3
Invalid class string

I do not have windows firewall active and it does the same thing with
firewall/virus/spyware software disabled. It runs fine on my Win2K Pro
desktop. The MS Knowledgebase entries are no help.

Thanks fo all help,
Bill

Aug 29 '05 #2


"Ray Costanzo [MVP]" wrote:
What's on line 3? Probably "set something = CreateObject("some.component"),
but you do not have that component installed on your machine.

Ray at work

Thanks for the response Ray.

The component is properly installed and registered. I get no errors using
create.object in VBS. I believe this is a XP com security error, but none of
the solutions in the MS knowledge base or found on Google groups helps.

The everyone group has proper read permissions in the registry and IUSR has
proper NTFS permissions, dependency walker shows no problems.

I tried assigning IUSR to the administrato group and it did not help. I am
just lost trying to figure out what component permission needs to be changed
and where.

Thanks,

Bill

"Bill" <Bi**@discussions.microsoft.com> wrote in message
news:8B**********************************@microsof t.com...
Hi

I am having a problem with a com object on WinXP Pro. It is properly
registered, but gives me the following error:

Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/code/cgi-sec/upload.asp, line 3
Invalid class string

I do not have windows firewall active and it does the same thing with
firewall/virus/spyware software disabled. It runs fine on my Win2K Pro
desktop. The MS Knowledgebase entries are no help.

Thanks fo all help,
Bill


Aug 29 '05 #3
Please show the first five lines of your code.

Ray at work

"Bill" <Bi**@discussions.microsoft.com> wrote in message
news:DA**********************************@microsof t.com...


"Ray Costanzo [MVP]" wrote:
What's on line 3? Probably "set something =
CreateObject("some.component"),
but you do not have that component installed on your machine.

Ray at work


Thanks for the response Ray.

The component is properly installed and registered. I get no errors using
create.object in VBS. I believe this is a XP com security error, but none
of
the solutions in the MS knowledge base or found on Google groups helps.

The everyone group has proper read permissions in the registry and IUSR
has
proper NTFS permissions, dependency walker shows no problems.

I tried assigning IUSR to the administrato group and it did not help. I am
just lost trying to figure out what component permission needs to be
changed
and where.

Thanks,

Aug 29 '05 #4
Set Upload = Server.CreateObject("CrazyBeavers.Upload") ' Create object
Upload.ValidTypes = "jpg.gif.txt" ' Set valid file extension. Seperate
with .
Upload.MaxSize = 2*1024*1024 ' Set max filesize for uploaded files (2.0mb)

Next block begins a for loop through the results. The Set statement is where
it is blowing out because of the com issues.

"Ray Costanzo [MVP]" wrote:
Please show the first five lines of your code.

Ray at work

"Bill" <Bi**@discussions.microsoft.com> wrote in message
news:DA**********************************@microsof t.com...


"Ray Costanzo [MVP]" wrote:
What's on line 3? Probably "set something =
CreateObject("some.component"),
but you do not have that component installed on your machine.

Ray at work


Thanks for the response Ray.

The component is properly installed and registered. I get no errors using
create.object in VBS. I believe this is a XP com security error, but none
of
the solutions in the MS knowledge base or found on Google groups helps.

The everyone group has proper read permissions in the registry and IUSR
has
proper NTFS permissions, dependency walker shows no problems.

I tried assigning IUSR to the administrato group and it did not help. I am
just lost trying to figure out what component permission needs to be
changed
and where.

Thanks,


Aug 29 '05 #5
And you said that you have a .vbs file that's creating this same component?
The error you're getting means either the component is not installed on the
machine running this code (the Web server) or it is not registered. I've
never seen it be permissions related.

Ray at work
"Bill" <Bi**@discussions.microsoft.com> wrote in message
news:97**********************************@microsof t.com...
Set Upload = Server.CreateObject("CrazyBeavers.Upload") ' Create object
Upload.ValidTypes = "jpg.gif.txt" ' Set valid file extension. Seperate
with .
Upload.MaxSize = 2*1024*1024 ' Set max filesize for uploaded files
(2.0mb)

Next block begins a for loop through the results. The Set statement is
where
it is blowing out because of the com issues.

Aug 29 '05 #6
Ray,

All of the registry keys are in place with proper permissions, verified key
by key against a W2K pro box that it is working on. I even uninstalled the
dll and then registered it manually with regsvr32 with the same results.
That's why I'm lost.

"Ray Costanzo [MVP]" wrote:
And you said that you have a .vbs file that's creating this same component?
The error you're getting means either the component is not installed on the
machine running this code (the Web server) or it is not registered. I've
never seen it be permissions related.

Ray at work
"Bill" <Bi**@discussions.microsoft.com> wrote in message
news:97**********************************@microsof t.com...
Set Upload = Server.CreateObject("CrazyBeavers.Upload") ' Create object
Upload.ValidTypes = "jpg.gif.txt" ' Set valid file extension. Seperate
with .
Upload.MaxSize = 2*1024*1024 ' Set max filesize for uploaded files
(2.0mb)

Next block begins a for loop through the results. The Set statement is
where
it is blowing out because of the com issues.


Aug 29 '05 #7

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

Similar topics

0
by: Karuppasamy | last post by:
H I have created a Windows Application using C#. This Windows application makes a call to a Remoting Object which runs as a Windows Service. This Remoting Component makes a call to a Com+(Name :...
8
by: Carel Lotz | last post by:
H We have ported our VB 6 application into VB .NET but are still integrating with a few COM + applications written in VB6 running on our application server (Win 2000 Server). We have the proxies...
0
by: Doug | last post by:
Hello, We are having a problem with a component in our system that uses publisher policy files. Whenever it gets modified and moved out to where our build processes reference components for other...
0
by: Sachy | last post by:
Hi, I have received following error in my ASP.NET application. Many of buttons on the different pages are generating this error. I am not sure what I did until this morning code was working...
0
by: acharyaks | last post by:
Hi life saver, I am using excel component for the development. The purpose is to connect to excel through the odbc connection string. Then through the connection extract data into a dataset and...
1
by: Peter Rilling | last post by:
I created a COM+ component (ServicedComponent) in .NET. The component has a single method Connect() which returns a reference to a SqlConnection object. This component works fine when the world is...
2
by: Sakke | last post by:
Hello! We have written a GCryptoSvr.dll COM server in C++. Inside that resides WebClient COM component. WebClient CLSID is {8DC27D48-F94C-434B-A509-C3E1A3E75B9E}. When we are using that...
3
by: Michel Smit | last post by:
I'm running into another problem with my component. I'm trying to use .NET remoting to avoid complex firewall issues. I have a webserver which is the client machine and a database server which...
0
by: Pieter | last post by:
Hi, When using clickOnce for a VB.NET 2.0 application it installs fine on every computer, except one (a new one...). Every is isstalled, Framework, Mdac, .... The error in the log file is:...
4
by: =?Utf-8?B?Z3JlZw==?= | last post by:
I am trying to create an instance of a 3rd party COM component, and I'm getting an error. I've opened a ticket with this vendor as well, but I want to approach it from the C# .NET side to make...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.