Replies: 1 comment 1 reply
-
|
Hi @koclukasz , do you have example that can reproduce the issues ? I believe it will easier for everyone to help. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a question if there is a way to deal with the approach that took previously to use the addon.
The structure of the project is like this. I have a IExternalApplication "Main" where idefine all the panels, buttons and the UI
In commands I am creating new instances of windows forms.
When I want to run some transactions i have to define ExternalEventsHandler and create ExternalEvents in "Main". However when I use AddinManager runing this form and trying to create the transaction, objects from "Main" are not found and I get Error "Object reference not set to an instance of an object"
Is there any way to resolve this without major changes in the code ?
Beta Was this translation helpful? Give feedback.
All reactions