getting this error after installing...any ideas?
Code:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0234: The type or namespace name 'Services3' does not exist in the namespace 'Microsoft.Web' (are you missing an assembly reference?)
Source Error:
Line 15: using AspDotNetStorefrontCommon;
Line 16: using AspDotNetStorefrontWSI;
Line 17: using Microsoft.Web.Services3;
Line 18:
Line 19: [WebService(Namespace = "http://www.aspdotnetstorefront.com/", Name = "AspDotNetStorefront Import WebService", Description = "AspDotNetStorefront Import Web Service I/F. NOTE: You may have to reset the store cache after imports to make all new items live! Also, this interface does not support any setting of IsImport flags, and imports cannot be undone.")]