Git Product home page Git Product logo

Comments (5)

ooeygui avatar ooeygui commented on August 28, 2024

Assigning to @bfjelds; perhaps the background task hasn't been deployed?

from content.

rachitb777 avatar rachitb777 commented on August 28, 2024

Hi Myfreedom614,
Did you deploy both the applications? ie. Blinky app and the WebServer app ? Note that Blink app is the one that you should launch. It launches the webserver app.

from content.

MichaelBross avatar MichaelBross commented on August 28, 2024

I had the same problem after first deploying the WebServer app then running the BlinkyWebService app, as instructed.

I tracked the problem down to an apparent change in the WebServer app's Package family name. Specifically BlinkyWebService attempts to connect to appServiceConnection.PackageFamilyName = "WebServer_hz258y3tkez3a" but the WebServer app's package family name (shown in the Package.appxmanifest in Visual Studio on my machine) is WebServer_1w720vyc4ccym.

Just change the BlinkyWebService MainPage.xaml.cs line 47 to read appServiceConnection.PackageFamilyName = "WebServer_1w720vyc4ccym"; or whatever Package family name appears in WebServer Package.appxmanifest in Visual Studio. The Package family name does not appear in the WebServer Package.appxmanifest source file found here on GitHub. At least I couldn't find it. So I suspect the name may be automatically generated and may be different for every user. Reinforcing this belief is the fact that the Package family name appearing in Visual Studio is read only (grayed out).

from content.

edwyn avatar edwyn commented on August 28, 2024

@MichaelBross thanks for you post, changing the appServiceConnection.PackageFamilyName did the trick for me, for me in the grayed out area in the Package.appxmanifest also showed WebServer_1w720vyc4ccym ..

@rachitb777 it looks like the string to find the specified app is set incorrect with the fix from @MichaelBross the application works now for me

from content.

IoTGirl avatar IoTGirl commented on August 28, 2024

Closing this issue as the last post indicates this is now working

from content.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.