I've make a build against newest Castle Validator and wired everything up in my MVC project as always. After launching app in VS2010 i'v checked bin directory and desired Castle.Components.Validator.dll was in place with satellite assemblies in subdirectories. I tried to change current UI culture but nothing work and only default/neutral culture messages are showing. It seems to ResourceManager involved in CachedValidationRegistry that should show all satellite assemblies has some troubles. I make it work by manually loading specified satellite assembly from file placed in /LANG/ dir but it is ResourceManager default functionality to do this job.
Do I have to make any special steps to get it work? -- You received this message because you are subscribed to the Google Groups "Castle Project Development List" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en.
