1

xp prof sp3. 他のマシンではうまく動作します (XP PROF SP3 も獲得)。解決策を探すのに多くの時間を費やした後、次に何をすべきかわからないので、あなたが助けてくれるかもしれません.

c:\windows\temp dir のアクセス権と、TEMP および TMP 環境設定の temp dir を確認したところ、すべてのディレクトリに完全にアクセスできました。PCにはwin XP SP 3があり、すべてのアップデートをインストールしました。私は管理者としてコードを実行しています。

何か提案があれば、私に知らせてください! ありがとう。

Unable to generate a temporary class (result=1).
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.

   at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
   at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
   at NHibernate.Cfg.Configuration..ctor(SettingsFactory settingsFactory)
   at MyNHibernateSession.OpenSession()
4

1 に答える 1

0

これは、.NET インストール (タイプの初期化) の問題のようです。マシンで .NET Framework をアンインストール/再インストールしてみてください。

http://comicrack.cyolito.com/forum/8-help/17699-error-on-comicrack-startup

于 2013-07-12T14:31:54.663 に答える