We recently upgraded to MVC2 and SharpArchitecture 1.6. Our models are all in our Project.Core project, while resources are in our Project.Web project. We can't reference the resource files in Core , as that would create a circular dependency.
We want to use Data Annotations on the model - is there a way to access the resource files so we can have localized messages?