I am working on using EPPlus C# assembly for Excel from PowerBuilder. I am doing it with PB 2021 for now until we move to PB 2019-R3. Then I can move the code into the main application.
I wrote a wrapper assembly in C# to make it easier to work with from PowerBuilder. Works great except for one problem.
The assembly becomes locked after using it. I have to exit PowerBuilder before I can copy the newest DLL into the folder where my PB app loads it.
Is this a bug or am I missing something?