.NET assembly - Removing the WinSCP process after ABORTING
I'm attempting to use the WinSCP .NET assembly in a WIndows Service that we need to have. While, it's not yet complete, I've got an issue with several copies of WinSCP.exe *32 Processes becoming loaded on my development PC. It looks like every time that I stop to debug, and then re-start, a new copy of WinSCP.exe get spun up.
Question, Is there a good way to DISPOSE or remove the associated WinSCP.exe, when my Application Exits?
Question, Is there a good way to DISPOSE or remove the associated WinSCP.exe, when my Application Exits?