You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -325,6 +325,15 @@ Note:
325
325
YetAnotherHttpHandler's communication processing is run on worker threads of the tokio runtime. The number of worker threads is determined based on the number of CPU cores by default.
326
326
You can specify a number of worker threads using the `YetAnotherHttpHandler.SetWorkerThreads` method.
327
327
328
+
## Troubleshoot
329
+
### System.DllNotFoundException occurs when executing a request on Windows
330
+
331
+
When attempting to execute a request (yaha_init_runtime), the following exception message may be displayed:
332
+
333
+
> System.DllNotFoundException: Unable to load DLL 'Cysharp.Net.Http.YetAnotherHttpHandler.Native' or one of its dependencies: The specified module could not be found. (0x8007007E)
334
+
335
+
This may be because the Visual C++ Redistributable Package (vcruntime140.dll) is not installed. [Please download and install it from Microsoft's website](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170).
0 commit comments