Process won't exit when UseShellExecute = false, but exits when UseShellExecute = true

前端 未结 0 1708
遥遥无期
遥遥无期 2021-02-05 15:11

I run a process from a asp.net core application:

bool createShell = true;
//generate output pdf
using var pdfGeneratorProcess = new System.Diagnostics.Process
{
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题