MS Visual Studio 2012 ultimate doesn't start because of MSVCR110.dll

隐身守侯 提交于 2019-12-12 10:53:27

问题


When I try to run MVS 2012 I always get an error - entry point to procedure _crtCreateSymbolicLinkW was not found in library DLL MSVCR110.dll. I've already copied this dll file from my other computer where everything is working but it didn't help0_o. OS - windows 7.


回答1:


Your best option at this point is to try and repair the Visual Studio Installation

  • Control Panel
  • Add / Remove Programs
  • Select Visual Studio and choose "Repair"



回答2:


The Microsoft Visual C++ Redistributable is missing on the current computer download it from here http://www.microsoft.com/en-us/download/details.aspx?id=30679



来源:https://stackoverflow.com/questions/15623395/ms-visual-studio-2012-ultimate-doesnt-start-because-of-msvcr110-dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!