Page 1 of 1

ClientApi Error

Posted: Fri Jun 04, 2010 10:17 am
by kastnerd
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:

Re: ClientApi Error

Posted: Fri Jun 04, 2010 10:24 am
by mazhar
Hmm try removing Override keyword from ProcessRequest method definition.