Error running Reader:
SQL Statement:
SELECT id, domainName FROM umbracoDomains ORDER BY id
Exception:
System.Data.SqlServerCe.SqlCeException (0x80004005): Failed to create or open namespace.
at System.Data.SqlServerCe.SqlCeConnection.Open(Boolean silent)
at System.Data.SqlServerCe.SqlCeConnection.Open()
at SQLCE4Umbraco.SqlCeContextGuardian.EnsureOpenBackgroundConnection(String connectionString)
at SQLCE4Umbraco.SqlCeContextGuardian.Open(String connectionString)
at SqlCE4Umbraco.SqlCeApplicationBlock.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlCeParameter[] commandParameters)
SqlCeProviderException: Error running Reader:
SQL Statement:
SELECT id, domainName FROM umbracoDomains ORDER BY id
Exception:
System.Data.SqlServerCe.SqlCeException (0x80004005): Failed to create or open namespace.
at System.Data.SqlServerCe.SqlCeConnection.Open(Boolean silent)
at System.Data.SqlServerCe.SqlCeConnection.Open()
at SQLCE4Umbraco.SqlCeContextGuardian.EnsureOpenBackgroundConnection(String connectionString)
at SQLCE4Umbraco.SqlCeContextGuardian.Open(String connectionString)
at SqlCE4Umbraco.SqlCeApplicationBlock.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlCeParameter[] commandParameters)]
SqlCE4Umbraco.SqlCeApplicationBlock.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlCeParameter[] commandParameters) +184
SqlCE4Umbraco.SqlCEHelper.ExecuteReader(String commandText, SqlCeParameter[] parameters) +37
umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters) +82
Also application is very slow. Is it problem with SQL CE ?
I have a few live sites where I've tried accessing a site, and this same error message is displayed. However, after I reload the page everything is fine. Is there some event that should be firing first that isn't that would cause this? It doesn't happen all the time however.
Server Error on Start Application
Hi,
We have strange problem on start Application.
Also application is very slow. Is it problem with SQL CE ?
Thanks
This indicates that you may be missing
System.Data.SqlServerCe.Entity.dll
?https://social.msdn.microsoft.com/forums/sqlserver/en-US/c93644f6-38e8-4d1d-81e0-ca5f4020abb5/failed-to-create-or-open-namespace
This still appears to be an issue in 7.5.8.
I have a few live sites where I've tried accessing a site, and this same error message is displayed. However, after I reload the page everything is fine. Is there some event that should be firing first that isn't that would cause this? It doesn't happen all the time however.
is working on a reply...