Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9319395
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T03:22:30+00:00 2026-06-19T03:22:30+00:00

I use LINQPad to connect to different environments, say local, and development. The connection

  • 0

I use LINQPad to connect to different environments, say “local”, and “development”. The connection settings are in LINQPad.exe’s config file.

To help me organize my settings, I thought I’d make a couple of copies of LINQPad.exe, renaming them with corresponding config files, like this:

  • LINQPad.local.exe
  • LINQPad.local.config
  • LINQPad.development.exe
  • LINQPad.development.config

But LINQPad.exe complains at start up:

The application must be named LINKPad.exe in order to run.

Why is this?

PS Clearly I’m not asking how to manage my config files (I have different folders now) – I was more curious as to what programming reason there could be to enforce the name of a process?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-19T03:22:32+00:00Added an answer on June 19, 2026 at 3:22 am

    If you look at the source in Reflector, you’ll see that it requires a specific name.

    if (Path.GetFileName(Assembly.GetExecutingAssembly().Location).ToLowerInvariant() != "linqpad.exe")
    {
        MessageBox.Show("The application must be named LINQPad.exe in order to run.", "LINQPad");
    }
    

    It also references config files by name, so it may enforce the assembly name just to keep things simple.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to connect LINQPAD to my development storage Azure. I understand that
As you can see on title, I would say if I can use LinqPad
I'm trying to get LinqPad use my dbml model so I could analyze a
use C#,want to upload excel file on google doc. bellow syntax use to upload
I'm experimenting with LINQPad to use LINQ to query the Netflix OData. I'm trying
I'm trying to use LINQPad 4 (the latest beta) with Entity Framework POCO classes.
I have a local and development environment, each very similar to each other (OS
i use StackExchange Data Explorer service with LinqPad and i use this Code for
I use Linqpad as a code scratch pad to play with C# 5.0 async
is it possible to use linqpad with MongoDB? or any other tool for that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.