is anybody having this error ?????

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
i have updated the source code from the repository so i have the latest and keep getting this error


Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'dbo.GenericAttribute'.

Source Error:


Line 134:                            ga.KeyGroup == keyGroup
Line 135:                            select ga;
Line 136:                var attributes = query.ToList();
Line 137:                return attributes;
Line 138:            });

Source File: d:\Code\eComm\nopcommerce230\src\Libraries\Nop.Services\Common\GenericAttributeService.cs    Line: 136
11 years ago
Did you also run the database upgrade script?
11 years ago
it worked. thank you .
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.