简体   繁体   English

在 Visual Studio 2017 中创建设置时遇到错误

[英]facing error while creating setup in visual studio 2017

A dialog window relating to SQL Management Studio appears with the following出现一个与 SQL Management Studio 相关的对话窗口,其中包含以下内容

Please wait while Windows configures SQL Server 2008 R2 SP2 Management Studio. Windows 正在配置 SQL Server 2008 R2 SP2 Management Studio,请稍候。 On top of that dialog window a further dialog window appears with:在该对话窗口的顶部会出现一个进一步的对话窗口,其中包含:

0: Watson 1: 1304 2: STreamSupportFiles 3:streamBinaryToDisk 4:5 5:e:\\sql10_main_t\\sql\\setup\\darmwin\\sqlcastub\\streamca.cpp 6:238 7:sqlcastub.dll 8:sqlrun.msi 0: Watson 1: 1304 2: STreamSupportFiles 3:streamBinaryToDisk 4:5 5:e:\\sql10_main_t\\sql\\setup\\darmwin\\sqlcastub\\streamca.cpp 6:238 7:sqlcastub.dll 8:sqlrun.msi

above error facing while creating setup in visual studio 2017, when i click ok then error message come access denied and one installer window runs for a log while im using visual studio 2017 professional and sql server 2008 express在 Visual Studio 2017 中创建设置时遇到上述错误,当我单击“确定”时,错误消息出现访问被拒绝,一个安装程序窗口在我使用 Visual Studio 2017 Professional 和 sql server 2008 express 时运行以获取日志

heyy after long time i got a same solution on microsoft as well as stack overflow嘿,很长一段时间后,我在 microsoft 上得到了相同的解决方案以及堆栈溢出

here it is在这里

regsvr32.exe /u "C:\Program Files (x86)\Common Files\microsoft shared\MSI Tools\mergemod.dll"
 regsvr32.exe "C:\Program Files (x86)\Common Files\microsoft shared\MSI Tools\mergemod.dll"

note-open cmd with administration. note-open cmd 与管理。

是的,它对我有用,很好的解决方案!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM