DevExpress Cannot Register Toolbox items(不能注册工具箱项)
DevExpress Cannot Register Toolbox items
不能注册工具箱项
DevExpress安装完成后提示:
打开VS工具箱里面没有DevExpress控件,打开安装日志发现异常记录
Failed registering for 100
Error - 检索 COM 类工厂中 CLSID 为 {656D8328-93F5-41A7-A48C-B42858161F25} 的组件失败,原因是出现以下错误: 800706ba RPC 服务器不可用。 (异常来自 HRESULT:0x800706BA)。
2011-4-10 16:36:02 Stack - 在 System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
在 System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache)
在 System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache)
在 System.Activator.CreateInstance(Type type, Boolean nonPublic)
在 ToolBoxCreator.toolBoxForm.ExecuteNonWpf(String[] args)
原因是服务中的DCOM没有打开,运行 输入 Services.msc
开启 DCOM Server Process Launcher
开启失败
处理方法
运行输入 msdtc -uninstall 卸载 msdtc 服务;
再运行输入 msdtc -install 安装 msdtc 服务。
然后在去服务启动DCOM Server Process Launcher,发现已经启动,于是从新安装 DevExpress成功….