-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process.Start
will System.ExecutionEngineException:“Exception_WasThrown”
in VS debug.
#92046
Comments
Tagging subscribers to this area: @dotnet/area-system-reflection-emit |
Tagging subscribers to this area: @dotnet/area-system-diagnostics-process |
Thank you for reporting this issue. This was fixed by #90826. The fix is included in .NET 8 RC2. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When use
Visual Studio
start debug code, and usewas crash
![image](https://private-user-images.githubusercontent.com/26276037/267875275-589a4a23-2822-41cc-b8fb-7843dba6c3de.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDEzMzksIm5iZiI6MTczOTYwMTAzOSwicGF0aCI6Ii8yNjI3NjAzNy8yNjc4NzUyNzUtNTg5YTRhMjMtMjgyMi00MWNjLWI4ZmItNzg0M2RiYTZjM2RlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA2MzAzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVkNTI5YTE0YTQ2NDNmYmIwOTcyYmMzMTUyNjY2Mjc4MDA0ZmQxMTZmMzUyYjdjOTQ3NjNiZDc3N2NjNjI5NGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.oIcJRYT1u9ezBsXUiN3x0Fc5HcLokrfunAVs-ejLZ_4)
But if not use VS debug, that work.
The text was updated successfully, but these errors were encountered: