Hi ,
   I am new to nop commerce and we are supposed to use Nopcommerce 1.7 version for our client. We need some changes in database like we need to add new tables and some columns to existing tables for extending the functionality. I added them in data base and i have updated them in NopModel.edmx so i got all the new tables and changed tables in the model. But the same has not been updated in CustomerManagement.Customer class file where i added new entities so this is causing exception for me.

The relationship 'NopSolutions.NopCommerce.BusinessLogic.Data.FK_Nop_CustomerAttribute_Nop_Customer' was not loaded because the type 'NopSolutions.NopCommerce.BusinessLogic.Data.Customer' is not available.
The following information may be useful in resolving the previous error:
The required property 'HuzuID' does not exist on the type 'NopSolutions.NopCommerce.BusinessLogic.CustomerManagement.Customer'.


In this case i just added HuzuID to table Nop_Customer.

Any help will be great.. thanks in advance ..