zoukankan      html  css  js  c++  java
  • 配置dcom时,在此计算机运行应用程序不可选

    Finally.... After installing windows 7 - 32 bit and seeing that DcomCnfg worked led me to believe that the problem was 64 bit related.  So I googled DcomCnfg 64 bit and found:

    http://msdn.microsoft.com/en-us/library/ms678426(VS.85).aspx

    Kepware Server是32位的,所以要在32位程序下配置应用服务。

    在控制台运行mmc comexp.msc /32即可。

    "Dcomcnfg.exe and 64-bit Applications
    On x64 operating systems from Windows XP to Windows Server 2008, the 64-bit version of DCOMCNFG.EXE does not correctly configure 32-bit DCOM applications for remote activation. This behavior causes components that are meant to be activated remotely instead being activated locally. This behavior does not occur in Windows 7 and Windows Server 2008 R2 and higher versions.

    The workaround is to use the 32-bit version of DCOMCNFG. Run the 32-bit version of mmc.exe and load the 32-bit version of the Component Services snap-in by using the following command line.

    C:WINDOWSSysWOW64>mmc comexp.msc /32

    The 32-bit version of Component Services correctly registers 32-bit DCOM applications for remote activation."

    My suspicions were confirmed, although the article incorrectly has the sub-title: "Dcomcnfg.exe and 64-bit Applications"

    The 64 bit version of DCOMCNFG does NOT work!   The 32 bit version of DCOMCNFG does work.

    I immediately tested this on Windows 7 - 64 bit:   Start -> Run -> mmc comexp.msc /32

    Then going to my 32 bit ATL exe component under DCOM Config -> properties -> location tab.  All check boxes were available, none were grey.   Furthermore the previously greyed unchecked "Run application on this computer" was now checked and available!  Imagine that, previously shown unchecked and not editable, now shown correctly using the 32 bit version of DcomCnfg!

    It is disappointing that the article says "This behavior does not occur in Windows 7 and Windows Server 2008 R2 and higher versions."  Hello?   Does anybody test this stuff?  Clearly this statement in the article is false.

    Anyway.... the solution to bad DcomCnfg behavior under 64 - bit Windows OS's is to use the 32 bit version of DcomCnfg.

    Start -> Run -> mmc comexp.msc /32

  • 相关阅读:
    Http Get Post put delete
    YII AR查询方法
    YII CJson类
    Yii 配置文件
    linux大文件分割 split命令
    chrome插件 postman插件 接口测试、API & HTTP 请求调试工具
    Yii 实现restful
    restful理解
    how tomcat works 读书笔记(一)----------一个简单的webserver
    HDU2206 IP的计算 【经典题】
  • 原文地址:https://www.cnblogs.com/xpvincent/p/3324569.html
Copyright © 2011-2022 走看看