Error trying to open with a different connection string.
Posted: Thu 15 Mar 2012 03:12
This works in Visual Studio 2008, but not in Visual Studio 2010. Any suggestions?
using (var data = new FreeswitchNamespace.FreeswitchEntities("User Id=username;Password=pwd;Host=192.168.0.74;Database=freeswitch;Persist Security Info=True;"))
{
MessageBox.Show("got here");
}
I get the following exception. "Keyword not supported: 'user id'."
using (var data = new FreeswitchNamespace.FreeswitchEntities("User Id=username;Password=pwd;Host=192.168.0.74;Database=freeswitch;Persist Security Info=True;"))
{
MessageBox.Show("got here");
}
I get the following exception. "Keyword not supported: 'user id'."