Server Error in '/' Application.
--------------------------------------------------------------------------------
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: CS1501: No overload for method 'WSI' takes '1' arguments
Source Error:
Line 39: Customer thisCustomer = (HttpContext.Current.User as AspDotNetStorefrontPrincipal).ThisCustomer;
Line 40: // we'll just explitictly pass the customer object itself
Line 41: WSI IPXObject = new WSI(thisCustomer);
Line 42: return DoItHelper(IPXObject, ref XmlInputRequestString);
Line 43: }