Hi all,
I have inside a C# windows application a piece of code to open the word using a command like this:
ShellHelper.OpenFile("Winword.exe", "/n /f @"C:\template.dotx" /xmlFile:@"C:\data.xml")
But now & then and mostly on Windows 10 this hangs and doesn't work at all.
Am I passing some parameter wrong here? Should I be doing this in a different way?