Почему не устанавливается dot net core 1.0?

Обновил студию с Visual Studio 2015 Update 2 до Visual Studio 2015 Update 3*.
Пытаюсь установить .NET Core 1.0 for Visual Studio н получаю
blob
vs community - бесплатная. Что не так?

Лог:
[1464:0AF4][2016-07-26T19:55:35]i101: Detected package: SetupBlocked_Uninstall, state: Present, cached: None
[1464:0AF4][2016-07-26T19:55:35]i052: Condition 'WixBundleInstalled OR NOT(NetFx45Release < 378675) OR (WixBundleAction=2)' evaluates to true.
[1464:0AF4][2016-07-26T19:55:35]i052: Condition 'WixBundleInstalled OR VS2015DevEnvExists OR VS2015WebExpressExists OR (WixBundleAction=2)' evaluates to true.
[1464:0AF4][2016-07-26T19:55:35]i052: Condition 'WixBundleInstalled OR (((VS2015CommunityUpdateVersion >= v14.0.25420) OR (VS2015ProfessionalUpdateVersion >= v14.0.25420) OR (VS2015EnterpriseUpdateVersion >= v14.0.25420)) OR (VS2015WebExpressUpdateVersion >= v14.0.25420)) OR (SKIP_VSU_CHECK=1) OR (WixBundleAction=2)' evaluates to true.
[1464:0AF4][2016-07-26T19:55:35]i052: Condition 'WixBundleInstalled OR NOT(((VS2015CommunityUpdateVersion <> VS2015UpdateVersion) AND (VS2015CommunityExists) AND (VS2015UpdateVersionExists)) OR ((VS2015ProfessionalUpdateVersion <> VS2015UpdateVersion) AND (VS2015ProfessionalExists) AND (VS2015UpdateVersionExists)) OR ((VS2015EnterpriseUpdateVersion <> VS2015UpdateVersion) AND (VS2015EnterpriseExists) AND (VS2015UpdateVersionExists)) OR ((VS2015WebExpressUpdateVersion <> VS2015UpdateVersion) AND (VS2015WebExpressExists) AND (VS2015UpdateVersionExists))) OR (SKIP_VSU_CHECK=1) OR (WixBundleAction=2)' evaluates to false.
[1464:0AF4][2016-07-26T19:55:35]e000: Setup has detected that Visual Studio 2015 Update 3 may not be completely installed. Please repair Visual Studio 2015 Update 3, then install this product again.
[1464:0AF4][2016-07-26T19:55:35]e000: Error 0x81f40001: Bundle condition evaluated to false: WixBundleInstalled OR NOT(((VS2015CommunityUpdateVersion <> VS2015UpdateVersion) AND (VS2015CommunityExists) AND (VS2015UpdateVersionExists)) OR ((VS2015ProfessionalUpdateVersion <> VS2015UpdateVersion) AND (VS2015ProfessionalExists) AND (VS2015UpdateVersionExists)) OR ((VS2015EnterpriseUpdateVersion <> VS2015UpdateVersion) AND (VS2015EnterpriseExists) AND (VS2015UpdateVersionExists)) OR ((VS2015WebExpressUpdateVersion <> VS2015UpdateVersion) AND (VS2015WebExpressExists) AND (VS2015UpdateVersionExists))) OR (SKIP_VSU_CHECK=1) OR (WixBundleAction=2)
[1464:0AF4][2016-07-26T19:55:35]i199: Detect complete, result: 0x0
  • Вопрос задан
  • 815 просмотров
Решения вопроса 1
@alex-class
android, windows phone, windows mobile, asp.net
Оказывается это распространённая проблема.

Решение:
Запустить установку с флагом пропуска проверки

dotnetcore.1.0.0-vs2015tools.preview2 SKIP_VSU_CHECK=1


О проблеме:
https://visualstudiogallery.msdn.microsoft.com/c94...
Ответ написан
Комментировать
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы