錯誤 1 "GenerateResource" 工作發生未預期的失敗。
System.OutOfMemoryException: 已發生類型 'System.OutOfMemoryException' 的例外狀況。
   於 System.IO.MemoryStream.set_Capacity(Int32 value)
   於 System.IO.MemoryStream.EnsureCapacity(Int32 value)
   於 System.IO.MemoryStream.WriteByte(Byte value)
   於 System.IO.BinaryWriter.Write(Byte value)
   於 System.Resources.ResourceWriter.Write7BitEncodedInt(BinaryWriter store, Int32 value)
   於 System.Resources.ResourceWriter.Generate()
   於 System.Resources.ResourceWriter.Dispose(Boolean disposing)
   於 System.Resources.ResourceWriter.Close()
   於 Microsoft.Build.Tasks.ProcessResourceFiles.WriteResources(IResourceWriter writer)
   於 Microsoft.Build.Tasks.ProcessResourceFiles.WriteResources(String filename)
   於 Microsoft.Build.Tasks.ProcessResourceFiles.ProcessFile(String inFile, String outFile)
   於 Microsoft.Build.Tasks.ProcessResourceFiles.Run(TaskLoggingHelper log, ITaskItem[] assemblyFilesList, ArrayList inputs, ArrayList outputs, Boolean sourcePath, String language, String namespacename, String resourcesNamespace, String filename, String classname, Boolean publicClass)
   於 Microsoft.Build.Tasks.GenerateResource.Execute()
   於 Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, Boolean& taskResult) WinApp