资源文件链接
当您创建 Silverlight 业务应用程序时,您将获得一个 Silverlight 应用程序和一个 Web 应用程序。在 Silverlight 应用程序的 Web/Resources 文件夹中,有指向 Web 应用程序的 Resources 文件夹中的文件的链接。这些链接与它们链接到的文件完全相同,因为它们与显示为 Resource.resx 文件的代码隐藏文件的 Resource.Designer.cs 文件是分层的
当我尝试以这种方式链接到资源文件时,我只获取 .resx 文件,除非我单独链接到 .Designer.cs 文件。但是,在这种情况下,Designer.cs 文件将显示为标准代码文件,并且与 .resx 文件无关。
有谁知道如何正确进行此链接?
When you create a Silverlight Business Application you get a Silverlight application and a Web application. In the Web/Resources folder of the Silverlight app there are links to the files in the Resources folder of the Web app. These links are exactly like the files they link to in that they are heirarchical with the Resource.Designer.cs file shown as a code-behind file for the Resource.resx file
When I try to link to a Resource file in this way I only get the .resx file unless I link to the .Designer.cs file separately. However in this case the Designer.cs file is then shown as a standard code file and not related to the .resx file.
Does anyone know how to do this linking correctly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加指向不带 *.Designer.cs 的新资源文件的链接后,设置其属性“自定义工具”(“PublicResXFileCodeGenerator”)。
After you add a link to new resource file without *.Designer.cs, set its property "Custom Tool" ("PublicResXFileCodeGenerator").