Page 1 of 1

7.0.3 Error Bug with StoneEdge

Posted: Sun Jun 21, 2009 8:59 am
by howardthai
http://www.xx.com/ClientApi/SETIService.ashx

After the upgrade 7.0.3 i got these error message.

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: BC30519: Overload resolution failed because no accessible 'Ship' can be called without a narrowing conversion:

Source Error:



Line 1788: Recalc = True
Line 1789: If IsDate(ShipDate) Then
Line 1790: objShipment.Ship(ShipDate)
Line 1791: Else
Line 1792: objShipment.Ship()



howard

Re: 7.0.3 Error Bug with StoneEdge

Posted: Mon Jun 22, 2009 6:04 am
by mazhar
Make sure that in call to ship method

Code: Select all

objShipment.Ship(ShipDate)
you are passing valid datetime.

Re: 7.0.3 Error Bug with StoneEdge

Posted: Mon Jun 22, 2009 6:06 am
by kastnerd
If I use the new seti from stone edge 7.009 i also get that error with 7.03 Able.
Using an older 7.004 SETIService.ashx it works fine.

Contact Stone Edge about this problem.

Re: 7.0.3 Error Bug with StoneEdge

Posted: Mon Jun 22, 2009 7:43 am
by howardthai
do you have the 7.0.04 seti for me?

Re: 7.0.3 Error Bug with StoneEdge

Posted: Mon Jun 22, 2009 7:58 am
by howardthai
i tried the 7.004 and it still give the same error please help. anyone out there.