Hi
Do you have .NET 4.5 installed on your machine? There's a bug in .NET 4.5 (which silently upgrades the .NET 4 assemblies) which causes this runtime destabilization error - I have a workaround for this in the latest version of FluentValidation, so you will need to upgrade to FluentValidation 3.4 or 4.0.
Which version of Silverlight are you targetting? There is no longer a Silverlight-specific version of FluentValidation, but instead FluentValidation v4 uses a portable class library, which is available Silverlight 4 or 5. Provided you're running on Silverlight 4 or 5, then the PCL version shouldn't cause any problems. Perhaps you could send me a small sample that reproduces the problem? (jeremy@jeremyskinner.co.uk) If you need Silverlight-specific versions of FluentValidation, then you'll need to use FluentValidation 3.4
Hope this helps
Jeremy
Do you have .NET 4.5 installed on your machine? There's a bug in .NET 4.5 (which silently upgrades the .NET 4 assemblies) which causes this runtime destabilization error - I have a workaround for this in the latest version of FluentValidation, so you will need to upgrade to FluentValidation 3.4 or 4.0.
Which version of Silverlight are you targetting? There is no longer a Silverlight-specific version of FluentValidation, but instead FluentValidation v4 uses a portable class library, which is available Silverlight 4 or 5. Provided you're running on Silverlight 4 or 5, then the PCL version shouldn't cause any problems. Perhaps you could send me a small sample that reproduces the problem? (jeremy@jeremyskinner.co.uk) If you need Silverlight-specific versions of FluentValidation, then you'll need to use FluentValidation 3.4
Hope this helps
Jeremy