前两天一个sql server的定时任务(job)出错,错误提示是:
The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
这个任务是去调用一个命令行程序。网上查了下,基本上都是说vc++运行库的版本问题。卸载,下载,安装。。。。。。不行。
看了windows的事件日志(Event Log),这里显示了正确的错误信息,原来是命令行程序的配置文件(.config)里由于粘贴拷贝出错,造成xml的格式不对。
sql server给出的错误提示太坑爹。
原文:https://www.cnblogs.com/badnumber/p/11136040.html