I'm in the process of deploying a v7 site. I develop locally and upload directly via FTP upload which has worked flawlessly in the past. Database is SQL CE.
The two most recent sites have errored on the live server when using this deployment method with the following log:
Configured database is reporting as not being available! DataSource: |DataDirectory|\Umbraco.sdf. Exception: System.Data.SqlServerCe.SqlCeException (0x80004005): The specified locale is not supported on this operating system. [ LCID = 8192 ]
The first time this happened I was in a time crunch so i chose to clean install Umbraco on the live server and then migrate everything from local to live.
I would like to figure why this is happening so I don't have to go that route again with the site I'm currently working on.
I have tried the following:
Re-uploading (via FTP) the site multiple times
Adding LCID=1033 / LCID=1030 to the connection string in web.config
Restarting App Pool via IIS manager
Nothing seems to take or correct the error, so I was hoping someone has some insight to share.
Deploying via direct FTP upload
Hi
I'm in the process of deploying a v7 site. I develop locally and upload directly via FTP upload which has worked flawlessly in the past. Database is SQL CE.
The two most recent sites have errored on the live server when using this deployment method with the following log:
The first time this happened I was in a time crunch so i chose to clean install Umbraco on the live server and then migrate everything from local to live.
I would like to figure why this is happening so I don't have to go that route again with the site I'm currently working on.
I have tried the following:
Nothing seems to take or correct the error, so I was hoping someone has some insight to share.
Thanks so much in advance
is working on a reply...