Embedded Resources
From: Todd Acheson (tacheson_at_questared.com)
Date: 03/15/05
- Next message: dmako: "RE: How can I force server GC under W2K3 using Framework 1.1 SP-1?"
- Previous message: bwalke_at_lbrspec.com: "Re: How can Process.Start() command be used in a Web Application??"
- Next in thread: Todd Acheson: "Re: Embedded Resources"
- Reply: Todd Acheson: "Re: Embedded Resources"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Mar 2005 14:37:09 -0600
I'm looking for the correct way to use the command line compiler for VB.NET
to embed an "XML" type of rext file into an assembly. My file extension is
"RPX", which is a DataDynamics Active Report file.
All documentation I can find points to having either a RESX or a TXT file,
using RESGEN to make a resources file, and then attaching that file with the
/res: command line switch.
Yet, when I create a project in Visual Studio 2003, include some RPX files
as embedded resources and run the solution, the files are embedded without
being converted to resources??
I run ILDASM and peek at the manifest of my visual studio compiled assembly.
I see some public RPX files listed with the RPX extension.
Can anyone divulge the secret of how to do this with the command line
compiler and achieve the same output as what Visual Studio creates?
Thanks!
-- Todd Acheson
- Next message: dmako: "RE: How can I force server GC under W2K3 using Framework 1.1 SP-1?"
- Previous message: bwalke_at_lbrspec.com: "Re: How can Process.Start() command be used in a Web Application??"
- Next in thread: Todd Acheson: "Re: Embedded Resources"
- Reply: Todd Acheson: "Re: Embedded Resources"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|