从 VS2003 转换时出现 Resx 错误
我正在转换最初使用 Visual Studio 2003 开发的遗留应用程序。现在我遇到了构建解决方案时出现的以下错误:
Invalid Resx file. Region name 'cb' is not supported.
它对我来说没有多大意义。对于如何解决此问题的任何想法,我将不胜感激。
提前致谢!
==============
关于该问题的另一位信息。附图显示了我打开表单时看到的错误消息。 替代文本 http://www.freeimagehosting.net/uploads/988d31bbfa.jpg
我想知道如何禁用此“cb”区域的使用。
要查看放大的图像 - 链接
I'm converting a legacy application originally developed using Visual Studio 2003. Now I got stuck with the following error which appears while building the solution:
Invalid Resx file. Region name 'cb' is not supported.
It doesn't makes much sense to me. I'd appreciate any ideas on how to resolve this problem.
Thanks in advance!
==============
Another bit of information on the problem. Attached image shows the error message I see when open the form.
alt text http://www.freeimagehosting.net/uploads/988d31bbfa.jpg
I wonder how can I disable using of this 'cb' region.
To see enlarged image - Link
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最终,我最终使用 Visual Studio 2008 创建了新的 resx 文件。我创建了它们,填充了原始内容,并用新创建的文件替换了旧文件。
至少可以在此之后构建解决方案。希望运行时不会出现问题。
Eventually I ended up with creating new resx files using Visual Studio 2008. I created them, filled with the original content and replaced old files with the newly created.
At least the solution can be built after this. Hopefully there will be no problems in runtime.