1

.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

エブリシングは動作します。

ファイルには、最初の場合と同じように名前を付ける必要があります。

4

1 に答える 1

0

問題は、アプリケーションやその展開手順にあるのではありません。残念ながら、問題は Windows Server 2003 SP 1 システムにあります。これを修正するには、SP 1 から SP 2 にアップグレードする必要があります。

于 2009-07-07T15:14:10.650 に答える