Home
Options

Is it possible to disable the auto update feature?

I was looking at the preferences and config settings but can't find a way to disable auto update check.

Comments

  • Options
    Start LINQPad with the -noupdate switch.
  • Options
    Keeps updating itself on my box.
    cmd window
    D:\LinqToVFP\Source\Resources>LINQPad.exe -noupdate
    The reason I don't want to update, the driver LinqToVfpLinqPadDriver.lpx stopped working in later versions.
    Works in LINQPad 4.43.6.0 supplied with dlls in linqtovfp-102194.zip
    To be exact , I managed to run supplied non-updated version directly from the folder ( LINQPad.exe and dlls in the same folder ), but after installing/uninstalling LINQPad via LINQPad4Setup.exe can't suppress updating. There is a source code for LinqToVfpLinqPadDriver, just not immediately clear where to look at to understand what needs to be amended to make it work. The error "The name 'Categories' does not exist in the current context" after drag/drop of the table into query panel.
  • Options
    It turned out the latest version was saved in C:\ProgramData\LINQPad and was picked even after disconnecting my router. Only after this folder deletion ( and newer linqpad.exe in there ) -noupdate switch became to behave as expected.
Sign In or Register to comment.