entity framework - Sql Azure Connection String error -
i trying connect sql azure use ado.net connection still provided portal. of format
var connectionstring =
"server=tcp:abcdefghij.database.windows.net,1433;database=[mydatabase];user id=[myname]@abcdefghij;password=[]mypassword;trusted_connection=false;encrypt=true;connection timeout=30;"
when pass connection string dbcontext constructor falls over. error message is
"the type initializer 'system.data.entity.modelconfiguration.utilities.typeextensions' threw exception."
any ideas problem can be?
thanks
martin
Comments
Post a Comment