C# 3.0 - Regenerating (.resources) files from text files at application startup

Aldo Liaks posted at 10-May-08 03:01

Hi guys,

I am using resources stored in (.resources) files created from text files.

Because of the changes made in the text files, I am running a batch file that runs ResGen.exe and regenerate all those files every time at startup.

I am afraid that doing that every time is making the application heavy when starting it…

Is there any other solution?

Thanks in advance,

Aldo.

 




Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  C# 3.0 - Regenerating (.resources) files from text files at application startup - Aldo Liaks  10-May-08 03:01 3:01:52 AM
      use seperate application for generating files.. - Vasanthakumar D  10-May-08 04:39 4:39:05 AM
          Learn about - Aldo Liaks  10-May-08 04:49 4:49:18 AM
              check here... - Vasanthakumar D  10-May-08 05:31 5:31:37 AM
                  Thanks - Aldo Liaks  10-May-08 06:28 6:28:06 AM
View Posts