【发布时间】:2021-03-28 15:11:16
【问题描述】:
发现 Visual Studio 2019 存在无法对创建的任何静态文件选择构建操作的问题。无论选择什么Build Action,每次都会显示“Property value is not valid”的错误信息。
An error has occurred while saving the edited properties listed below:
Build Action
One or more values are invalid. User canceled out of save dialog (Exception from HRESULT: 0x8004000C (OLE_E_PROMPTSAVECANCELLED))
是否有已知的解决方法?我正在运行 DotNet 5.0,它是一个非常简单的控制台应用程序。
【问题讨论】:
标签: c# .net-core visual-studio-2019