I am trying to deploy the sample application for bridging AppServices with a UWP application. The sample runs and builds just fine but when I try to follow the guide to package
Wrong path will cause the same error.
For me, my wrong code is
my project dir like this:
bin
│ ├─x64
│ │ └─Release
│ │ ├─AppX
│ │ │ ├─ClipboardEx
| | | | └─ClipboardEx.exe
│ │ │ ├─Images
│ │ │ └─WinMetadata
So I changed Executable fromClipboardEx.exe
toClipboardEx\ClipboardEx.exe
, pack successfully.
It's kind of like what kibitzerCZ said. But i dont need to make a new dir, just make sure your path is correct