当我尝试测试安装新版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服务时遇到了这个错误。
什么可能导致这个问题?任何人都可以指出我的方向吗?
谢谢!