I run a task on the Part Form and everytime I run it, it doesn’t dispose of all of these EpiForm/EpiTransactions when it’s done. I have found a way to cache the PartForm. Is there a way to cache or dispose these other forms? I’ve already went through the vb.net and disposed of all adapters after using them.
Everytime I run the process the memory used goes up by 1/4 gigabyte and it never releases the memory (just keeps building)
Okay I hate vb.net anyway not sure why anyone decided to write the first few customization’s in it. This transaction is not being disposed of or released when my customization finishes running…
You’ll have to carefully look through the code? are there any objects or adapters instantiated in a loop and not disposed? etc
Unfortunately there’s a lot that can go on, hard to tell without looking at the code and even then…