Premetto che sono 2 mesi che lo utilizzo e funzia alla perfezione!
Comunque...
stamattina email dal responsabile del server che mi avvisa che...
-----------------------------------------------------
ASP CODE : ASP 0101
NUMBER : -2147467259
SOURCE :
FILE : /script.asp
LINE : 291
COLUMN : -1
DESCR. : Unexpected error
ASP DESCRIP.: The function returned |.
SERVER : Microsoft-IIS/6.0
-----------------------------------------------------
La linea 291 si riferisce a questa funzione:
-----------------------------------------------------
Private function BinaryRead()
Dim bR,bTr,iT,eT,ePT
Stream.Type = 1
Stream.Open
bR = 0:bTr = 1024 * 20
iT = Timer()
do while bR< iTotalBytes
if iTotalBytes - (br + bTr)< 0 then bTr = iTotalBytes - bR
Stream.Write Request.BinaryRead(bTr)
bR = bR + bTr
loop
eT = Timer()
if (Et-iT)<>0 then
ConnectionSpeed = cStr(round((bR / (Et-iT)) / 1024,1)) & " [kb/s]"
else
ConnectionSpeed = cStr(round(bR/1024,1)) & " [kb/ms]"
end if
Stream.Position = 0
end function
-----------------------------------------------------
...e la riga in particolare è questa
Stream.Write Request.BinaryRead(bTr)
Che fare? Grazie mille![]()


Rispondi quotando