Try running the database schema update
This will run through database migrations. You may then get a screen when you login to commerce manager with some more updates to do, if so just click the button to run the updates.
You can also set it do be done automaticly, like this in web.config
<episerver.framework updateDatabaseSchema="true">
Read more about it here:
https://world.episerver.com/documentation/developer-guides/CMS/Deployment/automatic-schema-updates/
I've looked into this, and the problem is if the assemblies require newer database version, it's actually quite correct and meaningful. However if the assemblies require older database version than the database is, then the error message is quite confusing. I'll file a bug for it.
FYI the full error message look like this
thank you very much.
but why I got this error that require older database version than the database is?
here is my detail step:
so I don't know what's wrong for this error.
Thank your help.
The problem because episerver VS extension depends on higher cms version, while commerce manager depends on lower cms version. So to resolve the problem you should do steps below:
Haha I asked Quan for testing the display error on the Latest Forum Posts on Home page, luckily it works fine now :).
Hello,
I am new for Epi server, I followed these steps on https://world.episerver.com/documentation/developer-guides/commerce/getting-started/creating-your-project/,
but when I accessed the backend site or access the commerce manager from web site with URL: EPiServer/EPiServer.Commerce.Shell.ManagerIntegration/Admin/SitePlugin/CommerceManager.aspx, I got same error, "The database schema for 'CMS' has not been updated to version '7052.0', current database version is '7053.0'.
anyone know this error? how can I fix it.
Thanks