dbTalk Databases Forums  

ActiveX Component can't create object Windows 7 64 bit

comp.databases.ms-access comp.databases.ms-access


Discuss ActiveX Component can't create object Windows 7 64 bit in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bob Darlington
 
Posts: n/a

Default ActiveX Component can't create object Windows 7 64 bit - 02-18-2011 , 12:27 AM






I have a client who has installed my Access 2002 application using Wise with
SageKey script installation disk onto a Windows 7 64 bit PC.
When she tries to open Outlook 2010 (32 bit) from within Access, an Error
429 - 'ActiveX Component can't create object' is generated.
The error is triggered from the following code:
Set objOutlook = GetObject(, "Outlook.Application")
or
Set objOutlook = CreateObject("Outlook.Application")
The same code works fine on other workstations at the same site using the
same install disc and Windows XP 32 bit.
I use late binding so there should be no references problem.
Any ideas?

--
Bob Darlington
Brisbane

Reply With Quote
  #2  
Old   
PW
 
Posts: n/a

Default Re: ActiveX Component can't create object Windows 7 64 bit - 02-18-2011 , 12:23 PM






On Fri, 18 Feb 2011 16:27:49 +1000, "Bob Darlington"
<bob (AT) notheredpcman (DOT) com.au> wrote:

Quote:
I have a client who has installed my Access 2002 application using Wise with
SageKey script installation disk onto a Windows 7 64 bit PC.
When she tries to open Outlook 2010 (32 bit) from within Access, an Error
429 - 'ActiveX Component can't create object' is generated.
The error is triggered from the following code:
Set objOutlook = GetObject(, "Outlook.Application")
or
Set objOutlook = CreateObject("Outlook.Application")
The same code works fine on other workstations at the same site using the
same install disc and Windows XP 32 bit.
I use late binding so there should be no references problem.
Any ideas?
I've only received "No object in this control" with our 3rd party
calendar control and we fix that by manually registering the control
in the command window. But that isn't Win 7 64 specific.

Is the object checked in references? Is there another version of
Access on her PC (2010 perhaps)?

-paulw

Reply With Quote
  #3  
Old   
Bob Darlington
 
Posts: n/a

Default Re: ActiveX Component can't create object Windows 7 64 bit - 02-18-2011 , 04:32 PM



"PW" <emailaddyinsig (AT) ifIremember (DOT) com> wrote

Quote:
On Fri, 18 Feb 2011 16:27:49 +1000, "Bob Darlington"
bob (AT) notheredpcman (DOT) com.au> wrote:

I have a client who has installed my Access 2002 application using Wise
with
SageKey script installation disk onto a Windows 7 64 bit PC.
When she tries to open Outlook 2010 (32 bit) from within Access, an Error
429 - 'ActiveX Component can't create object' is generated.
The error is triggered from the following code:
Set objOutlook = GetObject(, "Outlook.Application")
or
Set objOutlook = CreateObject("Outlook.Application")
The same code works fine on other workstations at the same site using the
same install disc and Windows XP 32 bit.
I use late binding so there should be no references problem.
Any ideas?

I've only received "No object in this control" with our 3rd party
calendar control and we fix that by manually registering the control
in the command window. But that isn't Win 7 64 specific.

Is the object checked in references? Is there another version of
Access on her PC (2010 perhaps)?

-paulw
Thanks Paul.
I will check for another version of Access, but I don't see how that would
affect a call to open Outlook.
As mentioned above, I'm using late binding, so references aren't an issue.

Reply With Quote
  #4  
Old   
PW
 
Posts: n/a

Default Re: ActiveX Component can't create object Windows 7 64 bit - 02-18-2011 , 07:08 PM



On Sat, 19 Feb 2011 08:32:03 +1000, "Bob Darlington"
<bob (AT) notheredpcman (DOT) com.au> wrote:

Quote:
"PW" <emailaddyinsig (AT) ifIremember (DOT) com> wrote in message
news:uudtl61hfs9frmuv3pa9kk3ailvio7n73e (AT) 4ax (DOT) com...
On Fri, 18 Feb 2011 16:27:49 +1000, "Bob Darlington"
bob (AT) notheredpcman (DOT) com.au> wrote:

I have a client who has installed my Access 2002 application using Wise
with
SageKey script installation disk onto a Windows 7 64 bit PC.
When she tries to open Outlook 2010 (32 bit) from within Access, an Error
429 - 'ActiveX Component can't create object' is generated.
The error is triggered from the following code:
Set objOutlook = GetObject(, "Outlook.Application")
or
Set objOutlook = CreateObject("Outlook.Application")
The same code works fine on other workstations at the same site using the
same install disc and Windows XP 32 bit.
I use late binding so there should be no references problem.
Any ideas?

I've only received "No object in this control" with our 3rd party
calendar control and we fix that by manually registering the control
in the command window. But that isn't Win 7 64 specific.

Is the object checked in references? Is there another version of
Access on her PC (2010 perhaps)?

-paulw

Thanks Paul.
I will check for another version of Access, but I don't see how that would
affect a call to open Outlook.
As mentioned above, I'm using late binding, so references aren't an issue.

Well - I missed the late binding mention but I am not sure if I know
what that means! :-)

-pw

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.