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

后端 未结 11 1893
既然无缘
既然无缘 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 04:55

    This happens, when you do a WINDOWS UPDATE and haven't rebooted your system and the update isn't compatible with VISUAL STUDIO. So in order to solve this, just do an update on VISUAL STUDIO to latest. That should FIX it

提交回复
热议问题