VS2010 Build Error with New Installation of 7.0.4
Posted: Thu Sep 30, 2010 11:19 am
I am trying to install an "out of the box" version of AbleCommerce 7.0.4 and am using Visual Studio 2010 to build and compile my project. I created an empty ASP.NET web application project, changed the .NET Framework version to 3.5, copied the AbleCommerce 7.0.4 files into my project and attempted to build the site as-is (no custom changes) and receive the following errors. Again, I have not made any custom changes and it appears the errors I'm getting are because the classes in the App_Code folder are not being recognized. Any ideas why this is occuring?
Error 6 The type or namespace name 'PersistentItemEventHandler' could not be found (are you missing a using directive or an assembly reference?)
Error 7 The type or namespace name 'ISearchSidebarAware' could not be found (are you missing a using directive or an assembly reference?)
Error 14 The type or namespace name 'CheckingOutEventHandler' could not be found (are you missing a using directive or an assembly reference?)
Error 23 The type or namespace name 'CheckedOutEventHandler' could not be found (are you missing a using directive or an assembly reference?)
Error 44 The type or namespace name 'ErrorType' could not be found (are you missing a using directive or an assembly reference?)
Error 6 The type or namespace name 'PersistentItemEventHandler' could not be found (are you missing a using directive or an assembly reference?)
Error 7 The type or namespace name 'ISearchSidebarAware' could not be found (are you missing a using directive or an assembly reference?)
Error 14 The type or namespace name 'CheckingOutEventHandler' could not be found (are you missing a using directive or an assembly reference?)
Error 23 The type or namespace name 'CheckedOutEventHandler' could not be found (are you missing a using directive or an assembly reference?)
Error 44 The type or namespace name 'ErrorType' could not be found (are you missing a using directive or an assembly reference?)