My sytem configuration
OS: Windows 10 pro
Microsoft Visual Studio Professional 2019 (Professional)
Version 16.5.4
WDK version: 10.0.18346.1000
Driver install - deploy - I am using manual configuration instead of automatic(provision)
I have create printer v4 driver application by referring link https://docs.microsoft.com/en-us/windows-hardware/drivers/print/building-a-basic-v4-printer-driver.
Follow all steps. as t trying to deploy it (from host machine) on output window it shows some error after reboot target machine.
$KitRoot$\Testing\Runtimes\TAEF\te.exe "%SystemDrive%\DriverTest\Run\DriverTestTasks.dll
DriverTestTasks.dll" /select:"@Name='DriverTestTasks::_LogDebuggerSettings'" /rebootStateFile:%SystemDrive%\DriverTest\Run\DriverTestReboot.xml /enableWttLogging /wttDeviceString:$LogFile:file="%SystemDrive%\DriverTest\Run\Gathering_kernel_debugger_settings_00042.wtl",writemode=append,encoding=unicode,nofscache=true,EnableLvl="WexStartTest|WexEndTest|WexXml|WexProperty|WexCreateContext|WexCloseContext|*"
/runas:Elevated
[21:50:35:293]: Task "Gathering kernel debugger settings" was aborted because a communication error occured during execution.
I am stuck on this issue. Not getting help how to resolve it.
So any help to resolve this issue appreciated.
Thanks in advance.