I had these two files in my %system32% directory, and I still got the error listed above. The problem ended up being that I was running on x64 and I didn't compile the console app I was building as specifically targeting x64. Using Any CPU was not sufficient.
↧