Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Project Rome not working ! #35

Open
mixturify opened this issue May 4, 2017 · 7 comments
Open

Project Rome not working ! #35

mixturify opened this issue May 4, 2017 · 7 comments

Comments

@mixturify
Copy link

mixturify commented May 4, 2017

Hi, first of all, thank you to bring us this interesting samples !

So, for the app Adventure Works, it's look like remote app service not working on Creators Update !

I have tried on same device with an windows phone emulator: not working.

I know that because before Creators Update, when I was playing with this sample, devices were listed and when you selected one, you can remotely use slideshow or all stuff made with this app.

I am trying to guess what is the problem, maybe this sample work good only on Anniversary Update ! Because if I take the sample RemoteSystems from "Windows-universal-samples" github, it's work without problems.

Bye.

@nmetulev
Copy link
Member

nmetulev commented May 4, 2017

Thanks for reporting this @cgiu, I'll take a look and get back to you

@mixturify
Copy link
Author

mixturify commented May 13, 2017

I think the problem is when you compile the app before packaging, this extension line is removed in the appxmanifest:

<uap:Extension Category="windows.appService"> <uap3:AppService Name="com.myapp" SupportsRemoteSystems="true"/> </uap:Extension>

So without this line, the network cannot lookup at your app.

I think VS2017 compiler is kind of buggy with this manifest and with this uap3 extensions because sometime even <uap3:Capability Name="remoteSystem" /> is duplicated in <uap:Capability...

@nmetulev
Copy link
Member

@cgiu , does this issue happen when you package the app only, or does it happen on compile time? If it's only on packaging, is the app working when deployed through visual studio?

@mixturify
Copy link
Author

@nmetulev It's look like, this happen when I start the procedure for packaging the app for the store.

Well not a big deal at end. The code is fine ;)

@nmetulev
Copy link
Member

Thanks for checking. I'll investigate

@sphenry
Copy link
Member

sphenry commented May 24, 2017

@cgiu What version of VS2017 are you using? Are you up to date using the Visual Studio Updater?

FWIW, you can work around the issue by un-checking 'Automatically increment' the version number.

@mixturify
Copy link
Author

@sphenry I've recently update with the installer to the latest VS2017 update, the bug still here!

I also discovered that the line also disappears if I open the manifest in the visual editor and modify something.

Anyway thank you for the trick, it will avoid me to compile 2 times!

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

3 participants