在开发和部署使用Visual C++ 2008 (MSVCR90.dll)开发的应用程序时,用户可能会遇到“找不到从属程序集 Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8"”的错误,这个错误通常意味着系统缺少运行该应用程序所需的运行时组件,以下是全面分析...
1. 从上例中我们知道程序依赖的Microsoft.VC90.DebugCRT库,版本号是9.0.21022.8,需要32位机器版本的CRT。这个依赖项一般是因为你的程序是调试版,所以Visual Studio在编译的时候,将调试版的CRT加入程序的依赖项。 2. 从Visual Studio的安装文件夹里面将D:"Program Files"Microsoft Visual Studio 9.0"VC"redist"Debug...
“C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\webservice\396619ef\64fa1a2a\assembly\dl3\d8aa258e\ea6ee7cd_64f0d001\System.Data.SQLite.dll”的激活上下文生成失败。 找不到从属程序集 Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",t...
[](https://img2018.cnblogs.com/blog/740516/201912/740516-20191222105119123-170... xgqfrms 0 6 Java中集合转数组,数组转集合 2019-12-11 19:31 −List转换为Array: ArrayList<String> list=new ArrayList<String>(); String[] strings = new String[list.size()]; list.toArray(strings); 数组转成...
“C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\webservice\396619ef\64fa1a2a\assembly\dl3\d8aa258e\ea6ee7cd_64f0d001\System.Data.SQLite.dll”的激活上下文生成失败。 找不到从属程序集 Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",...
“C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\webservice\396619ef\64fa1a2a\assembly\dl3\d8aa258e\ea6ee7cd_64f0d001\System.Data.SQLite.dll”的激活上下文生成失败。 找不到从属程序集 Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",...
“C:php5.3php-cgi.exe”的激活上下文生成失败。找不到从属程序集Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8"。请使用sxstrace.exe进行详细诊断。 解决办法: 不要认为x64系统就不需要x86的运行库了,一样要用的,在进行安装32位后正...
找不到从属程序集 Microsoft.VC90.DebugCRT,processorArchitecture=“x86“,程序员大本营,技术文章内容聚合第一站。
找不到从属程序集 Microsoft.VC90.DebugCRT,processorArchitecture="x86" 首先我运行的可执行文件是在win7下使用vs2008生成的release版本的文件,为什么在运行的时候提示需要DebugCRT? 另外我在winserver2008上是安装了vc2008的运行环境的。 是因为使用的两个静态库是debug版本的!!