How do I publish/deploy an MVC Project with ResX Resources?

二次信任 提交于 2019-12-05 06:42:57

Ah ha! Figured it out. In LARGE part to this article:
http://odetocode.com/Blogs/scott/archive/2009/07/16/resource-files-and-asp-net-mvc-projects.aspx

Sounds like the App_GlobalResources folder is NOT cooperative with MVC. So I moved my ResX file to a new folder
~/Resources/Strings/Strings.resx

This along with 1 minor change to set the File Property
Custom Tool Namespace = Resources

and Problem Solved!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!