我在尝试安装新版本的 Windows 应用程序时遇到错误 1001:
Error 1001 . An Exception occurred during the commit phase of the installation. This exception will
be ignored and installation will continue. However , the application might not function correctly
after installation is complete --> Could not load file or assembly 'Microsoft.Win32.TaskScheduler,
Version=1.8.3.15820,Culture=neutural,PublicKeyToke...
仅当此应用程序的旧版本在系统中时才会发生此错误。如果我删除旧版本,此安装将运行良好。
我刚刚接手了这个项目,我是 C# .Net 的新手。我真的不知道发生了什么。我搜索了,我只发现有人在安装 Windows 服务时遇到了这个错误。
什么可能导致这个问题?谁能指出我要遵循的方向?
谢谢!