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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -