Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ASP.NET MVC3。我在 App_GlobalResources 的资源文件 Order.resx 中声明了资源字符串,我需要在我的控制器操作中访问这些字符串。资源命名空间在视图中未被识别。
确保资源文件属性中的自定义工具命名空间值设置为:
PublicResXFileCodeGenerator
并进行完整的解决方案重建。然后尝试查看是否可以在视图中看到资源命名空间。
我刚刚发现我的控制器项目与资源所在的项目不同。