Troubleshooting MySQL with Entity Framework -


  • when connect mysql using workbench works fine.
  • when connect mysql using java works fine.
  • when connect mysql using entity framework designer (e.g. update models database) works fine.

but when run project "no connection made because target machine actively refused it".

the entity framework designer using same connection string application. else problem?

edit:

  • when connect mysql using entity framework in console application works fine.
  • when connect mysql using entity framework in console application in debug mode works fine.
  • when connect mysql using entity framework in unit test project works fine.
  • when connect mysql using entity framework in unit test project in debug mode doesn't work.

is debug mode , release mode configurations same? ie 1 running in x86 , other in x64?


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -