I am trying use MySql and Entity Framework, using Connector/Net 6.1 with this as a reference:
However my project is WebApplication instead of WinForms. I have sucessfully created entities, but I am not able to cerate Data Source for WebApplication (or MVC), since create command under menus and Data Sources window is missing (window says: There are no data sources to show for the selected project). However I can do it for WinForms/Console application.
I can't figure out why web projects don't allow me to create the Data Sources. What am I missing?