why am I getting The resource object with key 'Test' was not found

风格不统一 提交于 2021-02-11 13:01:44

问题


Hope everything is fine.

I have added App_LocalResources and App_GlobalResources

I have Resource.ar and Resource.en

I have Test and Value Hello, I am Mudassar Khan

now I am trying to do <asp:Button ID="Button1" runat="server" Text="<%$ Resources:Resource.en,Test %>" />

I am getting The resource object with key 'Test' was not found.

Any reason.

来源:https://stackoverflow.com/questions/65017456/why-am-i-getting-the-resource-object-with-key-test-was-not-found

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