Question: I have seen your previous blog posts that describe how to detect the presence of the Visual C++ 2005 redistributable package and the Visual C++ 2008 redistributable package.  I am creating an installer that requires the Visual C++ 2010 runt…
这个问题很可能是你的 Microsoft Visual C++ 2010 Redistributable Package (x86) 太新的缘故,所以无法安装成功,导致最终的失败. 在控制面板-程序和功能 里找到 Microsoft Visual C++ 2010 Redistributable 卸载,再安装即可. 如果同时安装了x86和x64的版本都卸.…
这个问题很可能是你的 Microsoft Visual C++ 2010 Redistributable Package (x86) 太新的缘故,所以无法安装成功,导致最终的失败. 在控制面板-程序和功能 里找到 Microsoft Visual C++ 2010 Redistributable 卸载,再安装即可. 如果同时安装了x86和x64的版本都卸.…
Microsoft Visual C++ 2005 Redistributable Package (x86):Microsoft Visual C++ 2005 可再发行组件包 (x86):https://www.microsoft.com/zh-CN/download/details.aspx?id=3387 Microsoft Visual C++ 2005 Redistributable Package (x64):Microsoft Visual C++ 2005 可再发行组件包 (x…
温馨提示: 1.目前,很多程序软件正常运行需要VC++库的支持,因此,博主在此做了一个合集,方便大家下载: 2.有需要的朋友请根据自己需要下载,博主所提供的下载地址均是微软官网的,请放心下载: 3.如无特别注明,提供的下载链接均是完整安装包: Microsoft Visual C++ 2005 Redistributable Package下载: http://download.microsoft.com/download/d/3/4/d342efa6-3266-4157-a2ec-517486…
[入门级] visual studio 2010 mvc4开发,用ibatis作为数据库访问媒介(一) Date  周二 06 一月 2015 By 钟谢伟 Tags mvc4 / asp.net 示例下载 实现编程环境 安装visual studio 2010,由于mvc4并不是visual studio 2010默认的mvc版本,因此首先需要安装visual studio 2010 service package 1,然后安装mvc4即可,在安装visual studio 2010 serv…
见http://jingyan.baidu.com/article/9c69d48f41aa6313c9024ebe.html 1. 去mircosoft下载安装包(vcredist_x64.exe) 2. 执行安装包,在出现如题提示时不要关闭安装窗口. 3. 去E盘(或有可能D盘) 会看到如"ff820ab780ca3715d1b3fa5eee055283" 名称目录,将其备份. 4. 关闭之前的安装窗口,然后执行刚才备份出来的目录里面的vc_red.msi 执行后退出. 5. 在“…
Now that Visual Studio 2010 SP1 has been released, administrators and developers may wish to install both RTM and SP1 together for a seamless experience. With the release of VS2010 RTM we already published the Visual Studio Administrator Guide that d…
Introduction In the software development life cycle, testing and defect fixing take more time than actually code writing. In general, debugging is a process of finding out defects in the program and fixing them. Defect fixing comes after the debuggin…
[入门级] 基于 visual studio 2010 mvc4 的图书管理系统开发初步 (二) Date  周六 10 一月 2015 By 钟谢伟 Category website development Tags asp.net / mvc4 相关资源 ibatis manual pro git 廖雪峰的官方网站 BookMS-V1.0 上一篇链接 任务简介 开发工具:VS2010 项目框架:MVC4 浏览器:Chrome 数据库ORM框架:iBatis.net 数据库:mysql 后端开…