By Steve Endow I am developing a Dynamics GP VS Tools AddIn for a customer, and while testing the AddIn, I started to get this message when I tried to close GP: "Background process is running: Exit Aborted" In my VS Tools AddIn code, I am accessing a table buffer, and during my first few versions of the rough code, I had forgotten to close the tables. This left them open, and caused GP to think that they were still being accessed. So I added the following lines to close the table buffers...(read more)
↧