我如何读取流的资源文件

时间:2013-10-22 13:01:32

标签: c#

我需要流,但我收到错误“_stream is null”。我想读一个资源文件。

  • 我的项目名称是“WindowsFormsApplication1”
  • 我的文件名是“resources.resx”
  • 我的文件名是“myReportCustemer.repx”

    Stream _stream = _assembly.GetManifestResourceStream("WindowsFormsApplication1.Properties.Resources.myReportCustemer.repx");
    
    my_XtraReport1.LoadLayout(_stream);
    

Visual Studio向我显示“_stream is null”

编辑:

我试图在我的资源中嵌入devexpress报告文件。这就是为什么.repx

我访客我的问题是添加到文件资源。因为如果我嵌入图像...我可以在我的资源文件夹中看到但是myReportCustemer.repx文件在资源文件中不存在..

0 个答案:

没有答案