/// <summary>
/// 返回此类使用的缓存 ResourceManager 实例。
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("XX.IoDr.XX.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
报错:未能找到任何适合于指定的区域性或非特定区域性的资源。请确保在编译时已将“xxxx.resources”正确嵌入或链接到程序集“xxx”。
解决:
命名控件搞错了。检查构造发现的.
本文详细阐述了如何解决在程序中遇到的资源加载错误问题,特别是当资源未正确嵌入或链接到程序集时,提供了解决步骤及检查构造发现的方法,确保命名控件正确无误。
3198

被折叠的 条评论
为什么被折叠?



