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.