Base solution for your next web application
Open Closed

MySql Connection Issue. #2678


User avatar
0
velu created

While Updating database we are getting below mentioned error. "An exception of type 'System.Data.Entity.Core.ProviderIncompatibleException' occurred in EntityFramework.dll but was not handled in user code" "Additional information: The provider did not return a ProviderManifestToken string."

Please help me on that urgently......


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    This might be a database connection problem ? Can you connent to database using same connection string with another app ?

    If you are using Update-Database command, you can add -Verbose flag to see more detailed exception message.