Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    Visual Basic




Run Time Err 429 - ActiveX Component Can't Create Object


I have an app which runs fine on my development system, but installs on the client system with an error "Failed to register msado26.tlb".

I have searched the forum and found someone who had this same prob, and the solution for them appeared to be to manually register the type library, using regTLib.exe.

I have tried that, restatrted the client sys and still get the run time err. Everything in the app works except for generating a specific report (other reports work fine).

I have also looked at the setup.lst to see what new files have been added to my dependencies since the last installed version (which worked fine on the client's sys.) There are only two... the problem file ref'd above - msado26.tlb and msjro.dll. So I manually registered the DLL, too. Rebooted. Tried the app and still get the run time error.

The other change since it last worked is the new report, it has a JPG file for it's background image. In the properties sheet for the report, under the details section the "picture" property reads "Bitmap". I am assuming this is just the default entry for any picture file used... right?

How do I find out what "ActiveX" component it is that can't create what object?

I just read another post about an XP install prob and realized a couple things:
1) I didn't mention I am running XP on my dev sys, the client is Win2K and anothe is Win98
2) I use the P&D wizard as well to distribute. I have read many comments about the P&D with VB, but being totally inexperienced in deploying apps... why is it *alledgedly* so BAD?




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Run-Time Error '429'. ActiveX Component Can't Create Object
Hi:

Dim session As New notessession
session.Initialize
TextUserName = session.UserName
Set session = Nothing

The above codes runs fine in my computer installed with VB6. After I package it as a setup.exe and installed to another computer, the program did not run but gave me the error code 429.

Please help and appreciated!

Rgds-Jack

Run-time Error '429' ActiveX Component Can't Create Object
hi

as i was running the code in excel 2000 using marco but i keep having this error

Run-time Error '429' ActiveX component can't create object

then when i click on the debug button it show this error stmt
Set objFSO = CreateObject("Scripting.FileSystemObject")

p/s:it work fine on other pc but it cannot work on mine.. isit tat my pc din install properly???

pls help...

thanks in advance!!!

Run-time Error '429': ActiveX Component Cant Create Object
i get this error and it highlights this like


Code:
Set DDraw = DX.DirectDrawCreate("")

and i get this error in a game that i played every day and it didnt happen before... i think its something with directx

and yea i downloaded directx9b and installed it a sec ago.. and still the same problem.

any ideas how to fix this?

thanx..

Run-time Error '429': ActiveX Component Can't Create Object
i have been working on this bug for a week and now i am at a total loss

i posted a quick ? about it here but didn't get very far with it

i've included a sample of code that mimicks what my program does

can anyone help me??

it runs just fine on a machine with VB on it, but get one without and it wont run, it just comes up with an error.

then if you install vb on that same machine it'll run

even if you then uninstall windows

i know about this binary incapability problem (which is the responce i got before) but i don't think it really apply's here (obviously)

HELP

Run-time Error '429': ActiveX Component Can't Create Object
Hi,

I have a VB 6.0 Application that is packaged and then installed on laptops. The application was created using a Windows 98 machine and has been used on these machines for over a year. We are now getting XP machines and I tried to install the application on the new machine . Everything works fine expect when I press the button that actually opens the Access Database so the user can run reports and queries. When I press the button I receieve the following error:
"Run-time error '429': ActiveX component can't create object".

Any ideas would help!!
Thanks!
Maggie


The code behind the button is:

Sub cmdReport_Click()
Dim appAccess As Access.Application
Dim strFormName As String

strFormName = "frmQuarterCloseButton"
Set appAccess = New Access.Application
appAccess.OpenCurrentDatabase gsDatabaseName
'appAccess.UserControl = True
appAccess.DoCmd.OpenForm strFormName

appAccess.DoCmd.GoToControl "cmdQuarterCloseDisplay"
MsgBox "Go to Access to View Reports and Click OK when finished"
appAccess.CloseCurrentDatabase
appAccess.DoCmd.Quit
End Sub

Run-Time Error 429: ActiveX Component Can't Create Object
Hello,

I hava an ERROR code 429 With This Syntax :

Dim cdlOpen As Object

Set cdlOpen = CreateObject("MSComDlg.CommonDialog")

With cdlOpen
.CancelError = True
.FilterIndex = 1
.DialogTitle = getWord("Open") & " " & getWord("Files") & "..."
.MaxFileSize = &H7FFF
.Flags = &H4 Or &H800 Or &H40000 Or &H200 Or &H80000
.ShowOpen
sFilenames = .FileName
End With
....


The ShowOpen gives an error stating:

Run-time error '429':

ActiveX component can't create object

This code works on my computer but not on others. I have installed the VB6 Runtime package but that did nothing...

Any help would be very appreciated.

Thank u, Roy.

Run-time Error '429': ActiveX Component Can't Create Object.
I have two DLL files located in my application path and
WindowsSystem path.
One of the DLL files performs Encryption, and the
second one is for other purpose. The DLL used for
Encryption is giving problem.
When I make EXE file of my application, and run on the
Win98 environment where Visual Basic 6 is installed,
it works fine. But when I run my application on a
system where VB6 is not installed, it displays an error:
------------------------
Run-time error '429':
ActiveX component can't create object.
------------------------

I even prepared "Setup" for my application by using
"Package and Deployment Wizard", but then also the
same error is displayed. I then installed "VBRUN60SP5",
but the problem persists.

Which file is required by Visual Basic?

Run-time Error 419 ActiveX Component Cant Create Object
Hello,

I am getting this error at the following line:

Set objStatus = CreateObject("Status.clsStatus")

I know what the error means, it usually means that some sort of DLL or OCX is not registered however that cannot be the case here because I have all the DLL's and OCX's registered (unless they are corrupted than I'm not sure which one it would be)

This is not my code so I'm not exactly sure but I think Status.clsStatus is support to create a Crystal Reports object because that's what needs to be done within that function.

The following code is my full function:

P.S I CAN NOT change anything in the code because it works fine on the developers machine just doesnt work on the client matchine, but I thought I would post it for a better understading of whats going on.

Thanks alot in advanced.

Regards,

Erena V.

Run Time Error 429 : Activex Component Can't Create Object
Hi all,

It is very urgent please help I'm getting this error (Run time error 429 : Activex Component can't create object) when try to make adodb connection to any provider. I'm using following code :

dim cnn as adodb.connection

set cnn=new adodb.connection ----> error occur at this point

cnn.open "provider=provider name; data saource = datasource name;"

Please help me urgently

Thanks in advance

Regards

Jind

Run-time Error '429' ActiveX Component Can't Create Object
Hi,

I have an application which runs fine on my development PC which is running Win 2K, but when I try and run the same app on an NT machine, it fails and returns the above error.

I have searched the web for an answer and have done the recommended steps such as registering scrrun.dll.

The line of code where it is failing is the following...

Set m_oUtrac = New Utrac.cUTRACFile

This is calling a dll which I have created. I have also registered this using regsvr32.

Does anyone have any ideas what could be causing this?
Getting desperate!

Thanks for any help,
Robin

Run-time Error '429': ActiveX Component Can't Create Object.
Dear friends,

I have developed a program in vb 3.0 before 3 years, compiled it, copied all required dll files to the compiled program directory, and the compiled program worked fine on all computers.

Recently, I have updated the program to vb 6.0. The program creates an access97 database while running. The program works fine in the development environment, but when i tried to test the program on a stand alone pc where vb & jet database engine is not installed, I am getting following error. Although I have copied the required dll files, but I think some files are still missing and I can't figure out the missing dll file. Following is the actual error and the statement causing error on a machine without a jet database engine.

Run-time error '429': ActiveX component can't create object.

The error occurs in the following statment. tempFileName is the variable name in which the name of the file with full path is stored. The path exists and the statement works fine in the development environment but gives error in compiled program on a new machine.

Set db = CreateDatabase(tempFileName, ";LANGID=0x0809;CP=1252;COUNTRY=0", 4)

I have copied the following dll and other files to my program directory but still I am getting error running compiled program on a new machine. Can any one help me figure out the missing file, which I can place in my program directory to avoid error no. 429. Thank you.


 Volume in drive C has no label
 Volume Serial Number is 3845-11DD
 Directory of C:Program Filesmy program

. <DIR> 09-30-03 2:56p .
.. <DIR> 09-30-03 2:56p ..
DAO350 DLL 570,128 04-27-98 12:00a DAO350.DLL
MSVBVM60 DLL 1,409,024 12-09-98 9:58p MSVBVM60.DLL
OLEAUT32 DLL 598,288 03-10-99 10:24a OLEAUT32.DLL
ACCESS97 MDB 67,584 09-17-03 1:57p access97.mdb
EXPSRV DLL 379,152 11-05-98 9:21a EXPSRV.DLL
MSJET35 DLL 1,045,776 04-24-98 12:00a MSJET35.DLL
MSJINT35 DLL 123,664 04-24-98 12:00a MSJINT35.DLL
MSJTER35 DLL 24,848 04-24-98 12:00a MSJTER35.DLL
MSRD2X35 DLL 252,176 04-24-98 12:00a MSRD2X35.DLL
MSREPL35 DLL 407,312 04-24-98 12:00a MSREPL35.DLL
MSVCRT40 DLL 326,656 01-28-99 1:59p MSVCRT40.DLL
VB5DB DLL 89,360 06-18-98 12:00a VB5DB.DLL
VBAJET32 DLL 30,992 11-05-98 9:21a VBAJET32.DLL
OLEPRO32 DLL 164,112 03-10-99 10:24a OLEPRO32.DLL
ASYCFILT DLL 147,728 03-10-99 9:40a ASYCFILT.DLL
STDOLE2 TLB 17,920 03-10-99 10:24a STDOLE2.TLB
COMCAT DLL 6,144 06-12-98 12:24p COMCAT.DLL
ACCESDIR EXE 262,144 09-29-03 3:59p accesdir.exe
============================================================
Thank you.

Run Time Error: ActiveX Component Cant Create Object
Hi,

I have created a addin to outlook. I need to invoke a subroutine from this addin at regular intervals(scheduled task). So I have written an entry_Point() subroutine which performs the function desired.

Since its a scheduled task,i am using batch file to run a .exe project. This exe project has a class with methods that creates instance of Connect of dll<Addin> and calls the entry_Point subroutine.

When the schedule task executes the flow of execution stops at a point in entry_Point subroutine of dll where the following code exists

----here is the declaration required such as olapp and objns etc

**Set olapp = CreateObject("Outlook.Application")
Set objNS = olapp.GetNamespace("MAPI")
Set colContactItems = objNS.GetDefaultFolder(olFolderContacts).Items
---
---
---

error occurs at line marked **

this error occurs only when the batch file executes at its scheduled time.
If i run the exe directly by double clicking the exe file or from dos prompt than the execution takes place smoothly without any error.

Can any one help me. I am not getting how to debug it either as its runtime error.

"Run-time Error '429' ActiveX Component Can't Create Object"
Hello,

I developed my app on a laptop with Windows XP Home. It runs fine. On an earlier version, it ran fine when I installed in on my Windows 2000 desktop. Now, for some reason I get a "Run-time error '429' ActiveX component can't create object" message (see attached image).

I am not using a database. I am using a dll and am registering it using INNO 5 installer. I have manually registered it also, but still get the same Run-time error.

Inno line to register....

Source: "C:Documents and SettingsuserDesktopInstallTools.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver

The only thing I can remember changing is that I added a picture to my "About" form.

Thoughts?

Run-time Error 429 "ActiveX Component Can't Create Object"
Hi all,

I made a connection to Rational Rose dll in visual basic. In my computer everything works but if I use package&deployment wizard to make run the .exe in another computer it appears the runtime error 429, ActiveX component can't create object?

In target machine I have already installed visual basic runtime environment.

Are there any dll I have to add to the target machine besides dll that have been added by package&deployment wizard?

Sorry for my poor english.

ActiveX Component Can't Create Object Or Return Reference To This Object (Error 429)
MSDN talks about the "registry" and "setup program". I'm a beginner and CLUELESS! I tried to install Active X references and got the following notice: Name conflicts with existing module, project, or object library. The last line is where I get the run-time error in VB6:

Dim ppApp As PowerPoint.Application
Dim ppPres As PowerPoint.Presentation
Dim ppShape As PowerPoint.Shape
Dim ppCurrentSlide As PowerPoint.Slide
Dim msoTrue As New OLEObject
Dim msoFalse As New OLEObject
Dim oPicture As New OLEObject

Set ppApp = CreateObject("PowerPoint.Application")
ppApp.Visible = True

Set ppPres = ppApp.Presentations.Add(msoTrue)

Hope someone can help me....thanks Warren

ActiveX-Error 429-ActiveX Component Can't Create Object
I am having this message when doing interfacing with MATLAB as the following codes
<vbcodes>
Set MatLab = CreateObject("Matlab.Application")
</vbcodes>

What should I do. I am using Windows XP Professional. Is that version doesn't support ActiveX for interface with Matlab?
Tq

ActiveX Component Can't Create Object
I need help troubleshooting my application.

I did the developing on VB6/Windows 2000 and SQL Server 7. The application uses some objects from a couple of DLLs that were developed in-house - I do not have the source code for these and made no changes.

I packaged everything up using the P&D Wizard, including all of the referenced DLLs. (I also included MDAC 2.7 - this was necessary to correct an Error 429 - Class Does Not Support Automation). I have tested it on a few machines running 2000 and NT4 and everything works fine. However, I tested it on a clean-ish Win95 machine and got the error (see title of message). The application loads and runs as normal until the user tries to use a part that uses one of the custom dlls in particular.

I have looked for the dll in question and confirmed that it was installed and registered correctly. I have also confirmed that the version is the same as the one in the package and the one I have on my computer. In fact the first time I checked there were different versions, but I corrected the problem, re-packaged and re-installed and still no change.

I installed DCOM 1.3 (for Win95) prior to installing my app because I heard it was necessary for MDAC. Doesn't seem to have made a difference. I have confirmed that MDAC updated to 2.7 successfully.

Binary Compatibility is set.

I can't think of anything else to try - what could be the problem??

Thanks for your help.

Help - Activex Component Cant Create Object
Hi,
Im having trouble with crystal reports when distributing a VB app where the reports are built at run-time. This works on one users Pc but not on another. I initially got the error 'cannot locate database dll ' so installed ntwdblib.dll ad this has now gone but i get the above error instead.

any help gratefully recieved, Sue

ActiveX Component Can't Create Object
I am using VB 5.0 and have an installation/configuration problem I belive.
I had this working on my other computer and have been trying to find what
the different configuration is but can only see that msflexgrid and ms comm
dlg is (SP3) on the computer where it doesnt work and on the other it
says only msflexgrd and ms comm dlg in the references. I do believe
there is something else that is missing but cannot figure out what.

I have this code

------------------------

Dim wstemp As Workspace

Set wstemp = DBEngine.Workspaces(0)

------------------------

and at the second row I get


Run-time error '429'

ActiveX Component can't create object


The help for this error doesn't help me.

What do I need to do?

ActiveX Component Can't Create Object
Hello all,

Firstly, I'm sorry if I'm not entirely up to scratch on VB - it's something that I've only recently had to involve myself in at work and so my familiarity is limited. I also have little or no access to supporting documentation and so on many occasions have been prone to asking stupid questions.

I have compiled an .EXE using VB 6.0 studio. I am running this on Windows 2000. The References in my VB project are as follows:

MSVBVM60.DLL
VB6.OLB
STDOLE2.TLB
CDAUTO.TLB (A library file to interface with a third party product, provided by the software supplier)

When compiled, the .EXE works fine on my own machine. However, even when packaged using the Deployment Wizard, it does not work correctly on other machines.

The code works fine until object types referenced in the CDAUTO file are created. I then get the following error message:

"ActiveX component can't create object"

There were no errors (improperly registered DLLs, etc) during the install process, so obviously something must be missing on the other machine that is already in place on my own. Does anyone have any ideas as to what I may need to do?

Miz.

429-ActiveX Component Can't Create Object
I've written a VB6 front end with an Access 97 back end.

The program uses MS ADO 2.5 to connect.

The application works fine on my development machine running XP, but I run into problems on the 98 machine I'm trying to use it on.

The install goes fine except it won't register mfc42.dll, crystl32.ocx, msado25.tlb, and craxdrt.dll.

If I ignore all these files then the program will run, except on the screens where I am accessing the database. On these screens I get the error

'429-ActiveX component can't create object'

I tried using the Depends.exe to find if I have a file out of date for the 4 files that won't register. Both Crystl32.ocx and Craxdrt.dll reference the mfc42.dll which isn't registering. The depends file shows that mfc42.dll (6.0.8665.0) needs several files of version 5.1.2600.0 (kernel32.dll, ntdll.dll, gdi32.dll, user32.dll, advapi32.dll, rpcrt4.dll). None of these are included in the package and deployment wizard and when I check their versions on the 98 machine it has mfc42.dll (6.0.8665.0) but all the other files are older versions (4.10.1998, etc).

The same with Crystl32.ocx - Depends.exe shows it needing files in teh 5.1-6.0 range, but the files on the machine are 4.1-5.8).

Are these files my problem or is it something else causing errors with opening the database? I don't feel very confident in including files like kernel32.dll in my install for fear of messing up something else on the machine. Do I need a service pack?

