Information not available, no symbols loaded for AppxPackaging.dll

Tran Thi Hieu Ngan 0 Reputation points
2024-12-09T04:11:02.1666667+00:00

Hi guys,
I want to validate AppxBlockMap.xml through AppxSignature.p7x.
I used IAppxFactory::CreateValidatedBlockMapReader method (appxpackaging.h) to validate the blockmap. When I debuged my code, the result seems good. But I noticed there are errors like "<Information not available, no symbols loaded for AppxPackaging.dll>".
I don't know if they affects the outputs, so anyone have experienced with those errors, please let me know what may causes.


C++
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,736 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,865 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Jeanine Zhang-MSFT 10,851 Reputation points Microsoft Vendor
    2024-12-09T06:03:24.7666667+00:00

    There are not errors, these are notifications from the debugger that it could not locate the PDB for the file. You could try to use Debug > Windows > Modules, right-click the AppxPackaging.dll and select Load Symbols to load the symbols manually.

    For more details, you could refer to the Doc: Load symbols.

    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.