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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T13:30:51+00:00 2026-05-11T13:30:51+00:00

I have a .resx file which contains some string resources for my project. At

  • 0

I have a .resx file which contains some string resources for my project. At runtime, I’d like to read all of the resources defined in this file and store them in a container. The reason isn’t important.

I’ve read about the ResourceReader class, which operates on binary .resource files. My impression is that the .resx is converted to binary format on build and embedded in the assembly. Is this true, or do I need to manually generate it with resgen? If I do need to generate it manually, how do I add it to my VS project, embed it in the assembly, and access it at runtime?

In short, how can I access the resources defined in a .resx at runtime using a ResourceReader?

  • 1 1 Answer
  • 1 View
  • 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-11T13:30:52+00:00Added an answer on May 11, 2026 at 1:30 pm

    You can use ResourceReader.GetEnumerator() to get an enumerator to your resources.

    If you’re tryign to read .resx files directly, you may want to consider using ResXResourceReader instead of ResourceReader.

    If you’re trying to read from compiled in .resources (resx -> resources), you’ll need to modify the name appropriately. Say you name you .resX file ‘MyRes.resx’, you’ll want to use:

    var resManager = new ResourceManager('MyRes.resources'); 

    If the resx file is in a satellite assembly, though, it’ll add the project name, ie: ('MyProject.MyRes.resources');

    If you’re using localization, you’ll need that, too: ('MyProject.MyRes.en-GB.resources');

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

Sidebar

Related Questions

In my Visual Studio 2008 project, I have this project with Resources.resx which contains
I have a small application, which includes a resource (.resx) file. This file contains
Silverlight Toolkit has a resource file named Resources.resx, which contains On and Off string
In our ASP.NET MVC project we have a Strings.resx file and the accompanying autogenerated
I have a resource file named filetypes.resx. Some how I figured out to bind
I have a controls library which I've added a .resx file to (ImageResources.resx). It
I had a resource file named Localize.resx, which contains English strings. I copied and
I want to have a string resource, which contains a hyperlink in it. I
I have an assembly which uses resx files to store all of the display
I have added an image to my form's resource file, myForm.resx, and I would

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.