views:

74

answers:

1

I have been trying to get the Entity Framework to work in my web application using MySQL. It works fine on my local pc, but doesn't work when I put it on the server.

Since the server is a shared server I can install the connector if that is the issue.

A: 

You should be able to put the MySQL.Data.Dll file in your BIN file.

John M