在Mono应用程序中嵌入资源

时间:2011-07-12 19:18:21

标签: c# .net mono

我正在尝试使用以下命令在我的应用中嵌入一些资源(在Ubuntu框上运行):

resgen2 -usesourcepath testResource.resx testResource.resources

gmcs -out:Test.exe -debug -platform:x86 -target:winexe test.cs
     -resource:testResource.resources

编译运行得很好,但是当我在Windows下运行程序时,我得到:

  

System.Resources.MissingManifestResourceException:找不到任何内容   适合特定文化或中性文化的资源。确保   “testResource.resources”被正确嵌入或链接到程序集“Test”中   在编译时,或者所需的所有附属程序集都是可加载的   完全签署。

还有其他人有过类似的问题吗?

0 个答案:

没有答案