Is there a way to run an application via shortcut from a C# application?
I am attempting to run a .lnk from my C# application. The shortcut contains a significant n
Setting UseShellExecute = false was the problem. Once I removed that, it stopped crashing.
UseShellExecute = false