我有一个C#项目来创建一个dll,项目正在引用System.ComponentModel.Composition
程序集。构建项目不会产生任何错误,但在运行应用程序时,它会显示内置的dll并抛出此错误:
异常::无法加载文件或程序集'System.ComponentModel.Composition.resources,Version = 4.0.0.0, Culture = en-NZ ,PublicKeyToken = b77a5c561934e089'或其依赖项之一。系统找不到指定的文件。
我不确定这个错误意味着什么,但我认为Culture
不应该是en-NZ
,我认为它应该是neutral
。有没有办法将其更改为neutral
?