Runtime Installation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I mistakenly installed a new version of my application over an older one
(same version of Access-2003) and am having problems with runtime errors with
the new version. One user suggested that I should have un-intalled the older
version prior to installing the newer version because the newer version is
now using the older *.msi file and really should have installed its own *.msi
file.

While this makes sense, I don't know how to fix this....any help is greatly
appreciated!
--Tony--
 
I would be surprised if that is correct. I would check to make sure that all
the Library and Object Library references are valid.
 
Turns out there was a double reference to MSCommonDlg (2-different versions).
I removed one of them and it seems to be working OK now. Thanks.
 
Back
Top