0

I have a resource file called "sample.resx". It contains 5 strings (and I want it to contain strings only, I don't want pictures and other stuff). I want to modify this file by adding and deleting records.
What I want to achieve is that I want to have these resources modified after closing the *.exe and have all my necessary strings in one place. Is it even possible to do it? Do I have to make some extra files?
Thanks in advance! :)

sakuya
  • 1
  • Welcome to Stack Overflow. Unfortunately, you have asked a duplicate question, so your question will soon be closed by the community. However, you can find a solution in the [Modifying .resx file in c#](http://stackoverflow.com/questions/676312/modifying-resx-file-in-c-sharp) post instead. – Sheridan Mar 18 '14 at 21:05
  • Thank you very much for help :) But, actually, the type ResXResourceReader can't be found - why? – sakuya Mar 18 '14 at 21:54
  • You're welcome. If you're going to make further use of Stack Overflow, you might find that you get more out of this sire if you read through some of the pages in the [Help Center](http://stackoverflow.com/help). You'll find a lot of useful information there. – Sheridan Mar 18 '14 at 21:59
  • Are you missing a reference to `System.Resources`? – Sheridan Mar 18 '14 at 22:00
  • No, I have the reference included. – sakuya Mar 18 '14 at 22:01
  • Follow the advice in the [How do I ask a good question](http://stackoverflow.com/help/how-to-ask) page of the Help Center and if you still haven't found a solution, then please ask a new question. – Sheridan Mar 18 '14 at 22:03

0 Answers0