G
Guest
After much ado, I'm coming to the conclusion that the Access XP runtime
does not work at all. I've followed the following procedures
1. Performed clean Windows 2000 Professional installation with
Service Pack
2. Installed the Windows Componenent Update included with Office
XP Develope
3. Installed the MS Access XP Runtime, which was created on the
development machine in the "C:\Program Files\Microsoft Office
Developer\Access Runtime\1033\ART" directory
4. Copied a .mdb file that I verified I could open with Access XP
to the desktop of the target machine
5. Double-clicked the .mdb file
At this point, the Access shell popped up with nothing available inside.
Literally nothing... Basically, all I could do was close the shell. I
was doing this just to test to see if my problems were with the runtime,
which they seem to be
My immediate problem is in my visual basic application where I instantiate
my Access.Application object. The vb project has a reference to the Microsoft
Access 10.0 Object library located in the "C:\Program Files\Microsoft OfficeOffice10\" directory. The file MSACC.OLB has been installed and registered
along with the package on the target machine. However, when the code hits the
line "Set accApp = CreateObject("Access.Application"), it errors with the message
"Run-Time Error '429': ActiveX component can't create object.". I've tried this
method of object creation as well as Dim'ming the accApp object directly as
Access.Application and changing the Set command to "Set accApp = New
Access.Application", but it gives the exact same error at the exact same spot.
Both the development machine and the target machine are Windows 2000. I've tried
installing the app on a Win2K service pack 4 machine (same as development machine)
and a Win2K service pack 2 machine (clean machine with only Windows and Access XP
Runtime installed) and get the same result on all
does not work at all. I've followed the following procedures
1. Performed clean Windows 2000 Professional installation with
Service Pack
2. Installed the Windows Componenent Update included with Office
XP Develope
3. Installed the MS Access XP Runtime, which was created on the
development machine in the "C:\Program Files\Microsoft Office
Developer\Access Runtime\1033\ART" directory
4. Copied a .mdb file that I verified I could open with Access XP
to the desktop of the target machine
5. Double-clicked the .mdb file
At this point, the Access shell popped up with nothing available inside.
Literally nothing... Basically, all I could do was close the shell. I
was doing this just to test to see if my problems were with the runtime,
which they seem to be
My immediate problem is in my visual basic application where I instantiate
my Access.Application object. The vb project has a reference to the Microsoft
Access 10.0 Object library located in the "C:\Program Files\Microsoft OfficeOffice10\" directory. The file MSACC.OLB has been installed and registered
along with the package on the target machine. However, when the code hits the
line "Set accApp = CreateObject("Access.Application"), it errors with the message
"Run-Time Error '429': ActiveX component can't create object.". I've tried this
method of object creation as well as Dim'ming the accApp object directly as
Access.Application and changing the Set command to "Set accApp = New
Access.Application", but it gives the exact same error at the exact same spot.
Both the development machine and the target machine are Windows 2000. I've tried
installing the app on a Win2K service pack 4 machine (same as development machine)
and a Win2K service pack 2 machine (clean machine with only Windows and Access XP
Runtime installed) and get the same result on all