Microsoft Visual C++ Runtime Library VC++运行时库
(2012-11-21 10:27:52)
标签:
visualcruntimevc运行时库运行时库it |
分类: C/VC |
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!
Program: ... Settings\Test\桌面\HKS-P100A-S
编程工具\HKS-P100A-S.exe
This application has requested the Runtime to terminate it in
an unusual way.
Please contact the application's support team for more
information.
---------------------------
确定
---------------------------
应用程序使用的运行时库版本不正确。
下载并安装对应的VC运行时库:
Microsoft Visual C++ 2005 SP1 Redistributable
Package (x86)
Microsoft Visual C++ 2008 SP1 Redistributable
Package (x86)
Microsoft Visual C++ 2010 可再发行组件包
(x86)
对于.Net应用程序需要下载并安装.NET
Framework
Microsoft .NET Framework 2.0 Service Pack
2
Microsoft .NET Framework 3.5 Service Pack
1(完整软件包)
Microsoft .NET Framework 4(独立安装程序)
Microsoft .NET Framework 4.5
如果还提示出错,则需要考虑DLL版本的问题了,可能是没有替换成功。
从正常系统的C盘,搜索:MSVC*.DLL。找到C:\WINDOWS\system32目录下
msvcirt.dll
MSVCIRTD.DLL msvcp100.dll msvcp50.dll msvcp60.dll MSVCP60D.DLL
msvcp71.dll msvcr100.dll msvcr71.dll msvcrt.dll msvcrt20.dll
msvcrt40.dll MSVCRTD.DLL
备注:此系统安装了Microsoft
Visual C++
6.0和Microsoft Visual Studio 2008
将这些文件覆盖到:
C:\WINDOWS\system32
C:\WINDOWS\system32\dllcache(系统隐藏目录)
一般都能解决问题了,还是不行就直接安装一下开发工具了,嘿嘿。。。
一般都能解决问题了,还是不行就直接安装一下开发工具了,嘿嘿。。。