Edit: datetime2 is new to SQL Server 2008, it's not needed so chaning the "ProviderManifest" in the edmx-file solves the problem. Every time you reconnect to the database and updated the entity framework schema the provider manifest is changed to the current version of SQL Server. That's why we forgot to change it back.
SQL server error 'datetime2' not supported
Does version 1.3 require a certain version of SQL server to work. After installing I get this error
We are running on SQL Server 2005.
Hi!
Sorry, our misstake the the compiled manifest for sql server was 2008, we have changed it and uploaded a new file to the deli-page.
Please try to download it again:
http://our.umbraco.org/projects/backoffice-extensions/newsletter-studio/
// M
Edit: datetime2 is new to SQL Server 2008, it's not needed so chaning the "ProviderManifest" in the edmx-file solves the problem. Every time you reconnect to the database and updated the entity framework schema the provider manifest is changed to the current version of SQL Server. That's why we forgot to change it back.
I marked this solved a little prematurely :/ After installing, the section icon isn't being added.
Found out what the problem was. The database tables hadn't been deleted when I'd uninstalled so the reinstallation wasn't completing properly.
is working on a reply...