Have you checked that the permissions for iusr and network service are correct? If so...what version of Umbraco are you using and is it installed on a mssql server or sql ce database?
It happends after I add my site to Team Foundation Server. I have click button Check In, and then I cannot started my project on local machine. All project that I add to source control become projects with this error. But why Visual Studio change permissions on my local machine ?
i created an application using umbraco. everything is working fine on my localhost but when i am uploading it on the server, it is returning a error saying:
Error running Reader: SQL Statement: select id, domainName from umbracoDomains.
what could be the problem , all worked well on my local host but not running on server.
I have the same problem but reverse. My CMS work in to server but when i download from server to local to change same problem arise. Please help ......
Exception: System.Data.SqlServerCe.SqlCeException: The database file may be corrupted. Run the repair utility to check the database file. [ Database name = \\?\C:\Users\johirul.islam\Documents\My Web Sites\ICLP\App_Data\Umbraco.sdf ] at System.Data.SqlServerCe.SqlCeConnection.ProcessResults(Int32 hr) 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)
We're getting this error now. The site was working fine, we installed NWS Twitter Goodies then uninstalled the package and now the site is down. Can anyone assist?
Error running Reader: SQL Statement:
My local web-site don't working. What it is?
Error running Reader:
SQL Statement:
Select userNoConsole, userDisabled, userType,startStructureID, startMediaId, userName,userLogin,userEmail,userDefaultPermissions, userLanguage, defaultToLiveEditing from umbracoUser where id = @id
Exception:
System.Data.SqlServerCe.SqlCeException: . [ File name = F:\_\Sharkof( )\SharkOf\App_Data\Umbraco.sdf ]
System.Data.SqlServerCe.SqlCeConnection.ProcessResults(Int32 hr)
System.Data.SqlServerCe.SqlCeConnection.Open(Boolean silent)
System.Data.SqlServerCe.SqlCeConnection.Open()
SQLCE4Umbraco.SqlCeContextGuardian.ensureOpenBackgroundConnection(String connectionString)
SQLCE4Umbraco.SqlCeContextGuardian.Open(String connectionString)
SqlCE4Umbraco.SqlCeApplicationBlock.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlCeParameter[] commandParameters)
Hi Anton
Have you checked that the permissions for iusr and network service are correct? If so...what version of Umbraco are you using and is it installed on a mssql server or sql ce database?
EDIT: Nevermind the DB question...
/Jan
It happends after I add my site to Team Foundation Server. I have click button Check In, and then I cannot started my project on local machine. All project that I add to source control become projects with this error. But why Visual Studio change permissions on my local machine ?
Oh) I understand, I must do Check Out in Visual Studio.
Ah, that's something I did not even think about could be the issue. (Primarily using mercurial myself)
Happy to see you got it figured out :)
/Jan
i created an application using umbraco. everything is working fine on my localhost but when i am uploading it on the server, it is returning a error saying:
Error running Reader:
SQL Statement:
select id, domainName from umbracoDomains.
what could be the problem , all worked well on my local host but not running on server.
plz help if anyone knows this...
I have the same problem but reverse. My CMS work in to server but when i download from server to local to change same problem arise. Please help ......
Exception:
System.Data.SqlServerCe.SqlCeException: The database file may be corrupted. Run the repair utility to check the database file. [ Database name = \\?\C:\Users\johirul.islam\Documents\My Web Sites\ICLP\App_Data\Umbraco.sdf ]
at System.Data.SqlServerCe.SqlCeConnection.ProcessResults(Int32 hr)
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)
We're getting this error now. The site was working fine, we installed NWS Twitter Goodies then uninstalled the package and now the site is down. Can anyone assist?
is working on a reply...