Can I modify the content of an embedded resource (text/xml file) in a .NET application -


The title is too much a question: -)

I have an XML file and one in my .NET app As a resource, the txt file is still debugging other things, so it can not be run and tested.

So just asking, can I modify these files at runtime after deployment?

No An embedded resource assembly is a set of bytes.

This code is trying to modify the code in your assembly after.

If your assembly is signed.

If you are trying to swap out resources in and out, you can move your resources in separate () assembly, and swap the assembly at that deployment time.

What are you trying to achieve?


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -