Skip to content

Commit 2526143

Browse files
authored
Update README.md
1 parent f3b95f0 commit 2526143

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,15 @@ Note:
325325
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.
326326
You can specify a number of worker threads using the `YetAnotherHttpHandler.SetWorkerThreads` method.
327327

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).
336+
328337
## Development
329338
### Build & Tests
330339

0 commit comments

Comments
 (0)