ClientApi Error

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
kastnerd
Commodore (COMO)
Commodore (COMO)
Posts: 474
Joined: Wed Oct 22, 2008 9:17 am

ClientApi Error

Post by kastnerd » Fri Jun 04, 2010 10:17 am

I am trying to setup the import sctrip for stoneedge. I am getting an error.

follow this link to see the error
http://67.225.187.60/ClientApi/SETIService.ashx

Code: Select all

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: BC30284: sub 'ProcessRequest' cannot be declared 'Overrides' because it does not override a sub in a base class.

Source Error:

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: ClientApi Error

Post by mazhar » Fri Jun 04, 2010 10:24 am

Hmm try removing Override keyword from ProcessRequest method definition.

Post Reply