I am new to windows driver development and I have been trying to learn my way using the samples in the network folder. Yesterday I made the "mistake" of upgrading visual studio and now the drivers I am using are reporting
C:\git\external\windows-driver-samples\network\trans\inspect\sys\inspect.inf : error 1420: [DefaultInstall]-based INF cannot be processed as Primitive.
and
1>C:\git\external\Windows-driver-samples\network\trans\ddproxy\sys\ddproxy.inf : error 1420: [DefaultInstall]-based INF cannot be processed as Primitive.
This page discusses the issue: https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/creating-a-primitive-driver however the samples are not updated at this time.
I am new to windows driver development and I have been trying to learn my way using the samples in the network folder. Yesterday I made the "mistake" of upgrading visual studio and now the drivers I am using are reporting
C:\git\external\windows-driver-samples\network\trans\inspect\sys\inspect.inf : error 1420: [DefaultInstall]-based INF cannot be processed as Primitive.and
1>C:\git\external\Windows-driver-samples\network\trans\ddproxy\sys\ddproxy.inf : error 1420: [DefaultInstall]-based INF cannot be processed as Primitive.This page discusses the issue: https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/creating-a-primitive-driver however the samples are not updated at this time.