Hello,
I'm trying to add a resource type to my validation logica like this in the metadata (database first, silverlight, devforce 2010):
RequiredValueVerifier, RegexVerifier("Password", @"^.*(?=.{8,})(?=.*\d)(?=.*[a-zA-Z]).*$", ErrorMessageResourceType = typeof(AccoResource),ErrorMessageResourceName="Acco_Password")]
However this leeds to problems in finding the resource file when running the program.I added the resource file in the DomainModel with a link to DomainModel.SL. The problem is that the namespace in de domainmodel is different from the silverlight link. Where do i put this resourcefile?