Hello. I have VB project that has multiple forms for data entry. Each form corresponds with PDF - fields from each VB form are mapped into different PDF file. I noticed that when user has the project open, fills out form and previews PDF - it opens up the connection to Aspose.Pdf.Kit.dll. What is the correct way to release the connection to this dll? Should I release it on each form or only once on exit from the project? I do have the line
Imports Aspose.Pdf.Kit - for each form and then later have a code to map the fields.
Please let me know if that's correct way to do it. Also noticed that if I need to copy newer version of my project's exe file into production - sometimes it'll allow me to rename existing exe and copy new one in, but it user has pdf.kit.dll connection opened - it won't allow me to copy new exe at all. Please advise!