您的位置:首页 > 编程语言 > C#

C#: 未能找到任何适合于指定的区域性或非特定区域性的资源

2011-11-29 11:32 239 查看
/// <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”。

解决:

命名控件搞错了。检查构造发现的.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