Using .resx resources

C

cpnet

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)?
 
C

cpnet

....never mind, I understand now... VS.NET compiles .resx files into
..resource files and embeds them into my assembly for me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top