错误 MSB4025:无法加载项目文件 MyProject.csproj。 '.',十六进制值 0x00,是无效字符

发布于 2025-01-15 11:50:50 字数 720 浏览 0 评论 0原文

我的编程环境: 我使用的是 AD 域成员的 Windows 客户端。 Windows 配置文件 (C:\Users...) 和主目录存储在充当文件服务器的 Debian 服务器上。 Windows 配置文件会在登录和注销时定期与服务器同步。 AD域控制器采用Samba。我负责使用 Visual Studio Code IDE 创建和编译 .NET5 项目。

我的问题 我使用 dotnet new 控制台语句在本地 Windows 配置文件 C:\Users\Username\projects 上创建项目。该语句使用 .csproj 文件创建一个 C# 项目。为了更好地理解,我将该文件命名为 MyProject.csproj。编译的时候一般不会有问题。现在,当我注销时,本地 Windows 配置文件已与服务器同步。如果我现在登录到其他地方并想要再次编译该项目,则会出现错误消息“error MSB4025:无法加载项目文件 MyProject.csproj。'.',十六进制值 0x00,是无效字符。行9,位置 11。”显示。 如果打开项目文件,您可以看到值 NUL 在第 9 行被写入了无数次(见附图)。

有人可以告诉我如何解决这个问题吗?

输入图片此处描述

My programming environment:
I work on a Windows client that is a member of an AD domain. The Windows profile (C:\Users...) and the home directory are stored on a Debian server that serves as a file server. The Windows profile is regularly synchronized with the server at logon and logoff. Samba is used as the AD domain controller. I am responsible for creating and compiling .NET5 projects using the Visual Studio Code IDE.

My problem
I create projects on the local Windows profile C:\Users\Username\projects using the dotnet new console statement. The statement creates a C# project with .csproj file. I call the file MyProject.csproj for better understanding. There are usually no problems when compiling. Now when I log off the local windows profile is synchronized with the server. If I now log in somewhere else and want to compile the project again, the error message "error MSB4025: The project file MyProject.csproj could not be loaded. '.', hexadecimal value 0x00, is an invalid character. Line 9, position 11." is displayed.
If you open the project file, you can see that the value NUL was written in line 9 an infinite number of times (see attached picture).

Can someone tell me how to solve this problem?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文