I am making a web application with ASP.net MVC3. I eventually want to use roleprovider and authentication used by a login form. So I have this code:
As Beginner to .NET, i also experienced the same situation..
But it can be resolved very simple step.
Select references from solution explorer . Right click on it, Select Add reference, select mysql.web from the list of assemblies, then add it.
After adding mysql.web assembly , you can get rid out from this error.
Thanks!!