The machine I'm ultimately trying to install on is running 95, SP1.

THANKS for any suggestions.

jules

ActiveX Component Can't Create Object...
This runs fine on my XP machine, get this error on my Win98 machine... A Run-time error 429

Think it's happening in the Set

ActiveX Component Can't Create Object
Hey all i am trying to figure out what is causing the "ActiveX component can't create object" error in my program..

When i insert the USB thumb drive into the USB slot i get the error:

Code:
ActiveX component can't create object
1000429
0
429
Here is my code:

Code:
Private Sub SysInfo1_DeviceArrival(ByVal DeviceType As Long, ByVal DeviceID As Long, ByVal DeviceName As String, ByVal DeviceData As Long)
ButtonTimer.Enabled = True
End Sub

Private Sub SysInfo1_DeviceRemoveComplete(ByVal DeviceType As Long, ByVal DeviceID As Long, ByVal DeviceName As String, ByVal DeviceData As Long)
'ButtonTimer.Enabled = True
End Sub

Sub checkForUSB()
Dim FSO As New Scripting.FileSystemObject
Dim Drive As Scripting.Drive
On Error GoTo ERRR

For Each Drive In FSO.Drives
If Drive.IsReady Then
If Drive.VolumeName = "FISHBOWLUSB" Then
MsgBox Drive.DriveLetter & ":" & "FishBowlAdmin.exe"
End If
End If
Next

ERRR:
MsgBox Err.Description & vbCr & Err.HelpContext & vbCr & Err.LastDllError & vbCr & Err.Number & vbCr & Err.Source
End Sub
The error results in the CheckForUSB sub.

I've did the P&D wizard and installed all componets needed BUT it did not register the scrrun.dll. Could that be causing this error? If so, how in the world can i register it!!

PS> I'm using windows 98SE!

Thanks for your time,
David

ActiveX Component Can't Create Object
I am scratching my head on this one. I had to have my laptop replaced and when I try to create my object using the following code:

Code:
set outapp = CreateObject("Outlook.Application")
I get the error message 429 - ActiveX component can't create object. The funny thing is all this worked on my old laptop and it is supposedly imaged the same way.

Any idea of which ActiveX component needs registered? I cannot for the life of me find the dll or ocx in question. The Reference points Microsoft Outlook 11.0 Object Library with location c:program filesMicrosoft OfficeOffice11msoutlib.olb.

Thanks,

Anthony A. Fagan

ActiveX Component Can't Create Object
I cannot find this solution in the forums. I have an application that has an EXE and several com objects registered on a server. I am trying to add a new class to one of the objects and I am developing it in the IDE with all DLL's loaded in a project group. Up and till before adding the new class to one of the DLL's, things were OK. Now when I run it I get "ActiveX component can't create object" on trying to create an instance of the class:

Set gobjFUMan = CreateObject("ServerLib.clsFUManager", gstrServer)

(gstrServer is the name of the server where the comm object ServerLib is running)

I Know this has something to do with registering but I have tried all combinations of registering and unregistering etc.. but nothing has worked so far. Can anyone enlighten me?

Andy

RTE 429: ActiveX Component Can't Create Object?????
I am using vba for excel 2000 and am getting the error on the following line.
Set grph = CreateObject("graph.Application")

what i am trying to do is open microsoft graph.

any help?

ActiveX Component Can't Create Object
Hi all and thanks for taking the time to help me with this issue.
I sometimes get the error msg "ActiveX Component cannot create object" why does that come up and what can i do to solve it? knowing that the ocx i'm using is inside the same project as .CTL

thank you

ActiveX Component Can't Create Object
Hi everybody

i have a problem with ActiveX component can't create object
this is just a script to get some info about a computer
where the mistake is i put this in bold and underlined it

all suggestions are welcome

thanks in advance

Dim objUserName, objUserDomain, oGroup, objUser, gList, WshShell, sMessage, sTitle, objDomain, vDomain, vUserName, objChangePwdTrue, objChangePwd, objUserProfile, objPwdExpiresTrue, objFlags, objAcctDisabled, intPwdExpired, objPwdExpiredTrue


'domainname you have to fill in yourself just like the username
Set objUser = GetObject("WinNT://" & "domain-name" & "/" & "user-name" & "", user)

