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.
Asked
Active
Viewed 1.0k times
5
-
2This was added in Update 1, used when a program runs on XP. Bit of DLL Hell going on here with probably an old version of msvcr110.dll. And the one you copied it from then probably doesn't have Update 1 installed. – Hans Passant Mar 25 '13 at 21:02
-
Thanks a lot, I think I am going to do a magical reinstallation Update 1 no more – Ophelia Mar 26 '13 at 08:07
2 Answers
2
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"

JaredPar
- 733,204
- 149
- 1,241
- 1,454
1
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

Ahmad Moussa
- 1,296
- 18
- 22