Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经完成了一个 Windows 应用程序,这里我将一些数据存储在 xml 文件中。
而且我还想更新那个 xml 文件来更新细节。
当我制作 exe 文件时,项目中的一切都很好。安装在系统中,无法写入该文件。我找不到那个原因,在项目中我授予了对该文件的完全访问权限。
根据 XML 文件所在的位置,您需要为其授予管理员权限。您可以通过将清单文件添加到项目并将RequestExecutionLevel标签修改为RequireAdministrator.
RequestExecutionLevel
RequireAdministrator