這是我的代碼,當檢索資源文件。無法讀取資源文件
ResourceManager resourceManager = ResourceManager.CreateFileBasedResourceManager("Resource.resx", @"c:\", null);
resourceValue = resourceManager.GetString("key1");
但我每次運行這個時都得到這個異常。
找不到任何資源 適合在磁盤上指定的區域性 (或區域性)。 baseName的:Resources.resx locationInfo:空文件名: Resources.resx.resources
什麼是錯在我的代碼?
這個討論有幫助嗎? http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/30d3f13f-0f2e-4852-833f-32d3f557c38a/ – decyclone