microsoft / Windows-Packaging-Samples

Windows Application Packaging Project Samples.
MIT License
55 stars 37 forks source link

Are these projects outdated already? #1

Closed WestXu closed 5 years ago

WestXu commented 6 years ago

For example, in the solution ShareTarget, I can't add the Windows reference in the WpfPhotoViewer project. It seems not listed on the reference list anymore. So how can I call a uwp window from winforms or wpf applications now?

rido-min commented 5 years ago

hi @WestXu (sorry for the delay)

The Windows references are not available in the References Dialog. This doc explains how to add those references.

ali-h2010 commented 4 years ago

@rido-min , i updated Visual Studio and Windows SDK to latest version but i am getting "This project is outdated, do you want to build it?"

when i build it , it runs fine but the even is not triggering and i am not seeing any notifications!

rido-min commented 4 years ago

Hi @ali-h2010 a lot of things have changed in the last year. Can you provide repro steps to understand what is not working? The sample "Share Target" does not show any notification, it's meant to describe how to integrate the "Share target" action.

ali-h2010 commented 4 years ago

@rido-min , sorry for the confusion. I was actually talking about BGTask. I just downloaded the solution, restored the libraries, and run the solution.

rido-min commented 4 years ago

IIRC you need to click the button to register the background task, then wait some time until the notification is hit.