Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
I make a Custom Validation Named YaldaValidator.
YaldaValidation For FileUpload Control[^]
One Of my Readers said he couldn't implement it in framework 3.5.
this is his message:
"Hello Taha really impressive work im facing problem with my .Net Frame work ur custom Validator doesn't support 3.5 its for 4.0 requires "System.Web.DataVisualization" amd "Microsoft.CSharp" assemblies any solution to implement with frame work 3.5 ?"

any suggest?
Posted
Updated 8-Jun-12 7:38am
v2

1 solution

This doesn't make any sense. You've written a validation control and you're referenceing DataVisualization? Why??

You need to install the MSChart controls to get it under .NET 3.5.

http://www.microsoft.com/en-us/download/details.aspx?id=14422[^]
 
Share this answer
 
Comments
taha bahraminezhad Jooneghani 8-Jun-12 15:44pm    
oh man I got it!
this reference is for another project and I just build it on that!
thank you very much!:)
5!
Maciej Los 8-Jun-12 17:43pm    
Good answer, my 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900