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
7.0.3 Error Bug with StoneEdge
-
- Ensign (ENS)
- Posts: 20
- Joined: Wed Oct 22, 2008 4:46 pm
7.0.3 Error Bug with StoneEdge
Last edited by howardthai on Sun Jul 26, 2009 11:50 am, edited 1 time in total.
Re: 7.0.3 Error Bug with StoneEdge
Make sure that in call to ship method
you are passing valid datetime.
Code: Select all
objShipment.Ship(ShipDate)
Re: 7.0.3 Error Bug with StoneEdge
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.
Using an older 7.004 SETIService.ashx it works fine.
Contact Stone Edge about this problem.
-
- Ensign (ENS)
- Posts: 20
- Joined: Wed Oct 22, 2008 4:46 pm
Re: 7.0.3 Error Bug with StoneEdge
do you have the 7.0.04 seti for me?
-
- Ensign (ENS)
- Posts: 20
- Joined: Wed Oct 22, 2008 4:46 pm
Re: 7.0.3 Error Bug with StoneEdge
i tried the 7.004 and it still give the same error please help. anyone out there.