尝试抑制 Visual Studio 中的资源警告

发布于 2024-08-04 12:04:05 字数 130 浏览 2 评论 0原文

我想在 Visual Studio 2008 中抑制“资源名称 'XY' 不是有效标识符”警告。

我在项目属性中找不到用于抑制它的警告编号。还有另一种方法可以实现此目的,或者更好的是,有人知道警告号吗?

谢谢 :)

I want to suppress the "The resource name 'X.Y' is not a valid identifier" warnings in Visual Studio 2008.

I cannot find the warning number to supress it in the project's properties. Is there another way of achieving this, or better still, does anyone know the warning number?

Thanks :)

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

转身以后 2024-08-11 12:04:05

根据msdn,您的部署工具将生成该资源的文件名的替代品。

纠正此错误

您应该首先更改名称
资源到有效的标识符,如果
可能的。如果这不是有效的
选项,禁用强类型
为此生成资源代码

.resx 文件。为此,请选择
解决方案资源管理器中的 .resx 文件以及
清除自定义工具属性。

According to msdn, your deployment tool will generate a substitute for the file name of this resource.

To correct this error

You should first change the name of
the resource to a valid identifier, if
possible. If that is not a valid
option, disable strongly typed
resource code generation
for this
.resx file. To do this, select the
.resx file in Solution Explorer and
clear the Custom Tool property.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文