Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to connect asp.net mvc 3 website by mysql
I have windows 7 , visual studio 2010 express edition
I installed mysql connector 6.5.4
and then i am trying to add entity model it is not showing mysql provider in entity wizard
and
I was define simple connection string in web.config file it is not connect
I am trying to add reference of mysql it is not showing ....


Please help me what to do ....
Posted

1 solution

You cannot use in VSExpress other providers than that yo see in the list by default. Of course if you don't want to use the designer, you can use it. Try code-first approach. Or use higher edition of VS...
 
Share this answer
 
Comments
Manoj Kumar Choubey 22-May-12 4:24am    
how to set web.config .... ? and could you give me some reference link to do code first method ....
Manoj Kumar Choubey 22-May-12 7:42am    
I have tested on vs 2010 prof. edition its working ....
Zoltán Zörgő 23-May-12 12:21pm    
Than this is solved, right? :)

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