WiX COM+错误代码
我正在尝试向 WiX 注册 COM+。我收到以下错误。在哪里可以找到错误代码-2146368486的含义?
RegisterComPlusAssemblies: DLL: <file name>
ComPlusInstallExecute: ErrorInfo: Name='<file name>', ErrorCode='-2146368486', MajorRef='<name>', MinorRef='<invalid>'
ComPlusInstallExecute: ErrorInfo: Name='<name>', ErrorCode='-2146368486', MajorRef='<guid>', MinorRef='<invalid>'
ComPlusInstallExecute: ErrorInfo: Name='<name>', ErrorCode='-2146368486', MajorRef='<guid>', MinorRef='<invalid>'
ComPlusInstallExecute: Error 0x80110401: Failed to install components
ComPlusInstallExecute: Error 0x80110401: Failed to register native assembly
ComPlusInstallExecute: Error 0x80110401: Failed to register assembly, key: <assembly>
ComPlusInstallExecute: Error 0x80110401: Failed to register assemblies
I'm trying to register COM+ with WiX. I get the following error. Where can I find the meaning of error code -2146368486?
RegisterComPlusAssemblies: DLL: <file name>
ComPlusInstallExecute: ErrorInfo: Name='<file name>', ErrorCode='-2146368486', MajorRef='<name>', MinorRef='<invalid>'
ComPlusInstallExecute: ErrorInfo: Name='<name>', ErrorCode='-2146368486', MajorRef='<guid>', MinorRef='<invalid>'
ComPlusInstallExecute: ErrorInfo: Name='<name>', ErrorCode='-2146368486', MajorRef='<guid>', MinorRef='<invalid>'
ComPlusInstallExecute: Error 0x80110401: Failed to install components
ComPlusInstallExecute: Error 0x80110401: Failed to register native assembly
ComPlusInstallExecute: Error 0x80110401: Failed to register assembly, key: <assembly>
ComPlusInstallExecute: Error 0x80110401: Failed to register assemblies
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
打开计算器,输入数字,切换到十六进制:
删除较高的部分,在前面加上“0x”:
然后 Google 一下:
http://www.google.pl/#hl=pl&源=hp&q=0x8011041A
Open the calculator, type the number, switch to hex:
drop the higher part, prepend "0x":
and Google it:
http://www.google.pl/#hl=pl&source=hp&q=0x8011041A