Home
Options

lprun not recognized as internal or external...

Here is what I have
Host runtime version: 8.0.1
Default query runtime version: 8.0.1
Default query reference assembly version: 8.0.1
Roslyn Version: 4.8.0-7.23558.1
FSharp.Compiler.Service version: 43.8.101.0
NuGet client version: 6.7.0.127
Results rendering engine: Edge Chromium Engine 120.0.2210.144 (WebView2)

Hee is what I typed in developer command prompt
lprun say_fred.linq
returns:
'lprun' is not recognized as an internal or external command,
operable program or batch file.
REM I removed version 7 of linqpad so maybe that has something to do with this problem.
This query works fine when run internally with LinqPad 8; it just does system.console.writline("fred");
from the Ancient Mariner: thanks

Comments

  • Options

    For LINQPad 8, the command-runner is named LPRun7 by default.

    (If it's an xcopy-deploy version, it will be named LPRun7-x64, LPRun7-x86 and LPRun7-arm64 unless you rename one of them as recommended.)

Sign In or Register to comment.