all groups > asp.net building controls > september 2004 >
You're in the

asp.net building controls

group:

Using .resx resources


Using .resx resources cpnet
9/26/2004 2:31:22 PM
asp.net building controls:
I've built a ASP.NET control that stores some info (an XSLT transform) in a
..resx file in the assembly that also has the control. However, I've read
the following in MSDN documentation a few times, "Only .resources files
should be embedded in common language runtime assemblies and satellite
assemblies".

VS.NET 2003 only seems to allow me to create .resx files so this is what
I've used for my XSLT transform. Can I use the .resx file I am now? It
seems to work? I'm not clear on why the MSDN docs say only to use .resource
files, yet VS.NET only seems to create .resx files (and my project seems to
be fine with .resx files)?

Re: Using .resx resources cpnet
9/26/2004 8:24:04 PM
....never mind, I understand now... VS.NET compiles .resx files into
..resource files and embeds them into my assembly for me.

AddThis Social Bookmark Button