Hi,

I want to execute a VC++ .exe application from my VB .NET program. I already use Process.Start("Miexe.exe") and shell("Miexe.exe") but produce a assertion failure.

Somebody can say me how i can execute mi .exe program from VB .net?


Thank you very much.