
Previously, WinAPI::shellExecute() is working on AX 2009, but I do not know why, after updating AX kernel and application to version 5.0.1500.1313, WinAPI::shellExecute() is no longer working, or did someone change settings or what is actually prevent it from working?
The symptom is the target EXE actually executed but it is being shutdown again very quick.
Could anyone help to analyze this problem and give solution?
Thank you
*This post is locked for comments
I have the same question (0)Hi Frank,
That's strange :-).
One thing I know is that it shouldn't work if you run your code on server, maybe that has changed?
As an alternative, you could change the WINAPI::shellExecute() to System.Diagnostics.Process as demonstrated here: