This repository was archived by the owner on May 18, 2025. It is now read-only.
StackTrace does not show up on stack trace when use AddInManager 2025 #59
Labels
bug
Something isn't working
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I have noticed that the line # does not appear in the stacktrace of the exception. This seems to only be the case when loading my application through AddInManager rather than fully loading it in. I can see that I do have a .pbd file in the folder where the .dll exists, so I don't think it is that. My debug type is as follows. Full
This is a screenshot of a TaskDialog displaying the stacktrace when the application is fully loaded in.

This is a screenshot a TaskDailag displaying the stacktrace when it is run through AddinManager

This is a simple project I created to demonstrate the issue. The issue can be reproduced by
First Scenario
Second Scenario
https://github.com/jmosh6/ExampleProject
The text was updated successfully, but these errors were encountered: