asp.net global resources problem
Posted
by Bystrik Jurina
on Stack Overflow
See other posts from Stack Overflow
or by Bystrik Jurina
Published on 2010-01-06T18:33:17Z
Indexed on
2010/05/27
8:51 UTC
Read the original article
Hit count: 173
Hello. I have a weird problem with global resources in my asp.net mvc web application. I have some resources in separate project(not a web app project). Those resources have following settings: Build action: Embedded Resource, Copy To Output Directory: Do not copy, Custom Tool: ResXFileCodeGenerator. When I change an existing value in resource file, build solution in release mode and upload neccesary dll files back to server, the previous values in resources are still shown. However, when I add a new key into resource file, the value of this key is shown properly. I do not have this problem during debugging on localhost. Thanks
© Stack Overflow or respective owner