安装vc++运行库报错error:1935

  故障现象:

  无论是安装vc++ 2005还是2008都出现1935的错误,提示安装失败。

  解决方案:

  1. 检查Windows Modules Installer服务是否开启,如果服务状态为停止,则启用此服务。

  2. 如果第一步无法解决问题,修改注册表HKEY_LOCAL_MACHINESystemCurrentControlSetControl下的RegistrySizeLimi项(如果没有就新建一个)值为 0xffffffff,类型为REG_DWORD。重启电脑后再安装即可。

时间: 2024-09-12 20:32:33

安装vc++运行库报错error:1935的相关文章

lnk1120-vs2010运行程序报错:error LNK2019: 无法解析的外部符号

问题描述 vs2010运行程序报错:error LNK2019: 无法解析的外部符号 如题,我在vs2010环境下做C++练习题时出现该错误.程序代码如下: //array.h#ifndef ARRAY_H#define ARRAY_Htemplate<typename T>class Array{public: Array(int n);//数组首地址不用指定,待会分配 Array(Array &a); ~Array(); T getAt(int i);//返回第i个数组元素 voi

Android添加glide库报错Error: Failed to resolve: com.android.support:support-annotations:26.0.2的解决

前言 Glide是 Google推荐的图片加载库,它可以支持来自url,Android资源,文件,Uri中的图片加载,同时还支持gif图片的加载,以及各种图片显示前的bitmap处理(例如:圆角图片,圆形图片,高斯模糊,旋转,灰度等等),缓存处理,请求优先级处理,动画处理,缩略图处理,图片大小自定义等等.可谓是非常的强大. 在Glide的使用方面,它和Picasso的使用方法是比较相似的,并且他们的运行机制也有很多相似的地方,很多博文会把二者进行比较,此文也采取一样的方式,通过比较二者来学习他们

scala-intellij idea修改scal代码再次运行就报错

问题描述 intellij idea修改scal代码再次运行就报错 Error:scalac: Error: Could not find an output directory for D:IdeaProjectsscalasrcmainscalaScala.scala in List((d:IdeaProjectsscalatargetscala-2.11resource_managedtest,d:IdeaProjectsscalatargetscala-2.11classes), (d:

centos6-CENTOS6.5安装Oracle时运行runInstaller报错

问题描述 CENTOS6.5安装Oracle时运行runInstaller报错 求助大能如何解决libXp包已经装了.错误提示如下:[oracle@localhost database]$ ./runInstaller Starting Oracle Universal Installer... Checking installer requirements... Checking operating system version: must be redhat-3 SuSE-9 redhat-

各位兄弟姐妹,我实在不行了,进来救救我吧。vs2010 c# 到客户端安装后可以运行,过一会(不一定多长时间),运行就报错。

问题描述 vs2010c#到客户端安装后可以运行,过一会(不一定多长时间),运行就报错."应用程序初始化(0xc000007b)失败,请点击确认后关闭应用程序."大家快帮帮我吧,我实在是没办法了. 解决方案 解决方案二:高手们,不会视而不见吧.帮帮忙吧.解决方案三:程序有Bug吧,本地调试一下吧...解决方案四:只要能运行,程序是没有问题的.在我自己的机器上,一点问题没有.解决方案五:出现错误提示后,应该下面还有个"Detail"按钮吧,一般情况下点击这个按钮能够看

安装nghttp2 报错error: Libtool library used but &amp;#39;LIBTOOL&amp;#39; is undefined

nghttp2 报错error: Libtool library used but 'LIBTOOL' is undefined 如果重新安装libtool和autoconf升级到2.69后,还是报错, 则进行下面的操作: 1,查看aclocal的路径 aclocal --print-ac-dir 显示/usr/local/share/libtool/m4 ls看看里面没有m4文件. 则copy /usr/share/libtool/m4里面的m4文件到此目录下.   2,cd到nghtt2目录

linux使用wkhtmltopdf报错error while loading shared libraries:

官网提示 linux需要这些动态库.depends on: zlib, fontconfig, freetype, X11 libs (libX11, libXext, libXrender) 在linux上执行 ./wkhtmltopdf –page-size A4 www.baidu.com pdf.pdf 报错   error while loading shared libraries: libXrender.so.1 root@mag-sit:/home/mag-sit/wkhtmlt

ios-xcode运行程序报错,求大神指条路

问题描述 xcode运行程序报错,求大神指条路 ld: cannot link directly with /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.2.sdk/usr/lib/system/libunwind.dylib. Link against the umbrella framework 'System.fram

php图片上传报错error=3

问题描述 php图片上传报错error=3 upload: <?php/** Created by PhpStorm. User: rosen Date: 15-11-5 Time: 下午8:43*/print_r($_FILES['file']); ?> 为什么程序运行结果报错Array ( [name] => 2015-10-19 18:47:42屏幕截图.png [type] => [tmp_name] => [error] => 3 [size] => 0