N
Naveen Kumar Katta
Am using Surface Pro x, ARM64 based Device.
When I try mounting the WSK and use Signtool.exe to Sign my ARM64 based driver, I am getting below error.
The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
Command used as below
"D:\Program Files\Windows Kits\10\bin\10.0.21286.0\arm64\signtool.exe" sign /debug /ph /fd "sha256" /t http://timestamp.digicert.com /sha1 "492380CA8F1854237162872E684A07A0020CA94E" "myarm64Driver.sys"
The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
As indicated from one of your website, I have Installed VC_redist.arm64.exe ie. Microsoft Visual C++ 2019 Redistributable (Arm64) - 14.28.29325 as well. Still above error is seen.
Continue reading...
When I try mounting the WSK and use Signtool.exe to Sign my ARM64 based driver, I am getting below error.
The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
Command used as below
"D:\Program Files\Windows Kits\10\bin\10.0.21286.0\arm64\signtool.exe" sign /debug /ph /fd "sha256" /t http://timestamp.digicert.com /sha1 "492380CA8F1854237162872E684A07A0020CA94E" "myarm64Driver.sys"
The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
As indicated from one of your website, I have Installed VC_redist.arm64.exe ie. Microsoft Visual C++ 2019 Redistributable (Arm64) - 14.28.29325 as well. Still above error is seen.
Continue reading...