安装VS 2017 / Xamarin [英] Installing VS 2017/Xamarin

查看:104
本文介绍了安装VS 2017 / Xamarin的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好。


我一直在尝试安装VS 2017过去的一周,但每次我这样做都会出错。这是日志


由于一个或多个软件包故障,产品无法安装列出的工作负载和组件。


工作负载不完整


    使用.NET进行移动开发(Microsoft.VisualStudio.Workload.NetCrossPlat,版本= 15.0.26403.0)



不完整的组件


    Xamarin(Component.Xamarin,版本= 15.0.26424.2)


    Xamarin工作簿(Component.Xamarin.Inspector,版本= 15.0.26228.0)



您可以使用以下信息搜索解决方案,修改上述工作负载和组件的选择,然后重试安装,或从计算机中删除产品。



以下是导致上述不完整工作负载和组件的单个程序包故障的集合。要搜索这些特定问题的现有报告,请将每个包失败的URL复制并粘贴到Web浏览器中。
如果已经报告了该问题,您可以在那里找到解决方案或解决方法。如果尚未报告此问题,您可以创建一个新问题,其他人将能够找到解决方案或解决方法。



软件包'Microsoft.VisualStudio.Xamarin.Bonjour,version = 1.0.13'无法安装。


<跨度>&NBSP;&NBSP;&NBSP; 搜索网址:https://aka.ms/VSSetupErrorReports?q = PackageId = Microsoft.VisualStudio.Xamarin.Bonjour; PackageAction=Install ;ReturnCode = 1920


<跨度>&NBSP;&NBSP;&NBSP; 受影响的工作量


        使用.NET进行移动开发(Microsoft.VisualStudio.Workload.NetCrossPlat,版本= 15.0.26403.0)


    ; 受影响的组件


        Xamarin(Component.Xamarin,版本= 15.0.26424.2)


        ; Xamarin工作簿(Component.Xamarin.Inspector,版本= 15.0.26228.0)


    记录


        C:\ Users \ Michael \ AppData \ Local \Temp \dd_setup_20170615130346_003_Microsoft.VisualStudio.Xamarin.Bonjour.log


<跨度>&NBSP;&NBSP;&NBSP; 详情


        MSI:C:\ProgramData \ Microros\VisualStudio \ Packages \ Microsoft.VisualStudio.Xamarin.Bonjour,version = 1.0.13\Xamarin.Bonjour.1.0.13.msi,Properties:<跨度>&NBSP;
REBOOT = ReallySuppress ARPSYSTEMCOMPONENT = 1


        返回代码:1920


        返回代码详情:服务'Bonjour服务'(Bonjour服务)无法启动。 
确认您具有足够的权限来启动系统服务。



我在Windows 7上运行Aspire 5749笔记本电脑。我有完成所有更新,但仍然没有运气。


我希望有人可以提供帮助。


谢谢

解决方案

嗨Razor,


感谢您在MSDN论坛上发帖。


最近有几位社区成员遇到此问题,请参阅
这个
链接,常见的故障排除解决方法没有帮助,最后你可以尝试使用hyo1411的解决方案:


1。创建文件夹  C:\Program Files(x86)\ Microsoft Visual Studio \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ b

2。 将所有文件复制到C:\Program Files(x86)\ Microsoft Visual Studio \\\ 2017 \ Enterprise> \\ Common7 \IDE \ Extensions \ Xamarin


3。 再次运行设置


>>服务'Bonjour服务'(Bonjour服务)无法启动。 &NBSP;
确认您具有足够的权限来启动系统服务


对于此错误,请参阅
Bonjour服务无法启动
,按照ToddGr的建议重置Bonjour服务。


最好的问候,



Hi all.

I have been trying to install VS 2017 for the passed week but every time I do it I get an error. Here is the log

The product failed to install the listed workloads and components due to one or more package failures.

Incomplete workloads

    Mobile development with .NET (Microsoft.VisualStudio.Workload.NetCrossPlat,version=15.0.26403.0)

Incomplete components

    Xamarin (Component.Xamarin,version=15.0.26424.2)

    Xamarin Workbooks (Component.Xamarin.Inspector,version=15.0.26228.0)

You can search for solutions using the information below, modify your selections for the above workloads and components and retry the installation, or remove the product from your machine.

Following is a collection of individual package failures that led to the incomplete workloads and components above. To search for existing reports of these specific problems, please copy and paste the URL from each package failure into a web browser. If the issue has already been reported, you can find solutions or workarounds there. If the issue has not been reported, you can create a new issue where other people will be able to find solutions or workarounds.

Package 'Microsoft.VisualStudio.Xamarin.Bonjour,version=1.0.13' failed to install.

    Search URL: https://aka.ms/VSSetupErrorReports?q=PackageId=Microsoft.VisualStudio.Xamarin.Bonjour;PackageAction=Install;ReturnCode=1920

    Impacted workloads

        Mobile development with .NET (Microsoft.VisualStudio.Workload.NetCrossPlat,version=15.0.26403.0)

    Impacted components

        Xamarin (Component.Xamarin,version=15.0.26424.2)

        Xamarin Workbooks (Component.Xamarin.Inspector,version=15.0.26228.0)

    Log

        C:\Users\Michael\AppData\Local\Temp\dd_setup_20170615130346_003_Microsoft.VisualStudio.Xamarin.Bonjour.log

    Details

        MSI: C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualStudio.Xamarin.Bonjour,version=1.0.13\Xamarin.Bonjour.1.0.13.msi, Properties:  REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1

        Return code: 1920

        Return code details: Service 'Bonjour Service' (Bonjour Service) failed to start.  Verify that you have sufficient privileges to start system services.

I am run an Aspire 5749 laptop with Windows 7. I have completed all updates and still no luck.

Im hoping someone here can help.

Thanks

解决方案

Hi Razor,

Thank you for posting in MSDN forum.

Recently, several Community members have encountered this issue, please see this link, common troubleshooting workarounds didn't help, lastly you can have a try with hyo1411's solution:

1. Create the folder C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Extensions\Xamarin

2. Copy any files to C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Extensions\Xamarin

3. Run the setup again.

>>Service 'Bonjour Service' (Bonjour Service) failed to start.  Verify that you have sufficient privileges to start system services

For this error, please refer to Bonjour Service failed to start , follow ToddGr's suggestion to reset the Bonjour service.

Best Regards,


这篇关于安装VS 2017 / Xamarin的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