i recently ugraded from 8.0.0.0 to 8.0.1.1 (latest version) and some things confused me:
1. When i executed the sql update script from 8x to latest i had the following error
Msg 207, Level 16, State 1, Procedure aspdnsf_GetRecentlyViewedProducts, Line 37
Invalid column name 'CustomerViewID'.
Msg 207, Level 16, State 1, Procedure aspdnsf_GetCustomersRelatedProducts, Line 70
Invalid column name 'CustomerViewID'.
Msg 207, Level 16, State 1, Procedure aspdnsf_GetCustomersRelatedProducts, Line 74
Invalid column name 'CustomerViewID'.
Msg 207, Level 16, State 1, Procedure aspdnsf_GetCustomersRelatedProducts, Line 73
Invalid column name 'CustomerViewID'.
Msg 207, Level 16, State 1, Procedure aspdnsf_insProductView, Line 8
Invalid column name 'CustomerViewID'.
Msg 207, Level 16, State 1, Procedure aspdnsf_insProductView, Line 10
Invalid column name 'CustomerViewID'.
Why this happend? Do i have to do something to fix it?
2. Everytime i go to see a product under the price and the sale price i see the follwing:
Exception=Could not find stored procedure 'aspdnsf_GetCustomersRelatedProducts'.
Exception=Could not find stored procedure 'dbo.aspdnsf_GetRecentlyViewedProducts'.
How can i deal with that error? please help