How to debug the "wow64.pdb is not loaded" error during DLL project debugging in Visual Studio 2022?

HY Jeong 0 Reputation points
2024-02-13T13:21:10.9233333+00:00

I am trying to debug a DLL project used within Excel VBA using Visual Studio 2022, but I am encountering the "wow64.pdb is not loaded" error, which prevents me from debugging. The DLL is intended to be used in 32-bit Excel, and my computer is offline for security reasons. How can I handle this error? I have already tried turning on the Microsoft symbol server in Debug -> Options -> Symbols.

Microsoft 365 and Office Development Other
Microsoft 365 and Office Excel For business Windows
{count} votes

1 answer

Sort by: Most helpful
  1. RLWA32 49,536 Reputation points
    2024-02-16T09:38:38.7866667+00:00

    This is where you instruct the VS2022 debugger to only load symbols for those modules you specify - Symbols


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.