-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- installing this project,
- clicking "Do Not Load
- Load it through addinmanager
- Run "TestCommand"
- Trace line should not be shown.
Second Scenario
- Re-opening Revit
- clicking "Load Once"
- Run "TestCommand"
- Trace line should be shown.
Jpanian0421 and chuongmep
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working