Recently, I’m using vs 2022 for development. Record the solutions that msvcp110d.dll can’t find.
Method 1: in the project -> Attribute -> c/c++ -> Code generation -> Modify to multithreaded debugging (MDD) at runtime
The reason for the error is that the msvcp110d.dll library is missing when compiling the dynamic library. The VC library used by the incompatible version of VS is different
Method 2: Download vcredist from the official website_X64.exe and vcredist_ X86.exe installation (valid for release only)
Method 3: Download msvcp110d.dllmsvcp110d.dll
Save the downloaded DLL file in the system directory: C: Windows\system32 C:Windows\syswow64 (my system is win10) and restart the computer
Read More:
- [Solved] VScode Error: PS D:\vscode> cd “d:\vscode\“ ; if ($?) { g++ tempCodeRunnerFile.cpp -o tempCodeRunn
- How to Solve Gradle Error: Plugin with id ‘jetty’ not found.
- VScode: How to Solve golong plug-in install Error
- [MAC] How to Solve zsh Error: command not found: umi
- How to Solve Vscode terminal error (ts -v)
- How to Solve Error: java.io.IOException: Resource [classpath:shiro.ini] could not be found.
- How to Solve Hexo init error: bash: hexo: command not found
- How to Solve org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) Error
- How to Solve Hadoop Missing Hadoop.dll and winutils.exe file error
- HEXO D Command ERROR Deployer not found: git
- [Solved] Vscode Error: “export ‘default‘ (imported as ‘VueRouter‘) was not found in ‘vue-router‘
- [Solved] OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.
- VSCode Error: collect2.exe:error:1d returned 1 exit status [How to Solve]
- [Solved] OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.
- Vscode configures eslint to solve terminal syntax error
- How to Solve Error: could not list the contents of folder
- How to Solve Error: Module did not self-register
- How to Solve “Status bar could not find cached time string image. Rendering in-process.” in Xcode
- Error: env [NODE_ENV] is not set (How to Solve)
- [Go] Solve the problem of exec: “gcc” executable file not found in %PATH% error when using cgo