I am using SImple.Data locally and have this code:
var db = Database.OpenNamedConnection("q2_admin");
//var db = Database.Open();
It works fine in my dev environment where I am using a developer version of SQL server 2012.
However when my colleague runs the code on his box with SQL Express 2012 he gets this error:
[Error] Specified argument was out of the range of valid values.
Parameter name: connectionName
If I switch to using the default connection it works fine.
Is SQL Express supported? Or is this a bug?