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
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
or you can just download the dll file from here http://fix4dll.com/x3daudio1_7_dll, it helped me out.
ReplyDelete