Error VSP1033: The file spice.com does not contain a recognized executable image.

dylan_fy 1 Reputation point
2021-07-19T08:16:53.973+00:00

when i use vsinstr.exe, the error will happen.
I want to know how to use VS 2017 to recover the problem

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,143 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. PengGe-MSFT 3,356 Reputation points
    2021-07-20T07:55:53.85+00:00

    Hi @dylan_fy

    Welcome to Microsoft Q&A!

    You can try the suggestions as follows:

    1. Dynamically link the DLL versions of the desired libs to avoid instrumenting the binaries altogether
    2. Make sure the libs have CodeView information compiled in or the corresponding PDBs are present during linking.

    You can refer to this thread for more information.

    Sincerely,
    Peng

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.