下嵌套當使用在.csproj
文件DependentUpon
元件下一個.cs
文件嵌套一個.resx
文件,然後訪問使用MissingManifestResourceException
拋出包裝資源.resx文件資源時包裝。MissingManifestResourceException訪問用於cs文件
賀電:
找不到適合指定區域性或中性文化的任何資源。確保在編譯時「Namespace.Resource.resources」已正確嵌入或鏈接到程序集「Assembly」中,或者確保所有需要的附屬程序集均可加載且完全簽名。
示例代碼:
MessageBox.Show(Resource.Key);
爲什麼會出現這種錯誤發生的呢?
降價的任何理由? :) – ctusch 2014-12-01 16:27:21
[MissingManifestResourceException](https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=C%23%20MissingManifestResourceException)對確切的異常進行Google搜索產生大量的好結果來幫助您的案例 – MethodMan 2014-12-01 16:29:24
@DJKRAZE請閱讀整個問題(和以下答案)。這不是由我能找到的任何Google結果回答的。 – ctusch 2014-12-01 16:31:26