For Each oGroup In objUser.Groups
If gList = "" Then
gList = oGroup.Name
Else
gList = gList & ", " & oGroup.Name
End If
Next
intPwdExpired = objUser.Get("PasswordExpired")
If intPwdExpired = 1 Then
objPwdExpiredTrue = "Yes"
Else: objPwdExpiredTrue = "No"
End If
objFlags = objUser.Get("UserFlags")
If (objFlags And &H40) <> 0 Then
objChangePwdTrue = "No"
Else: objChangePwdTrue = "Yes"
End If
objPwdExpires = objUser.Get("UserFlags")
If (objPwdExpires And &H10000) <> 0 Then
objPwdExpiresTrue = "Yes"
Else: objPwdExpiresTrue = "No"
End If
If objUser.AccountDisabled = True Then
objAccountDisabled = "Yes"
Else: objAccountDisabled = "No"
End If
oPwdAge = objUser.Get("PasswordAge")
objPwdAge = FormatNumber(((oPwdAge / 60) / 60) / 24, 0)
If objUserProfile = "" Then
objUserProfile = "" & vbTab
Else: objUserProfile = objUserProfile
End If
sMessage = "Domain: " & objDomain & vbTab & "User Name: " & "test" & vbTab & "Full Name: " & objUser.FullName & vbTab & vbTab & "Description: " & objUser.Description & vbCrLf & vbCrLf & "Password Expired: " & objPwdExpiredTrue & vbTab & "User can change Pwd: " & objChangePwdTrue & vbTab & "Account Disabled: " & objAccountDisabled & vbTab & vbTab & "Account Locked Out: " & objUser.IsAccountLocked & vbTab & "Password Age: " & objPwdAge & vbCrLf & vbCrLf & "Bad Logins: " & objBadLogins & vbTab & vbTab & "Last logon: " & objUser.LastLogin & vbTab & "Password Never Expires: " & objPwdExpiresTrue & vbTab & "Password Minimum Length: " & objUser.PasswordMinimumLength & vbCrLf & vbCrLf & "User Profile Path: " & objUserProfile & "Home Directory: " & objUser.HomeDirectory & vbTab & "Login Script: " & objUser.LoginScript & vbCrLf & vbCrLf & "User Groups: " & vbCrLf & vbCrLf & gList & vbCrLf
MsgBox sMessage

Activex Component Can't Create Object
i downloaded the neocaption dll and sample files from http://www.vbaccelerator.com/home/VB...ns/article.asp
when i try to run it, or even the exe file that comes with it, i get the error activex component can't create object on the line m_cN.Attach2 Me, m_cSkin
(you probably have to download the files to see the full code)
please help
wakjah


Code:
Private Sub mnuView_Click(Index As Integer)
Dim i As Long
For i = 0 To 6
If (i <> 1) Then
mnuView(i).Checked = (Index = i)
End If
Next i

' can't customise the default
mnuView(8).Enabled = Not (mnuView(0).Checked)

Select Case Index
Case 0
m_cN.Detach
Set m_cSkin = Nothing
setColors
Form_Resize
Case 2 To 6
SelectNewSkin Index
m_cN.Attach2 Me, m_cSkin
setColors
If Index = 5 Then
txtDemo.BackColor = RGB(140, 139, 139)
End If
Form_Resize
Case 8
CustomiseSkin
End Select

End Sub

Activex Component Cant Create Object
i created a prog. that used the redemption outlook library;
you can find that here at http://www.dimastr.com/redemption

it lets you bypass Outlooks "Do you want to send this email?" message pop up when you try to send an email programatically

nway, when i built the app, the thing works fine; by itself, it works fine
i added it as a service to win2k, and now
its says, "activex component cant create object" error
(i registered the dll and everything)

help?

ActiveX Component Cannot Create Object
Hi. I recently downloaded a couple of *.dll files that Im trying to use in my project. I called in my references and when I run my project the fisrt error that appears me is ActiveX Component cannot create object.

What could be the problem?

Thanks

ActiveX Component Can't Create Object
Hi, I have made an application that uses DAO 3.51 and ADO 2.1 Together (older portions work DAO, and I am converting it day by day all into ADO) but I have a problem when the program installs on other machines. Some machines report ActiveX compononent can't create object even if MDACTYP 2.0 & 2.1 are installed. If I install my program on a clean windows 98 environment with both mdacs installed, the program works perfectly. This problem was reported on Windows2000 and Windows 98 computers. Where could I focus on finding the problem or what file is missing in these computers ?

ActiveX Component Can't Create Object
Urgent! Please help!

Here is the information for my developing environment:

