faqts : Computers : Programming : Languages : C# : Resource Files

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

5 of 29 people (17%) answered Yes
Recently 0 of 10 people (0%) answered Yes

Entry

Why do I keep getting "Invalid Resx Input" for my assembly resource file?
What are all these fields in the assembly resource for?

Apr 27th, 2002 16:13
Nathan Wallace,


I found this error was occurring when we had specified the Type for 
the field incorrectly.  From the information below the Type appears to 
be the type of object that is being stored in the value field:
    <http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/cpguide/html/cpconresourcesinresxfileformat.asp>
For simple string resources (like localized messages) you don't need 
to specify anything other than the Name and Value fields.