Topic by Andrew Wooster
Content
I have used the Global AddIn template to create the button, etc. This button launches a Windows Form that will load data from a CSV file. It provides the user the ability to search the data and return the information if found. This is working correctly, but when I close the Windows Form using a button that calls "Application.Exit();", after about 15 seconds Oracle closes and I get 2 message boxes. The first one says "Thread was being aborted" and the second is "Unable to retrieve service of type (RightNow.Presentation.Services.IMessageBoxService) from disposed ServiceRepository. Object name: 'ServiceRepository'."
When I close the window clicking the "X" button in the top-right of the Windows Form, this does not occur. Is this caused by calling the "Application.Exit();"? Is there a different way to close the form using a button?
- Andrew W -