473,386 Members | 2,078 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,386 software developers and data experts.

ActiveX component can't create object

In an ASP page, I get the above error which is Error number 429.

I have 2 seperate webs.
1 web you must log on. It creates an object by getting DLL just fine.
This works great.

The other web is open to the public, no login.
The same web page gets the above error message.

How can I have an Public web page to create an object, which
is my DLL?

TIA
Steve

Oct 25 '05 #1
5 6146
Hi Steve,

Narrative is great, but nothing beats seeing the code snippet causing the
error, an indication of the exact line on which the error occurs, and the
exact copied and pasted entire error message that is displayed.

Ray at work

<sh***@uaex.edu> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
In an ASP page, I get the above error which is Error number 429.

I have 2 seperate webs.
1 web you must log on. It creates an object by getting DLL just fine.
This works great.

The other web is open to the public, no login.
The same web page gets the above error message.

How can I have an Public web page to create an object, which
is my DLL?

TIA
Steve

Oct 25 '05 #2
How are you instantiating the object?, and does IUSR_[machine-name] have
permission to access the control and the TEMP folder?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

<sh***@uaex.edu> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
In an ASP page, I get the above error which is Error number 429.

I have 2 seperate webs.
1 web you must log on. It creates an object by getting DLL just fine.
This works great.

The other web is open to the public, no login.
The same web page gets the above error message.

How can I have an Public web page to create an object, which
is my DLL?

TIA
Steve

Oct 25 '05 #3
Here's a snippet.

set oDLL = Server.CreateObject("focusDLL.fcsData")
IF IsObject(oDLL) Then
Response.Write "...Is it an Object...<BR>"
ELSE
Response.Write "...Not an Object...<BR>"
END IF

In the SECURE web , it works.
In the PUBLIC web, it never creates the object.

Thanks.
Steve

Oct 25 '05 #4
Are these two different sites? Are you authenticating your users? What's
different between the two sites? Do they both use the same anonymous user,
IUSR_[servername]?

Ray at work

<sh***@uaex.edu> wrote in message
news:11*********************@f14g2000cwb.googlegro ups.com...
Here's a snippet.

set oDLL = Server.CreateObject("focusDLL.fcsData")
IF IsObject(oDLL) Then
Response.Write "...Is it an Object...<BR>"
ELSE
Response.Write "...Not an Object...<BR>"
END IF

In the SECURE web , it works.
In the PUBLIC web, it never creates the object.

Thanks.
Steve

Oct 25 '05 #5
Then you need to check the permissions for the IUSR account .... (ensure it
has permission to use the control and RW permissions for the TEMP folder).

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

<sh***@uaex.edu> wrote in message
news:11*********************@f14g2000cwb.googlegro ups.com...
Here's a snippet.

set oDLL = Server.CreateObject("focusDLL.fcsData")
IF IsObject(oDLL) Then
Response.Write "...Is it an Object...<BR>"
ELSE
Response.Write "...Not an Object...<BR>"
END IF

In the SECURE web , it works.
In the PUBLIC web, it never creates the object.

Thanks.
Steve

Oct 25 '05 #6

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

Similar topics

2
by: brazilnut52 | last post by:
I am going to outline the steps I go through to produce the problem. Hopefully this will help you understand the problem better I have created a simple COM DLL in .NET by using the COM class...
2
by: Berata | last post by:
Hello all, in VB6 we were able to create ActiveX-DLL's (In Process Components) and ActiveX-Exe's (Out of Process Components). We habe build up an application that exists of an main module...
4
by: Ismadi bin Nawang | last post by:
how to solve this problem. "activeX component can't create object" its happened when i want to create a new form in ms access.
1
by: John Gabriel | last post by:
I have set up a website and am testing ASPs. I have created a very simple ActiveX component with two interfaces: AboutBox() - displays About details calcpi() - returns 3.14159 Here is my...
1
by: Mehr H | last post by:
I have been working on this for several days and am still have had no success in achieving this. Pleae help. It seems that documentation for this is very limited. I have looked in several books and...
2
by: W. Broersen | last post by:
I want to use Outlook.Application, but I donot get further. Dim objOLApp As Outlook.Application objOLApp = CreateObject("Outlook.Application") Everytime I'll get the following error: Cannot...
6
by: Steve Richter | last post by:
I am getting error in a vbscript: ActiveX component cant create object: Excel.Application. The vbscript code is: Dim objExcel Set objExcel = CreateObject("Excel.Application") I am pretty...
3
by: Jeffery Franzen | last post by:
Anyone know where the documentation is regarding Activex controls in asp web forms? I'm using VS.NET 2002 enterprise and am trying to use Activex controls in vb.net web form app. I do the add...
1
by: Rocio | last post by:
I have a windows app. written in VB6, now we need to expose some of its classes through a web service. I am only able to expose the classes using late binding becasue that's the way the original...
6
by: hufaunder | last post by:
I have an ActiveX component that I want to use in a library that I am writing. As a first test I used the ActiveX component in a windows form application. Adding the component created: Ax.dll...
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
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.