Kevin Provance
2008-03-23 22:35:24 UTC
Okay...I can seem to find anything on Google about this.
Been writing a VB add-in...no big deal.
However, it seems that to run the actual add-in, one needs to have all the
dependencies used in creating the add-in...also nothing new or abnormal.
Here is the problem I ran into: On my primary dev machine, the Microsoft
Office 10.0 Object Library (Office XP) is referenced for all the CommandBar
stuff. When I went to test on my Vista box, the damned thing wouldn't run.
Apparently not having Office XP installed on the other machine made a bit of
a difference. Since the file is not redistributable I thought maybe I
should be using the version of the Office Object Library that would be found
on most developers machine. Thing is, I have no idea what that version
would be since it's clearned not installed on either my computers.
Is there an Office Object Library that is installed (or supposed to be) on
computers of VB developers? Put another way, is some version of this file
installed with VB 6? Obviously I cannot depend on other VB developers
having Office XP installed to run my add-in, so methinks I should be
developing with a lower version. Right?
I'll keep Googling..but if anyone knows the solution for this...please
share. :-)
Thanks
- Kev
Been writing a VB add-in...no big deal.
However, it seems that to run the actual add-in, one needs to have all the
dependencies used in creating the add-in...also nothing new or abnormal.
Here is the problem I ran into: On my primary dev machine, the Microsoft
Office 10.0 Object Library (Office XP) is referenced for all the CommandBar
stuff. When I went to test on my Vista box, the damned thing wouldn't run.
Apparently not having Office XP installed on the other machine made a bit of
a difference. Since the file is not redistributable I thought maybe I
should be using the version of the Office Object Library that would be found
on most developers machine. Thing is, I have no idea what that version
would be since it's clearned not installed on either my computers.
Is there an Office Object Library that is installed (or supposed to be) on
computers of VB developers? Put another way, is some version of this file
installed with VB 6? Obviously I cannot depend on other VB developers
having Office XP installed to run my add-in, so methinks I should be
developing with a lower version. Right?
I'll keep Googling..but if anyone knows the solution for this...please
share. :-)
Thanks
- Kev