Could not load file or assembly 'System.Data.DataSetExtensions, Version=3.5.0.0
问题 I have a C# Console Application that uses System.Data.DataSetExtensions that I can run smoothly on the client's server through the command line. The only thing I did was to copy the bin/Release directory contents to a specific directory on the server and run the app through the cmd. Now, I want to run the same app through an SQL SERVER Job. I've tried both the CmdExec and T-SQL options, the latest using xp_cmdshell . I've also tried running the program without the job, just with the xp