Old Environment:
Window NT with service pack 6a
Visual Basic 5.0
Microsoft SQL Server 7.0 with service pack 3
Microsoft Office 97 Professional
Crystal Report 6.0

New Environment(another PC):
Window 2000 with service pack 3
Visual Basic 6.0 with service pack 5
Miscrosoft SQL Server 7.0 with service pack 3
Microsoft Office 2000 Standard
Crystal Report 9.0

My program could load, run and compile without any problem when I was using Visual Basic 5.0. However, when I moved my existing program to the Visual Basic 6.0, the executable file could not be created with this error message - "ActiveX component can't create object".
I've heard that Office 2000 may be the reason for getting this error. So I've uninstalled the office 2000 and created the .exe file again, but the problem still exist. The program can be run from the Visual Basic 6.0 without any problem, but the problem is I can't generate the executable file. Any suggestion for solving this problem is appreciated.

ActiveX Component Can't Create Object
We have an application developed using VB6. This application creates a word (ADO, CreateObject) document. Once this word document is created successfully, then a postscript-file will be generated using Adobe PDF. On successful creation of postscript-file, a new PDF file will be created using PdfDistiller6. Once PDF file is created, word document and postscript files will be deleted.

This application (exe) is running daily (7x24), as a windows service on a dedicated WIN2K (18GB HDD, 1GB RAM) server. Server is installed with MS Office - Service Pack 3 and Windows - Service Pack 4. Application as such running fine for 5-6 days. On 5/6th day we are getting the following errors,
"ActiveX component can't create object" and error number "429".
"File not found" and error number"53"
"Invalid procedure call or argument" and error number "5"

Would appreciate your help to resolve the above problem.

ActiveX Component Can't Create Object
But only for one of the classes in the object??? Strange.


Code:
EarthServerProd error '800a01ad'

ActiveX component can't create object

/compareMain.asp, line 319


There are six classes in the dll and all of the other classes can be instantiated fine. And I am able to instantiate the one that is failing here from a test form in the project. Why would one class in the the dll fail while others don't.

Thanks.

Activex Component Can't Create Object?
I created a program which connects to a database. I transferred over this program exe to another computer along with the database it reads/writes. But when I run the program, I get the error:

Activex Component Can't Create Object 429

What else do I need to transfer from the computer the program was created on to the computer the program will be used on? I used Jet to connect to the database.

Thanks!

Activex Component Can Not Create Object
My Application Was Working Fine On One Computer.
Suddenly It Is Giving An Error As "activex Component Can Not Create Object" Error Is For :-
Createobject("scripting.filesystemobject")
Pls Tell Me What Is Exact Problem
Error Is Only On One Computer.

ActiveX Component Can't Create Object
I have programmed some software using Visual Basic 6. But some of my user are having the runtime error problem when using my software . That is:

Run-time error '426':
ActiveX component can't create object

What is causing this problem? How can I prevent it from happening?

Activex Component Can't Create Object
Hi,
I have created a project that uses the dll file used in the sendmail example, and when i compile it to exe file and run the portion that uses the sendmai class, i got the following error:

VB Code:
Run-time error '429'Activex component can't create object  

i think it is a problem in registering the dll, if this is the situation , how can it be solved

thanks in advance

ActiveX Component Can't Create Object?
I am getting the above error message in some VBA code. Here is the line of code where I am getting the error message.

Set xlSheet = CreateObject("Excel.Worksheet")


This code is within an Access database and I am trying to create Excel spreadsheet files. I am new to VBA so I'm kinda brain dead...please bare with me. I have also attached the function that has this line of code as well.


Code:
Function formatXLFiles(userChoice As Boolean)
Dim xlApp, xlSheet, myXLWrkBook As Object
Dim databasePath
Dim XLMacroPath

databasePath = ExtractPath(CurrentDb.Name)
XLMacroPath = databasePath & "FormatFieldReports.xls"

'Open connection to Excel Workbook and make it visible
Set xlApp = CreateObject("Excel.Application")
Set myXLWrkBook = GetObject(XLMacroPath)

myXLWrkBook.Application.Visible = True
myXLWrkBook.Application.Windows(1).Visible = True

Set xlSheet = CreateObject("Excel.Worksheet")
xlApp.Application.Workbooks.Open XLMacroPath
xlApp.xlSheet.Columns.autofit = True

'Run procedure in ThisWorkBook folder
If userChoice Then
myXLWrkBook.Application.Run "ThisWorkbook.openForProcessing(true)"
Else
myXLWrkBook.Application.Run "ThisWorkbook.openForProcessing(false)"
End If

