views:

155

answers:

1

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

A: 

Have the same problem. Have the resources in the same project though.

When installing as embedded resources, I need to copy the resource file manually to the staging server. When installing as Content, the compilation does not link to the resources as needed.

Any luck yet?

JERKER