Could not load file or assembly 'System.Data.SqlServerCe, Version=4.0.0.0
Hi,
I have a project using Umbraco version 7.4.3 assembly: 1.0.5948.18141 which works fine locally running through webmatrix. I have then moved it to my server and setup IIS as well as permissions on my folder matching other Umbraco projects which work. When I try to open the site I get the following error.
Could not load file or assembly 'System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Could not load file or assembly 'System.Data.SqlServerCe, Version=4.0.0.0
Hi,
I have a project using Umbraco version 7.4.3 assembly: 1.0.5948.18141 which works fine locally running through webmatrix. I have then moved it to my server and setup IIS as well as permissions on my folder matching other Umbraco projects which work. When I try to open the site I get the following error.
Could not load file or assembly 'System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Does anyone know how i'd fix this?
Thanks
Try adding the following to your web.config:
Thanks Sebastiaan,
Ok i added that in and I now get
Umbraco cannot start. A connection string is configured but the Umbraco cannot connect to the database.
Im using the Umbraco local .sdf database which works locally.
Thanks
is working on a reply...