'Close Automation object
'Either invoke the save method or set the Saved property to true to avoid a prompt about saving changes
'myXLWrkBook.Application.ActiveWorkbook.Save
myXLWrkBook.Application.ActiveWorkbook.Saved = True
myXLWrkBook.Application.ActiveWorkbook.Close

Set myXLWrkBook = Nothing

xlApp.Quit
Set xlApp = Nothing
End Function


Thanks for your help in advance.

Blake

How Come???? Activex Component Can't Create Object
how come i have this error
activex component can't create object


i'm using 1 dll in my app folder

so what do i nee todo
i think its the dll
:s

ActiveX Component Can't Create Object
I created a VB application (using visual basic 6.0) that does following tasks in sequence
1. Takes user input and create text file in Window 2000.
2. starts a ftp session to UNIX box and transfer the text file. Closes the ftp session.
3. start a telnet session to the UNIX box and execute the contents of the text file (in UNIX box).

I created VB distribution package using Visual Studion packaging and distributing tools. The distributed package works only in PC where Visual studio (VB 6.0) is installed. PC which doesn't have VB6.0 installed, gives following error upon starting of tast 2 (starts of ftp session to UNIX ...)

" Error 429: ActiveX Component Can't Create Objects"

Pleae let me know How can I debug the problem since this problem exist only in machine where visual studio is not installed. Also what may be the possible causes of the problem. I have window 2000 OS with service pack 4 in my pc.

ActiveX Component Can't Create Object?
If i run my program on a pc that does not have Visual Basic installed i get this Error,

ActiveX Component can't create object

how do i get my program to run on computer without Visual Basic?

ActiveX Component Can't Create Object.
ActiveX component can't create object.
Hi guys..
I have problem with exporting excel file to access..
it only happens when machine has access 2000, excel 2000.
with access 97 and 2000 doesn't prodce this problem..
so i am thinking there's some active X component missing between 97 and 2000...

my code is

sungaccess.Docmd.transferspreadsheet acimport, acspreadsheettypeexcel97...etc..

i don't know where to start to find the problem..
will you help me please..thanks..

The ActiveX Component Can't Create The Object...
Someone could help me with this error message??

mark me this line of code:

gblDataConnection.Connect = "dsn=ActiveSchedulerDSN;" + "uid=admin;pwd=as;" _
& "driver={Microsoft Access Driver (*.mdb)};" _
& "database=" + App.Path + "/database/ActiveScheduler.mdb;"


and gblDataConnection is declared in a module this way...

Global gblDataConnection As New rdoConnection

and i already have added the reference to the proyect, Microsoft Remote Data Object 2.0

Any idea would be useful.... thanks

Activex Component Can't Create Object.
I have this error msg when i try to run my compiled exe:

Runtime error '429' Activex component can't create object.

Any ideas what this might be. I've been currently using MDAC 2.5 but have just installed MDAC 2.7 on a fresh win2k installation. Would this cause such an error?

ActiveX Component Can't Create Object?
Hi there,

all I tried to do is opening a powerpoint presentation by:



VB Code:
Dim prsPres    As Powerpoint.Presentation          Set prsPres = Powerpoint.Application.Presentations.Open(App.Path & " est.pot")


and I get the following error message:

"ActiveX component can't create object"

what does that mean?

Thx
Charly

ActiveX Component Can't Create Object
Hi,

I've downloaded a sample project from VbAccelerator,
the menuIcon project

I have the SSubTmr6.dll and the cNewMenu.dll and the cPopMenu.dll

but when I try to run the example project I get an error message

Run Time Error 429
ActiveX component can't create object

Any ideas what this is??

Please help

/C

ActiveX Component Can't Create Object
When I'm attempting to run my application on a client machine, I get the following error:
"Run-time Error 429: ActiveX Component Can't Create Object"

The error is originating within this sub:


Code:
Private Sub CreateFile()
Dim fso, txtfile
Set fso = CreateObject("Scripting.FileSystemObject")
Set txtfile = fso.CreateTextFile(App.Path & "" & frmMain.sFileName)

txtfile.Close
Set fso = Nothing
End Sub
I'm missing something, because I just don't see a problem.
If I comment out the code within this sub, the app runs fine, with the obvious exception of a missing file that would have otherwise been created here.

Any suggestions?

Copyright © 2005-08 www.BigResource.com, All rights reserved