![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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? |
#3
| |||
| |||
|
|
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 |
#4
| |||
| |||
|
|
"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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |