Here's a bit of an odd one. I am working on an old Umbraco 7 application that's been reused a bunch of times as the basis for some websites. It uses Courier 2 to move data between environments, and something isn't getting moved across properly, so my thinking was I'd install Courier locally and see what the generated graph is. The problem is that Courier asks for a license file to run locally and let me transfer data to a remote website, so I thought I'll get the license file out of the bin folder in prd/uat and use it there.
The problem I'm running into is that there is no .lic file in the bin folder in either prd or uat. Courier is running though, so clearly the licensing works for those environments, but I just can't figure out how to get the license working locally as well. Has anyone run into issues with this? Thank you.