.net CORE 1.0 won't install on VS 2015 w/Update 3
just updated vs 2015 update 3. completed successfully. tried install .net core 1.0.0, failed, saying update 3 didn't appear finish , repair it. if rerun update 3, there not repair option , install looks fine me.
the last 2 lines of core log file this:
[06f0:0418][2016-07-22t16:19:13]e000: setup has detected visual studio 2015 update 3 may not installed. please repair visual studio 2015 update 3, install product again.
[06f0:0418][2016-07-22t16:19:13]e000: error 0x81f40001: bundle condition evaluated false: wixbundleinstalled or not(((vs2015communityupdateversion <> vs2015updateversion) , (vs2015communityexists) , (vs2015updateversionexists)) or ((vs2015professionalupdateversion <> vs2015updateversion) , (vs2015professionalexists) , (vs2015updateversionexists)) or ((vs2015enterpriseupdateversion <> vs2015updateversion) , (vs2015enterpriseexists) , (vs2015updateversionexists)) or ((vs2015webexpressupdateversion <> vs2015updateversion) , (vs2015webexpressexists) , (vs2015updateversionexists))) or (skip_vsu_check=1) or (wixbundleaction=2)
[06f0:0418][2016-07-22t16:19:13]i199: detect complete, result: 0x0
any appreciated.
michael
dotnetcore.1.0.0-vs2015tools.preview2.exe skip_vsu_check=1
from here:
http://forums.asp.net/post/6067207.aspx
Visual Studio Languages , .NET Framework > Visual C#
Comments
Post a Comment