Message 1 of 1
Problem subscribing to events
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am writing an add-in in c# and up until last Friday it was working great. However for some reason now none of the events I have subscribed to are working.
I have scaled the program back so it is literally only a blank form being displayed and I have subscribed to the "ApplicationEvents.OnActivateDocument" event to display a message when this fires. But even this extremely simple example does not work either. I have also reverted back to various versions of the add-in that I know work and they no longer do.
Does anybody have any idea why all of a sudden I seem to not be able to use Iventor generated events?
thanks
Gav