This sounds similar to an issue I was trying to deal with. I believe it has to to with the Any data type. Marshaling Any\Object data types to and from .Net and PB via COM causes major memory leaks. If you change everything to use string's instead, the memory leaks will disappear.
↧