The version of clr.dll does not match the one mscordacwks.dll was built for

后端 未结 11 1885
既然无缘
既然无缘 2020-12-24 04:38

I have a C# console app in Visual Studio 2010 that I can run just fine. When I attempt to run the process in debug mode, I am presented with the following error:

11条回答
  •  甜味超标
    2020-12-24 05:02

    From what I can tell when I'm able to reproduce this error, it is caused by being in the middle of installing Windows updates. So, running updates, then postponing a reboot, then attempting to debug code is what was putting me in this broken state.

提交回复
热议问题