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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:01:47+00:00 2026-05-11T06:01:47+00:00

Some of my forms show errors when i load them in the designer. This

  • 0

Some of my forms show errors when i load them in the designer. This is because in their constructors they use system settings loaded from a configuration file. When the form is loaded in the designer it uses some random path and unsurprisingly the config file isn’t there.

eg. The configuration file C:\Documents and Settings\Rory\Local Settings\Application Data\Microsoft\VisualStudio\8.0\ProjectAssemblies\it3dtcgg01\PrioryShared.dll.config could not be found.

Is there some way I can deal with this so that the form displays correctly in the designer? eg:

if (!inDesignerMode)  {      loadSettingsFromConfigFile(); } 

UPDATE: ok, I’m still getting this error. The composition is like this

  • MyForm.cs

    • MyCustomControl.cs

In MyCustomControl’s constructor I’ve put

if (!this.DesignMode) {     // Get settings from config file   <- this is where the error occurs } 

but it’s on that line that I still get the error in the designer. What gives?

UPDATE: Worth noting this link that describes how to debug design-time controls.

UPDATE: Control.DesignMode isn’t set to true when called within the constructor (MSDN) of the object! So that sort of code should go in the onLoad. Alternatively you can use an approach like this

  • 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. 2026-05-11T06:01:47+00:00Added an answer on May 11, 2026 at 6:01 am

    How about simply putting that logic into OnLoad instead, and check DesignMode?

    protected override void OnLoad(System.EventArgs e) {     base.OnLoad(e);     if (!this.DesignMode)     {         /* do stuff */     }         } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this website http://wedessertmore.com that has some forms popup when you click on
So long story short, i have some forms (2) of them that, need different
I have some forms, which are in some DIVs. DIVs are hidden, and are
Suppose an application with some forms and only one data module are created at
I am using colorbox.js to display some forms in a lightbox. There are multiple
I have public site with some forms. Simple question: What kind of informations should
I've a php page with some forms used to upload images. Each form upload
I'm using the jQuery validate() plugin for some forms and it goes great. The
I'm working on an app that has some forms that are contained within a
At work I've been dealing with some complex forms (publish pages of Symphony )

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.