ASP.NET Resources type error
I'm working on a Web Application Project and I'm getting the following error:
The type Resources. {text} exists in both {Web Application Name} .dll and App_GlobalResources. {random string} .dll
Any suggestions are appreciated.
The resource files in question are there and work for other pages, except for this one master page.
我发现使用GetGlobalResourceObject(“{GlobalResourceFilename}”,“{resourceKey}”)。ToString()的工作原理一样好,我可以继续处理其他问题。
链接地址: http://www.djcxy.com/p/23722.html上一篇: 100%最小高度CSS布局
下一篇: ASP.NET资源类型错误