vspudic
-
6/10/2009 9:44:35 AM
HotFix 4.0.5 and Assembly References in VS2008
Since applying hotfix 4.0.5, I get build errors when trying to rebuild the Kentico Website solution. It appears as though CMS.Ecommerce and CMS.DateEngine (not included in hotfix) are looking for older assemblies that were replaced with new versions in the hotfix. The build errors are:
Assembly 'CMS.Ecommerce, Version=4.0.3436.32754, Culture=neutral, PublicKeyToken=834b12a258f213f9' uses 'CMS.Staging, Version=4.0.3436.32693, Culture=neutral, PublicKeyToken=834b12a258f213f9' which has a higher version than referenced assembly 'CMS.Staging, Version=4.0.3328.15462, Culture=neutral, PublicKeyToken=834b12a258f213f9'
Assembly 'CMS.DataEngine, Version=4.0.3436.32687, Culture=neutral, PublicKeyToken=834b12a258f213f9' uses 'CMS.SettingsProvider, Version=4.0.3436.32684, Culture=neutral, PublicKeyToken=834b12a258f213f9' which has a higher version than referenced assembly 'CMS.SettingsProvider, Version=4.0.3328.15458, Culture=neutral, PublicKeyToken=834b12a258f213f9' Please advise!
|