The underlying provider failed on Open.
at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)
at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass41_0.b__0()
at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
at System.Data.Entity.Core.Objects.ObjectQuery`1..GetEnumerator>b__31_0()
at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at Webility.CMS.Core.Alias..ctor(String Name) in C:\Users\mcomeau\Documents\GitHub\libertyutilities.com-website\Liberty Utilities\Libraries\Webility.CMS\Core\Alias.cs:line 19
at Webility.CMS.Core.Website.get_CurrentWebsite() in C:\Users\mcomeau\Documents\GitHub\libertyutilities.com-website\Liberty Utilities\Libraries\Webility.CMS\Core\Website.cs:line 75
at Webility.CMS.Utility.Utils.GetState() in C:\Users\mcomeau\Documents\GitHub\libertyutilities.com-website\Liberty Utilities\Libraries\Webility.CMS\Utility\Utils.cs:line 501
at Webility.CMS.Utility.Utils.GetCity(RegionAlia& alias) in C:\Users\mcomeau\Documents\GitHub\libertyutilities.com-website\Liberty Utilities\Libraries\Webility.CMS\Utility\Utils.cs:line 194
at Webility.CMS.Utility.Utils.GetCity() in C:\Users\mcomeau\Documents\GitHub\libertyutilities.com-website\Liberty Utilities\Libraries\Webility.CMS\Utility\Utils.cs:line 188
at Webility.CMS.Utility.Utils.ReplaceSquareTags(String text, Int32 pageID) in C:\Users\mcomeau\Documents\GitHub\libertyutilities.com-website\Liberty Utilities\Libraries\Webility.CMS\Utility\Utils.cs:line 526
at Public.display.ProcessRequest(HttpContext Context) in C:\Users\mcomeau\Documents\GitHub\libertyutilities.com-website\Liberty Utilities\Websites\Public\display.ashx.cs:line 132
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.Open()
at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)
at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)
at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.<>c__DisplayClass2_0.b__0()
at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
at System.Data.Entity.Core.EntityClient.EntityConnection.Open()