Open DanijelDomazet opened 3 years ago
The above problem happens when the sln Active Configuration is set to Debug Win32.
When I rebuilt the projects with Release x64 configuration, it installed the drivers OK.
Why would it not work with Debug Win32?
@DanijelDomazet have you found a solution? Even I get this error no matching drivers found devcon failed
while installation of ComponentAudio....
I tried debug in VS as win32 as well x64
Hi Abhimanyua, I don't know, it is behaving chaotic. Maybe I was just lucky to make it work with x64 Release. I tried another target machine, and Debug also worked.
@DanijelDomazet it worked for me on x64. But I think there's some exception which gave me BSOD. But got installed
I'll help you once I figure this out and get it to work
The above problem happens when the sln Active Configuration is set to Debug Win32.
When I rebuilt the projects with Release x64 configuration, it installed the drivers OK.
Why would it not work with Debug Win32?
Win32 is for x86. You test machine should be 32bit x86
I've tried to build and install the Sysvad driver using VS2019 - but failed. After I run the command:
c:\tools\devcon.exe install tabletaudiosample.inf Root\sysvad_TabletAudioSample
I got error returned. Here is the info fromc:\windows\inf\setupapi.dev.log
:I also installed
ComponentizedAudioSampleExtension.inf
and lastlyComponentizedApoSample.inf
.All this resulted with
Unknown device
underOther devices
in the Device Manager.What could be the problem?