M
Mivoat
I've had a VB6 app running well for a couple of years with a customer with
mixed Office 2003/2007, and this app utilises the Outlook view Control
(OUTLCTL.DLL)
Recently I upgraded my development machine to Office 2007 and now the exe
file produced by VB gives an error on customers using Outlook 2003 that says:
"Failed to load Outllok View Control. Your verion of OUTLCTL.DLL may be
outdated. Make sure you are using the version of the control that was
provided with your application."
There is no option to simply upgrade to 2007 - they don't have the funds, so
I must find a way to keep the app running with both versions.
I have now uninstalled Oulook 2007 from my dev system and reinstalled
OL2003, and ensured that it's OUTLCTL.DLL from v 11 that the app uses but the
customer PC still gives the same error.
I've installed OL 2003 with sp3 on a fresh test PC and all is OK.
So I asked my customer to 1. Repair MS Office on the OL2003 PC (no good)
and then 2. Run the Reinstall of MS Office - still no good!
The version of OUTLCTL.DLL deployed is 11.0.8164.0 and the app also includes
MSOUTL.OLB v11.0.8161.0 and MSO.DLL v11.0.8172.0
I've tried unregistering the offending OUTLCTL.DLL with
REGSVR32 -U OUTLCTL.DLL
but this fails. It's not an option to wipe all their PCs so I'm stuck.
Any suggestions greatly appreciated.
Clive, London UK
mixed Office 2003/2007, and this app utilises the Outlook view Control
(OUTLCTL.DLL)
Recently I upgraded my development machine to Office 2007 and now the exe
file produced by VB gives an error on customers using Outlook 2003 that says:
"Failed to load Outllok View Control. Your verion of OUTLCTL.DLL may be
outdated. Make sure you are using the version of the control that was
provided with your application."
There is no option to simply upgrade to 2007 - they don't have the funds, so
I must find a way to keep the app running with both versions.
I have now uninstalled Oulook 2007 from my dev system and reinstalled
OL2003, and ensured that it's OUTLCTL.DLL from v 11 that the app uses but the
customer PC still gives the same error.
I've installed OL 2003 with sp3 on a fresh test PC and all is OK.
So I asked my customer to 1. Repair MS Office on the OL2003 PC (no good)
and then 2. Run the Reinstall of MS Office - still no good!
The version of OUTLCTL.DLL deployed is 11.0.8164.0 and the app also includes
MSOUTL.OLB v11.0.8161.0 and MSO.DLL v11.0.8172.0
I've tried unregistering the offending OUTLCTL.DLL with
REGSVR32 -U OUTLCTL.DLL
but this fails. It's not an option to wipe all their PCs so I'm stuck.
Any suggestions greatly appreciated.
Clive, London UK