WPF ListBox Drag and drop Security elevation issue.
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
Hey guys I've written a small app that allows you to drag files from your desktop or explorer into a Listbox this creates a list of files to be backed up on a certain date and time you have selected. Every thing works perfectly fine in debug running from visual Studio 2019. Once I switch to release and attempt to create an install shield setup for it, The setup works fine and it installs but it shows a no symbol when you try to drag files into the Listbox. I've read that you must change the app.Manifest to an elevated setting but I tried that with no success. Please any help figuring this out would be very much appreciated.