hi all ;
i am using jermey PSW , and I am facing this
error whenever i try to upload new picture to my website and its
working fine in my local machine but not on the remote server ?
is it related to the permission of the albums folder or some thing else .
so
i tried to change the albumid into the photoid this error stoped coming
and "no photo" picture comes inside the album .
this is the error message
Procedure or Function 'RemovePhoto' expects parameter '@PhotoID', which
was not supplied.
Description:
An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and
where it originated in the code.
Exception Details:
System.Data.SqlClient.SqlException: Procedure or Function 'RemovePhoto'
expects parameter '@PhotoID', which was not supplied.
Source
Error:
Line 221: command.Parameters.Add(New SqlParameter("@AlbumID", AlbumID)) Line 222: connection.Open() Line 223: command.ExecuteNonQuery() Line 224: End Using Line 225: End Using |
Thank you
Rashed