【问题标题】:do I need to deploy .resx files for an SSRS custom extension?我需要为 SSRS 自定义扩展部署 .resx 文件吗?
【发布时间】:2013-06-13 01:47:45
【问题描述】:

在使用 .NET 2.0 的 VS2010 项目中使用 .resx 文件时,.resx 文件是编译成项目的 .dll 还是我需要单独部署其他东西?

我正在尝试确保 .resx 文件包含在 SSRS (SQL Server Reporting Services) 使用的自定义 dll 的部署中

(我遇到过这个资源,它讨论了将 .resx 文件编译为公共语言运行时二进制 .resources 文件,这些文件可以嵌入到运行时二进制可执行文件中或编译到附属程序集中,但是我只想部署我的解决方案,以便它可以利用项目中的 .resx 文件,我并不是想获得性能或模块化:

http://msdn.microsoft.com/en-us/library/ccec7sz1.aspx)

【问题讨论】:

  • 什么样的项目?

标签: .net visual-studio-2010 dll deployment resx


【解决方案1】:

我发现答案是否定的,.resx 文件被编译到 .dll 中,不需要单独部署。

【讨论】:

    猜你喜欢
    • 2011-03-14
    • 1970-01-01
    • 1970-01-01
    • 2011-08-25
    • 1970-01-01
    • 2021-03-10
    • 1970-01-01
    • 2019-06-19
    • 1970-01-01
    相关资源
    最近更新 更多