I am adding drag-and-drop to a one-click application in Windows 8. I have to run Visual Studio 2010 as Administrator to import the signing key. Unfortunately, you cannot drag-and-drop from File Explorer to a VS application when running as Administrator.
I looked at a similar question here, but it is for Windows 7; the solution does not work in Windows 8. I also looked at a solution here to get File Explorer to run with Admin privileges, but that also did not work.
Currently I am reduced to building and then running from the exe, which means I cannot trace through the code at breakpoints. Is there a way to get around the UAC restrictions in Windows 8?