Getting this error when submitting an indirect display driver through the Microsoft partner driver portal today (the same driver and .inf file worked a couple years ago):
Error 2084 in IddSampleDriver.inf, line 29 : Service binary 'C:\windows\System32\drivers\WUDFRd.sys' should reference a CopyFiles destination file.
Have tried various tweaks to the .inf file but haven't been able to make it work.
- AddService + section with ServiceBinary => Certification Error 2084 (PnpLockdown)
- AddService + section without ServiceBinary => Compilation Error 1013
- AddService without section name => Compilation Error 1005
- Needs only, no AddService => Driver installation error "Function driver not specified"
Any ideas?
Getting this error when submitting an indirect display driver through the Microsoft partner driver portal today (the same driver and .inf file worked a couple years ago):
Error 2084 in IddSampleDriver.inf, line 29 : Service binary 'C:\windows\System32\drivers\WUDFRd.sys' should reference a CopyFiles destination file.Have tried various tweaks to the .inf file but haven't been able to make it work.
Any ideas?