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 3225632
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T16:21:43+00:00 2026-05-17T16:21:43+00:00

When I create a Console App I can right click on the project in

  • 0

When I create a Console App I can right click on the project in Visual Studio 2008 Pro. click Properties > Go To Settings enter a Application Scope Setting and then access it from code like

Console.WriteLine(Properties.Settings.Default.MySetting.ToString());

When I do the same thing in a Class Project and try to assign the the Applicatin Scope Setting to a variable like

this.mySettingVariable = Properties.Settings.Default.MySetting.ToString();

I get an the error when building that “The name ‘Properties’ does not exist in the current context.”

What am I doing wrong and how can I access the Application Scoped properties for a class project?

  • 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-05-17T16:21:43+00:00Added an answer on May 17, 2026 at 4:21 pm

    You forgot to add settings to the class library project. You cannot access the settings of the EXE project directly.

    Giving a class library project its own settings is possible but it is a hassle. A DLL cannot have its own .config file, there’s only one: the app.exe.config file. You have to merge the entries in the DLL’s app.config file into the app.exe.config file by hand. Copy and paste with a text editor. This is not very maintainable.

    Another approach is to make these settings properties of the class. And let the code in the main project initialize them from its own settings. Or just ditch settings because their a pita and use an .xml file.

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

Sidebar

Related Questions

How can I create 7-Zip archives from my C# console application? I need to
I have a console application that uses an app.config file however I can't figure
How do I create, execute and control a winform from within a console application?
How could I create a Console Application that could work with or without a
I am trying to create a basic console app in order to stress test
I want to create an array of users in a console app but cant
I would like to create a console program in VB.net that would allow parameters.
I'd like to start the rails console and create database entries in a database
I need to create a batch file which starts multiple console applications in a
I want to a create dialog box like window before displaying the console window.

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.