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

后端 未结 11 1877
既然无缘
既然无缘 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条回答
  •  旧时难觅i
    2020-12-24 05:07

    I also updated to Service Pack 1, and made sure Windows updates were up to date, but I was still having the same issue:

    "The Version of CLR.dll in the target does not match the one mscordacwks.dll was built for."

    Microsoft closed this issue on connect.microsoft.com as not reproducible... Unforgivable, irresponsible support system!!

    But on social.msdn.com I was directed to upgrade through this link, and this has resolved the problem in my machine ( Win7,VS2010,target 4.0)

    Hope it helps.

提交回复
热议问题