Share via

UWP app Dependencies

winprofessional 41 Reputation points
2021-01-05T18:04:20.04+00:00

When we create a UWP app package using publish option in VS 2019, in the created package folder there is a folder called TelemetryDependencies with some dlls in it like Microsoft.VisualStudio.RemoteControl.dll. What does this dependency signify? Is this needed for the app to install?

Developer technologies | Universal Windows Platform (UWP)
0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2021-01-06T02:56:44.993+00:00

    Hello,

    Welcome to Microsoft Q&A!

    What does this dependency signify? Is this needed for the app to install?

    It means these dependencies are needed when using your app, some of the functions of your app relies on these dependencies. It is needed to install.

    Generally, if the users install your app from the MS store, the store will automatically install the dependencies that your app needs but are not installed. If they're sideloading your app, they will need to install the dependencies manually if they haven't installed them yet.

    Thank you.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.