Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on VS2019? #30

Open
XZiar opened this issue Apr 6, 2021 · 0 comments
Open

Not working on VS2019? #30

XZiar opened this issue Apr 6, 2021 · 0 comments

Comments

@XZiar
Copy link

XZiar commented Apr 6, 2021

I've registered the dll DIA SDK\bin\amd64\msdia140.dll and also added the dll into reference.
I build and run x64 target but it always throw the exeception:

Reading section info...
Reading source file info...
Reading global function symbols...
System.NotImplementedException: The method or operation is not implemented.
   at Dia2Lib.IDiaSymbol.findChildren(SymTagEnum symTag, String name, UInt32 compareFlags, IDiaEnumSymbols& ppResult)
   at SymbolSort.SymbolSort.ReadSymbolsFromScope(IDiaSymbol parent, SymTagEnum type, SymbolFlags additionalFlags, UInt32 startPercent, UInt32 endPercent, IDiaSession diaSession, List`1 sectionContribs, Dictionary`2 compilandFileMap, List`1 symbols) in  C:\ProgramsData\VSProject\DEPENDENCY\SymbolSort\SymbolSort.cs:915
   at SymbolSort.SymbolSort.ReadSymbolsFromPDB(List`1 symbolsOutput, String filename, String searchPath, UserFlags options)  in C:\ProgramsData\VSProject\DEPENDENCY\SymbolSort\SymbolSort.cs: 1224
   at SymbolSort.SymbolSort.LoadSymbols(InputFile inputFile, List`1 symbols, String searchPath, UserFlags options) in C:\ProgramsData\VSProject\DEPENDENCY\SymbolSort\SymbolSort.cs:1550
   at SymbolSort.SymbolSort.Main(String[] args) at C:\ProgramsData\VSProject\DEPENDENCY\SymbolSort\SymbolSort.cs:1825

The msdia140.dll version is 14.28.29910.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant