How ever I can't share it with the world, as I have been having deployment issues, the website works fine under web-matrix locally, but after publishing (using web-matrix, no errors reported)
when I browse to the site..... dalston.tv (the site is up and live now so you can have a look) I get this error....
Error running Reader: SQL Statement: select id, domainName from
umbracoDomains
Exception: System.Data.SqlServerCe.SqlCeException:
There is a file sharing violation. A different process might be using the file.
[ \\PDC2\sites\d\dalston.tv\public_html\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.Open(String connectionString) at
SqlCE4Umbraco.SqlCeApplicationBlock.ExecuteReader(String connectionString,
CommandType commandType, String commandText, SqlCeParameter[]
commandParameters)
Deploying a site using SQL CE to shared hosting.
Hi guys,
I have created a lovely umbraco website.
How ever I can't share it with the world, as I have been having deployment issues, the website works fine under web-matrix locally, but after publishing (using web-matrix, no errors reported)
when I browse to the site..... dalston.tv (the site is up and live now so you can have a look) I get this error....
Error running Reader:
SQL Statement:
select id, domainName from umbracoDomains
Exception:
System.Data.SqlServerCe.SqlCeException: There is a file sharing violation. A different process might be using the file. [ \\PDC2\sites\d\dalston.tv\public_html\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.Open(String connectionString)
at SqlCE4Umbraco.SqlCeApplicationBlock.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlCeParameter[] commandParameters)
The Full stack tace is here >> http://pastebin.com/qcujzxym
Its saying that there is a file sharing violaion.....what should I tell my hosting company to do?
is working on a reply...