全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 1285|回复: 7
打印 上一主题 下一主题

抱一丝希望求教个关于COM+的问题

[复制链接]
跳转到指定楼层
1#
发表于 2015-3-31 09:16:50 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
电脑现在系统是XP SP3,安装一软件,需要用到Microsoft .NET Framework 2.0,安装后软件可以打开但无法运行,出现如下提示,请问COM+如何安装?

2015-3-31 0-42-00.jpg (21.16 KB, 下载次数: 0)
2#
发表于 2015-3-31 09:19:17 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
3#
 楼主| 发表于 2015-3-31 09:37:17 | 只看该作者
弘白 发表于 2015-3-31 09:19
点开详细信息,看下具体的信息是什么,现在这个提示里面没有说需要哪个com+组件 ...

感谢你的回复

具体信息如下,请帮忙看看

有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
System.Runtime.InteropServices.COMException (0x8004020C): 该操作需要 COM+ ,但尚未安装 (异常来自 HRESULT:0x8004020C)
   在 DirectShowLib.IVMRWindowlessControl9.RepaintVideo(IntPtr hwnd, IntPtr hdc)
   在 ImageGrabberII.VideoCtrl.OnPaintBackground(PaintEventArgs e)
   在 System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
   在 System.Windows.Forms.Control.WmEraseBkgnd(Message& m)
   在 System.Windows.Forms.Control.WndProc(Message& m)
   在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
   在 System.Windows.Forms.UserControl.WndProc(Message& m)
   在 ImageGrabberII.VideoCtrl.WndProc(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** 已加载的程序集 **************
mscorlib
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.1433 (REDBITS.050727-1400)
    基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Image Grabber II
    程序集版本: 2.2.0.0
    Win32 版本: 2.2.0.0
    基本代码: file:///D:/IMAGE/Image.exe
----------------------------------------
System.Windows.Forms
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.1433 (REDBITS.050727-1400)
    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.1433 (REDBITS.050727-1400)
    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.1433 (REDBITS.050727-1400)
    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
DirectShowLib-2005
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.0.0
    基本代码: file:///D:/IMAGE/DirectShowLib-2005.DLL
----------------------------------------
mscorlib.resources
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.1433 (REDBITS.050727-1400)
    基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.1433 (REDBITS.050727-1400)
    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHS_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。

例如:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

启用 JIT 调试后,任何无法处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。

4#
发表于 2015-3-31 09:43:29 | 只看该作者
可以试试看把1.1,2.0,3.5,4.0都装了
6#
 楼主| 发表于 2015-3-31 09:51:39 | 只看该作者

C++安装了2005 2008
7#
发表于 2015-3-31 09:53:18 | 只看该作者
本帖最后由 leassy 于 2015-3-31 09:55 编辑

http://iwo.im/?q=directshowlib.dll%20%E4%BF%AE%E5%A4%8D
8#
 楼主| 发表于 2015-3-31 09:58:17 | 只看该作者
opelnic 发表于 2015-3-31 09:43
可以试试看把1.1,2.0,3.5,4.0都装了

死马当活马医,我试试看
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2025-10-31 19:40 , Processed in 0.065543 second(s), 12 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表