Hi @PENG TONG ,
This error usually indicates a mismatch in the driver binary at load time rather than an installation issue.
There are reports with the avshws sample where incorrect project configuration can lead to this behavior, but the exact setting varies depending on the environment, so I don’t want to assume that’s the root cause here.
To narrow this down, could you confirm:
- The WDK version used to build the driver
- Your Windows version and build (
winver) - The target architecture (x64, x86)
- Whether you built Debug or Release
- Whether Test Signing mode is enabled (
bcdedit /enum | findstr testsigning)
Also, please check C:\Windows\INF\setupapi.dev.log and share any lines mentioning avshws, this will show the exact entry point Windows couldn't resolve, which is the most useful piece of information here.