Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
wix和iis-无法更新元数据库错误_Iis_Wix_Windows Installer_Wix3 - Fatal编程技术网

wix和iis-无法更新元数据库错误

wix和iis-无法更新元数据库错误,iis,wix,windows-installer,wix3,Iis,Wix,Windows Installer,Wix3,我有一个wix项目,它将一个网站(MVC2)安装到用户选择的现有网站上。这在我的机器上运行良好(当然),但客户端在测试vm上出现以下错误: Action 16:08:03: ConfigureIIsExec. Action 16:08:03: WriteMetabaseChanges. Installing Metabase Keys and Values WriteMetabaseChanges: Error 0x80070003: failed to create metabase ke

我有一个wix项目,它将一个网站(MVC2)安装到用户选择的现有网站上。这在我的机器上运行良好(当然),但客户端在测试vm上出现以下错误:

Action 16:08:03: ConfigureIIsExec. 
Action 16:08:03: WriteMetabaseChanges. Installing Metabase Keys and Values
WriteMetabaseChanges:  Error 0x80070003: failed to create metabase key: /W3SVC/1/Root//
Error 26103. Failed to create metabase key.  (-2147024893   /W3SVC/1/Root//      )
MSI (s) (5C!64) [16:08:06:747]: Product: Blah Blah Web Site -- Error 26103. Failed to create metabase key.  (-2147024893   /W3SVC/1/Root//      )
有人有什么想法吗?他们尝试打开和关闭IIS元数据库编辑,并以管理员身份运行安装程序。

您的线索如下:

7]: Product: Blah Blah Web Site -- Error 26103. Failed to create metabase key.  (-2147024893   /W3SVC/1/Root//      )
错误-2147024893表示未找到错误路径。

您的线索如下:

7]: Product: Blah Blah Web Site -- Error 26103. Failed to create metabase key.  (-2147024893   /W3SVC/1/Root//      )

错误-2147024893表示未找到错误路径。

ahhhhh。非常感谢。发现所有这些错误消息意味着什么是一项挑战。嗯,这是到元数据库的路径还是到所选站点的路径,或者可能是我试图更改站点指向的路径。需要更多的测试。令人高兴的是,我猜应该是这个路径-“/W3SVC/1/Root/”啊。非常感谢。发现所有这些错误消息意味着什么是一项挑战。嗯,这是到元数据库的路径还是到所选站点的路径,或者可能是我试图更改站点指向的路径。需要更多的测试。令人高兴的是,我猜应该是这样的路径-“/W3SVC/1/Root/”