Sunday 19 June 2016

Issue : procedure entry point __crtCreateSymbolicLinkW could not be located in the dynamic link library MSVCR110.dll.

Issue :

if you are getting below issue while starting the visual studio 2012,

---------------------------
devenv.exe - Entry Point Not Found
---------------------------
The procedure entry point __crtCreateSymbolicLinkW could not be located in the dynamic link library MSVCR110.dll.
---------------------------
OK
---------------------------

Solution

Just install Visual C++ Redistributable for Visual Studio 2012 Update 4 from below link,
Based on requirement download 32bit or 64bit setup.

https://www.microsoft.com/en-in/download/details.aspx?id=30679

1 comment: