SqlException: The column name 'RoundingTypeId' is not valid.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hello!

I'm trying to upgrade from version 3.40 to 3.90.

I updated the database, in order of time, of all versions (from 3.5 to 3.90).

Then I deleted all the files from 3.40 and inserted those of 3.90.

I cleaned up and rebuilt the compilation.

When I test through Visual Studio on my browser, I get this error:

"
System.Data.Entity.Core.EntityCommandExecutionException: 'An error occurred while executing the command definition. See the inner exception for details.'

Internal exception

SqlException: The column name 'RoundingTypeId' is not valid.


"

The page is: CurrencyService.cs in /Libraries/Nop.Services/Directory/

What can I do?

Thanks in advance
6 years ago
Looks like you haven't run the upgrade script. Do you have "RoundingTypeId" column in "Currency" table? It was added in version 3.90
6 years ago
Hi Andrei!

I tried again to run all the scripts and now it works. The column has now been created.

Thank you very much,

Luc
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.