Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for riQQ
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #291414 | Initial revision | — | 6 months ago |
Answer | — |
A: How do you fix 'Failed to load the dll hostfxr.dll' when starting an x86 .NET process in a test run via dotnet test? > Remove `DOTNETROOT` environment variable before process start > > `process.StartInfo.EnvironmentVariables.Remove("DOTNETROOT");` Another option is to use the x86 .NET SDK for running the tests: > `& "C:\Program Files (x86)\dotnet\dotnet" test` Source: https://github.com/dotnet/sdk/issue... (more) |
— | 6 months ago |
Edit | Post #291413 | Initial revision | — | 6 months ago |
Question | — |
How do you fix 'Failed to load the dll hostfxr.dll' when starting an x86 .NET process in a test run via dotnet test? How do you fix the error 'Failed to load the DLL hostfxr.dll' when running a .NET test executed via `dotnet test` and starting an x86 .NET application in the test? I'm using .NET 8. ```lang-none Failed to load the dll from [C:\Program Files\dotnet\host\fxr\8.0.4\hostfxr.dll], HRESULT: 0x800700... (more) |
— | 6 months ago |
Comment | Post #288238 |
Great, thank you for the quick turnaround. (more) |
— | over 1 year ago |
Edit | Post #288238 | Initial revision | — | over 1 year ago |
Question | — |
Server error 500 when clicking on suggested edit details I get an error page with server error 500 when clicking the link to view my suggested edit activity on my activity page. The suggested edit has the status helpful. Error ID `6ca4f8c8-4a0d-425d-8e09-6483e212e1f2` (more) |
— | over 1 year ago |
Edit | Post #288121 |
Post edited: Fix code blocks |
— | over 1 year ago |
Suggested Edit | Post #288121 |
Suggested edit: Fix code blocks (more) |
helpful | over 1 year ago |