Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Cannot run the HealthVault.Sample.Xamrin.UWP or UWP projects on the new Visual Studio 2017 #37

Open
xtianus79 opened this issue Oct 1, 2017 · 1 comment

Comments

@xtianus79
Copy link

I am trying to build and run the two following files... by the way tried to run the android flavor and it was in general a horrible experience and couldn't really get anything going via the emulator... I will post seperatly about that.

I tried changing these lines to the newer sdk

from this:

    <TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
    <TargetPlatformMinVersion>10.0.10586.0</TargetPlatformMinVersion>

to this

    <TargetPlatformVersion>10.0.15063.468</TargetPlatformVersion>
    <TargetPlatformMinVersion>10.0.15063.468</TargetPlatformMinVersion>

And nothing works. the issue I get for example via the ubp app this is the respnose

one or more of projects require a platform sdk (UAP, Verision=10.0.15063.468) that iseither no installed or is included as part of a future update to Visual Studio...

or before manually changing the version it would say... Install missing features:

Headers, libraries, and tools for developing apps that run on Windows operating systems blah blah won't be able to run unless you install the above sdk.

I do try to install the sdk but it fails and my belief is that it isn't compatible with the new visual studio.

your help is appreciated

@xtianus79
Copy link
Author

this is the log i get from even trying to install the above older sdk...

Something went wrong with the install.

You can troubleshoot the package failures by:

    1. Search for solutions using the search URL below for each package failure
    2. Modify your selections for the affected workloads or components and then retry the installation
    3. Remove the product from your machine and then install again

If the issue has already been reported on the Developer Community, you can find solutions or workarounds there. If the issue has not been reported, we encourage you to create a new issue so that other developers will be able to find solutions or workarounds. You can create a new issue from within the Visual Studio Installer in the upper-right hand corner using the "Provide feedback" button.

================================================================================

Package 'Win10SDK_10.0.14393.795,version=10.0.14393.79516' failed to install.
    Search URL
        https://aka.ms/VSSetupErrorReports?q=PackageId=Win10SDK_10.0.14393.795;PackageAction=Install;ReturnCode=-2147023293
    Details
        Command executed: "c:\windows\syswow64\\windowspowershell\v1.0\powershell.exe" -NonInteractive -NoLogo -NoProfile -ExecutionPolicy Bypass -InputFormat None "$ErrorActionPreference="""Stop"""; $VerbosePreference="""Continue"""; $CeipSetting="""on"""; $ScriptPath="""C:\ProgramData\Microsoft\VisualStudio\Packages\Win10SDK_10.0.14393.795,version=10.0.14393.79516\WinSdkInstall.ps1"""; $SetupExe="""sdksetup.exe"""; $SetupLogFolder="""standalonesdk"""; $PackageId="""Win10SDK_10.0.14393.795"""; $LogFile="""C:\Users\Christian\AppData\Local\Temp\dd_setup_20170930201734_003_Win10SDK_10.0.14393.795.log""";  $SetupParameters="""/features OptionId.AvrfExternal OptionId.WindowsSoftwareDevelopmentKit OptionId.WindowsSoftwareLogoToolkit /quiet /norestart"""; (gc $ScriptPath | out-string) | Invoke-Expression; if (!$?) { exit 1603 } elseif ($LastExitCode) { exit $LastExitCode }"
        Return code: -2147023293
        Return code details: Fatal error during installation.
    Log
        C:\Users\Christian\AppData\Local\Temp\dd_setup_20170930201734_003_Win10SDK_10.0.14393.795.log
    Impacted workloads
        Universal Windows Platform development (Microsoft.VisualStudio.Workload.Universal,version=15.0.26720.2)
    Impacted components
        Windows 10 SDK (10.0.14393.0) (Microsoft.VisualStudio.Component.Windows10SDK.14393,version=15.0.26208.0)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant