Resx file amendments not working

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

I'm just reposting the below and I'm still hunting for a solution.

We have a multi lingual application that works fine. However, I've changed
one of the values in the resx file (there was a typo) but the page is still
showing the old value. I've done an iisreset and a reboot but the new
spelling is still not coming through. Why is this is? Does anyone know how I
can get it to work? The problem is occuring on our Production server, on the
development machine everything works great.

Thanks again,

Jon
 
Depending on how you set things up, you are likely embedding the resources
(compiling into the assembly). If so, there's your trouble. If you compile
the resource directory to a DLL (the norm if you precompile), you can change
the resources all day long and end up with the same results.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

********************************************
Think outside the box!
********************************************
 
Back
Top