Recently encountered this error when launching Adobe reader:
---------------------------
Adobe Updater: AdobeUpdater.exe - Unable To Locate Component
---------------------------
This application has failed to start because ConnAPI.DLL was not found. Re-installing the application may fix this problem.
---------------------------
OK
---------------------------
Had some Google search and read this KB article from Adobe, sound related but not exactly what I need. However, a great hint from it is that ConnAPI.DLL is something related to the Nokia PC Suit - I have that installed.
I found the file at C:\Program Files\PC Connectivity Solution, and I wonder why AdobeUpdater.exe couldn't. Thanks to the Filemon utility, I confirmed that AdobeUpdater.exe only searches for the file in folders defined in %PATH% environment variable, which is actually the default behavior when a program links a DLL.
So, the solution is simple: adding the location of ConnAPI.DLL back to the path:
C:\Program Files\PC Connectivity Solution
Problem solved. :)


0 comment(s):
Post a Comment
HTML Tags allowed (e.g. <b>, <i>, <a>)