如何修复“找不到AppleSyncNotifier.exe入口点”错误
If you’ve unfortunately been forced to use iTunes, you’re probably used to having lots of errors. If you’ve been getting an “AppleSyncNotifier.exe – Entry Point Not Found” error every time you reboot your PC, here’s how to fix it.
如果不幸的是,您被迫使用iTunes,则可能已经习惯了很多错误。 如果您每次重新启动PC时都遇到“ AppleSyncNotifier.exe –找不到入口点”错误,请按照以下方法进行修复。
The full text of the error says “The procedure entry point xmlTextReaderConstName could not be located in the dynamic link library libxml2.dll.” Obviously this is not the type of article that will apply to most people, but I personally encountered this error on a short person’s computer, and figured I’d write it up just in case somebody else came across it.
错误消息的全文为“过程入口点xmlTextReaderConstName不能位于动态链接库libxml2.dll中。” 显然,这不是适用于大多数人的文章类型,但是我个人在矮个子的计算机上遇到了此错误,并认为我会写出来,以防万一有人遇到它。
问题 (The Problem)
This error is happening because every time your computer starts, it’s launching various Apple-related background utilities including AppleSyncNotifier.exe. This utility is attempting to load some information from a database and can’t find the right version of the DLL file, because Apple’s installers are lousy. All we need to do is put the file into the right place, and it’ll be fixed.
发生此错误的原因是,每次计算机启动时,它都会启动各种与Apple相关的后台实用程序,包括AppleSyncNotifier.exe。 该实用程序正尝试从数据库加载某些信息,但找不到正确版本的DLL文件,因为Apple的安装程序很糟糕。 我们需要做的就是将文件放在正确的位置,它将得到修复。
解决错误 (Fixing the Error)
To fix the problem, we’ll need to move two files from one directory to the other one. So open up the first folder:
要解决此问题,我们需要将两个文件从一个目录移动到另一个目录。 因此,打开第一个文件夹:
C:\Program Files\Common Files\Apple\Apple Application Support
C:\ Program Files \ Common Files \ Apple \ Apple应用程序支持
Note that if you’re using 64-bit Windows, you’ll need to look in the C:\Program Files (x86) folder.
请注意,如果使用的是64位Windows,则需要查看C:\ Program Files(x86)文件夹。
Once you’re inside that folder, find these two files and copy them:
进入该文件夹后,找到以下两个文件并复制它们:
- libxml2.dll libxml2.dll
- SQLite3.dll SQLite3.dll
You can just use Ctrl+C or the menu to copy the files.
您可以只使用Ctrl + C或菜单来复制文件。
Now switch to this folder:
现在切换到该文件夹:
C:\Program Files\Common Files\Apple\Mobile Device Support
C:\ Program Files \ Common Files \ Apple \移动设备支持
Paste the files into there (you’ll have to accept a UAC prompt), and you should be good to go.
将文件粘贴到此处(您必须接受UAC提示),您应该会很好。
翻译自: https://www.howtogeek.com/97004/how-to-fix-the-applesyncnotifier.exe-entry-point-not-found-error/