Override a resource from standard assembly in ASP.NET
Posted
by wRAR
on Stack Overflow
See other posts from Stack Overflow
or by wRAR
Published on 2010-03-29T12:52:45Z
Indexed on
2010/03/31
17:33 UTC
Read the original article
Hit count: 369
I want to override a string from a System.ComponentModel.DataAnnotations
for an ASP.NET project. Do I need to make a satellite assembly, messing with custom build tasks, al.exe
etc.? Even if yes, I couldn't find how to convert .resx
to .resources
to feed it to al.exe
. And if no, where to put the .resx.
and how to name it?
© Stack Overflow or respective owner