CreateProcessW failed with return code: 193 #9211
-
QuestionBA - .NET Core 8.0 I want to create a bundle with customized UI(C#). Error: Open Source Maintenance Fee
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
It is not possible to ::CreateProcess() a DLL. This comment points to your problem |
Beta Was this translation helpful? Give feedback.
-
|
@lucas-ng-acs-com-hk You've edited this question several times so I'm not sure where you are at with it now. If you solved the problem, great. If not, then I think you'll need to debug to see if your .exe. These instructions may be helpful. If that dialog box doesn't display, then your .exe isn't able to start, which suggests that you're missing files required by your .exe in your BootstrapperApplication. |
Beta Was this translation helpful? Give feedback.
It is not possible to ::CreateProcess() a DLL. This comment points to your problem
<!-- Remove BootstrapperApplicationRef. Use BootstrapperApplication directly. -->. That doesn't make sense.