Reputation: 151
I am trying to use the StackWalker which is used to get the call stacks. While when running, the 487 error shows. Does anybody have some idea?
Upvotes: 5
Views: 8103
Reputation: 39581
It just means that StackWalker couldn't find debugging information for the function at that point in the backtrace. You can just ignore it if you don't need know the source file and line number for that function. You can make it go way for functions in Windows components by using the Microsoft symbol server: http://support.microsoft.com/?kbid=311503
Upvotes: 5