question

DriverDevB-9642 avatar image
0 Votes"
DriverDevB-9642 asked DriverDevB-9642 commented

"inspect" Driver Sample Debug Version Start Failure, Windows Server Essential 2019

I'm working with the WFP Windows Driver Sample "inspect":

 https://github.com/microsoft/Windows-driver-samples/tree/master/network/trans/inspect

I can run the driver (inspect.sys) on Windows 10 Pro with no issues, both Release and Debug versions.

I can also run the driver on "Windows Server Essentials 2019" with no issues in the Release version, but not in the Debug version. The attempt to start the Debug version driver fails as follows:

 C:\DriverTest\Drivers>sc start inspect
 [SC] StartService FAILED 87:

 The parameter is incorrect.

I tried the Debug version driver in two forms, both of which failed to start as shown above:
Linked with Runtime Library:
Form 1: Multi-threaded Debug DLL (/MDd)
Form 2: Multi-threaded Debug (MTd)

Host: Windows 10 Pro
Target : Windows Server Essentials 2019 Virtual Machine running under Hyper-V on Host.

Any help you might provide in resolving this issue will be greatly appreciated.

windows-serverwindows-server-2019windows-server-essentials
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers