microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
7k stars 4.94k forks source link

[network/ndis/netvmini/6x] NDIS-WDM miniport sample fails to load with Driver Entry Point Not Found error on latest Windows 10 22H2 #1204

Open mholidaygit opened 3 months ago

mholidaygit commented 3 months ago

I have verified that building the latest Netvmini sample driver (version 6.80) from this site with latest WDK (version 10.0.22621.382) - and making zero modifications - will NOT install on latest Windows 10 (version 22H2). The driver fails to load.

On two (2) different target systems, I receive the "Driver Entry Point Not Found" error, with the "%hs" placeholders in the detail string not replaced with useful values.

Does anyone have any insight on this?