Hi all,
I'm having a very weird issue today with ClickOnce. After publishing, the application no longer starts from the Start Menu. The same is happening on my workmate's computer. If I search for the executable in the manifest directory of my profile and double-click it, it opens just fine. So it is certainly something to do with the ClickOnce manifest locator. I verified it is the latest update by sorting the directories by date as well, and tested the app to make sure it was the latest version with my new features.
Edit: I hasten to add that if I try to attach to the process in Visual Studio debugger before it crashes, the process closes before my debugger can catch it. I will reply to this with the output from the AppCrash Report.wer associated with this manifest.
Edit: I do not have the Kensington mouse driver, before anyone points me to that thread. I verified this in many ways.
What's going on?
.net version: 4.5, using WPF in visual studio 2012
-Brandon