Hi
I'm afraid that FluentValidation doesn't have any design-time support built in, and this isn't currently something I'm planning on supporting (unless someone wants to submit a patch...). I'd suggest performing an explicit check to see whether your view instance is running in design mode, and if so then simply skip instantiation of the validator.
Jeremy