-
Re: 'lprun' is not recognized as an internal or external command, operable program or batch file
You either need to provide the full path to lprun.exe, or ensure that it's in the environment path for SQL Job Agent.1 · -
Re: Blocked website?
LINQPad uses an embedded IE browser to display results which are formatted as HTML. Occasionally, a machine is configured to block all sites except those whitelisted. Unfortunately, this also prevent…1 · -
Re: Clear run time exception showing on top of the code window
I see. I'll look into adding a close/shrink button for large messages in the next build.2 · -
Re: ReflectionTypeLoadException when attempting to run C# Program
If you press F4, are any additional reference assemblies displayed? Also, go to Edit | Preferences | Folders and under 'Plugins and Extensions', take a look at what folder you have selected. Are ther…1 · -
Re: When clicking stop query, how to propagate CancellationToken
There's a Cleanup event in the Util class: Util.Cleanup += (sender, args) => ... This fires just before the query is re-run or closed, and can be used to cancel any outstanding activity from the p…3 ·