Skip to content

VS402378: You’ve specified an invalid process name.

  • by

This error occurs when you specify an invalid process name

Issue: You’ve specified an invalid process name.Process names can’t be empty or greater than ‘256’ characters, and can’t contain the following characters ‘,;’~:/*|?”&%$!+=()[]{}<>’.

Solution:
The process name should not be empty
The process name should not be greater than 256 characters
The process name should not contain these special characters