Nun-z / XboxRetailModeAppGuideLegacy

This guide describes the process of installing uncertified apps to an Xbox in retail mode.
51 stars 4 forks source link

References not available on Visual Studio Community 2017. #5

Open lolcatplays opened 3 years ago

lolcatplays commented 3 years ago

image I also don't have the relevant microsoft store options.

I DID INSTALL THE OTHER EXTENSIONS

Nun-z commented 3 years ago

The Visual C++ 2012, 2013, and 2015 references should be sufficient, as well as the fourth one down in the screenshot you shared. For 2017, the steps are slightly different.

See this quote from this website: https://docs.microsoft.com/en-us/windows/msix/package/packaging-uwp-apps#configure-your-project:

"choose Publish->Associate App with the Store (before Visual Studio 2019 version 16.3, the Publish menu is named Store)"

lolcatplays commented 3 years ago

Ok thanks, I'll try it tomorrow and let you know what happens.

lolcatplays commented 3 years ago

Sorry, one more issue once I hit create app packages

1>------ Build started: Project: RetroArch-msvc2017-UWP, Configuration: ReleaseANGLE x64 ------ 1>Object reference not set to an instance of an object. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== ========== Package: 0 succeeded, 1 failed ===========

Nun-z commented 3 years ago

Hmm. I haven't seen that particular error before, but apparently it refers to a problem with RetroArch's code. Does it indicate the file and line in which the error occurs?