Unable to get lprun to work
I have a script that connects to my database and syncs with Shopify. It works fine when using run within Linqpad.I have a scheduled task that runs the script via lprun. For some reason, the script won't execute.
If I strip the script down to just writing to a file on the filesystem, it excutes just fine.
This is running on Windows Server 2019.
Is there something I'm missing?
Thanks,
Nathan
Answers
Can you strip it down to a MRE?