c# - How to insert a file g.resources into an Assembly -


I need to change a resource by changing a legislation. I have already removed the resource and amended it But now I can not find a way to embed it again in the assembly. I have tried with ildasm but it seems like it wants a .res resource file and I only have a xxx.g.resources file.

Any thoughts?

Thank you

It's just an idea: maybe you can create a new assembly Where you can include new resources, and other "things" that you do not modify may be able to remove other "things" in the way you can remove resources ...

Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -