Why isn't my shared resource file working in my Silverlight RIA project?
问题 I'm working on a Silverlight project with the WCF RIA Services beta. I'm using the BlahDomainService.metadata.cs file to validate a field by adding validation attributes, e.g. [RegularExpression]. It was working so I'm trying to put the Error message in a resource file and now it isn't working. The RegEx validation isn't being run on the client, though it is being run on the server. Any idea what might be causing this? In the generated code file on the client, I see this error: // Unable to