.NETアプリケーションには、異なる名前の4つの異なるresxファイルがあります
UITranslation.ba-Latn-BA.resx UITranslation.hr-HR.resx UITranslation.resxUITranslation.sr-Cyrl-BA.resx
ソリューションはWindowsServer2003 Service Pack 1で公開されています。iisから参照した後、次のエラーが発生しました。
24行目:[global :: System.Diagnostics.DebuggerNonUserCodeAttribute()] 25行目:[global :: System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 26行目:public class UITranslation {27行目:
28行目:private static global :: System.Resources.ResourceManager resourceMan;
ファイルの名前が次のように変更された場合:
UITranslation 1 .ba-Latn-BA.resx UITranslation 2 .hr-HR.resx UITranslation 3 .resx UITranslation.sr-Cyrl-BA.resx
エブリシングは動作します。
ファイルには、最初の場合と同じように名前を付ける必要があります。