首页 > 编程语言> > C#报错:Could not find any resources appropriate for the specified culture or the neutral culture
C#报错:Could not find any resources appropriate for the specified culture or the neutral culture
作者:互联网
WinForm程序报错,提示:
Could not find any resources appropriate for the specified culture or the neutral culture
代码:
object obj = ResourceManager.GetObject("btn_bg_down", resourceCulture);
资源文件都在的,代码也正常引用,没有报错。
解决办法:找到报错的资源文件, 在它的属性列表中找到Persistence这项,下拉换一个选项,可能会出现代码中Resources无法引用的提示,重新引用一遍,问题解决。
标签:C#,any,culture,appropriate,报错,specified,find 来源: https://blog.csdn.net/zhouyingge1104/article/details/121584794