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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T07:25:39+00:00 2026-06-12T07:25:39+00:00

Thanks for your time everyone. I’m working with C# .Net 4.0 and Visual Studio

  • 0

Thanks for your time everyone.

I’m working with C# .Net 4.0 and Visual Studio 2010 Professional. I have a few buttons, a richtextbox, and a splitcontainer on the form. There isn’t a whole lot of code, and it doesn’t really do much at the moment. There are two projects in the solution: call them MyProject and MySupportProject. The form is located in the MyProject project.

Every once and a while when I try to run the program, I get two errors:

'MySupportProject.Properties.Resources' is inaccessible due to its protection level
'MySupportProject.Properties.Resources' does not contain a definition for String1'

So I go look at the designer, and for some reason it keeps filling in the following:

this.rtbStatus.Text = global::MySupportProject.Properties.Resources.String1;

And I have no idea why. I delete it or comment it out and it keeps generating that line. The RTB (RichTextBox) in the form has no text associated with it.

In the solution properties, MySupportProject is listed as a dependency of MyProject, but I can’t for the life of me figure out what it is trying to do with this particular RichTextBox with that particular non-visible string. I looked into the resource in MySupportProject a little bit and found the definition:

    /// <summary>
    ///   Looks up a localized string similar to .
    /// </summary>
    internal static string String1 {
        get {
            return ResourceManager.GetString("String1", resourceCulture);
        }
    }

It looks like the above definition was generated by some tool, but I’m really not sure where it came from. Someone worked on this project before me, so they could have put it in, but I started the form from scratch and I’m not making the connection. Has anyone ever had a similar issue? If not, is there something else I should try to stop this annoying occasional build failure? Thanks for all your help!

  • 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-12T07:25:40+00:00Added an answer on June 12, 2026 at 7:25 am

    I don’t exactly know reason behind this, but you can just replace the line with this:

    this.rtbStatus.Text = "";
    

    or:

    this.rtbStatus.Text = null;
    

    Also, try delete that string resource of yours. If you can’t then do this:

    1. Check if there are any other resources stored in the resource file.
    2. If yes, then copy all the other resources into a new resource file and delete the old file.
    3. If not, then just delete the old resource file (.resx) and create a new resource file.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

first of all thanks for taking your time! I'm a junior Dev, working with
Hi everybody and thanks for your time, I read filenames in a QList. This
Thanks for your help! I'd like to output all companyName entries that have uploads
Hi and thanks for your attention. First some background on the question: I have
Hello everyone and thank you for your time. I would just like to say
I have a ASP.NET Project, v3.5 in VB.NET, that I'm working on. On my
I am using Windows 7 and developing a chat-like application with Visual Studio 2010.
Thanks ahead of time for all your help guys! As a beginner user I
First of all thank you for your time and sorry if some issues are
thanks for your reading. I am trying to modify Jquery Nivo Zoom plugin to

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.