Images upload to SQL database
-
Hi, I am working on a silverlight project in this I wrote a WCF service to upload images to the SQL database. For some images it is working and I am able to save the images in the database but for some images I am getting an exception like "An exception occurred during the operation, making the result invalid. Check InnerException for exception details." All the images I am trying to upload are .png or .jpeg. I But even these are not working. If anyone have any idea to solve this please reply me. Thanks in advance.
-
Hi, I am working on a silverlight project in this I wrote a WCF service to upload images to the SQL database. For some images it is working and I am able to save the images in the database but for some images I am getting an exception like "An exception occurred during the operation, making the result invalid. Check InnerException for exception details." All the images I am trying to upload are .png or .jpeg. I But even these are not working. If anyone have any idea to solve this please reply me. Thanks in advance.
Nekkantidivya wrote:
"An exception occurred during the operation, making the result invalid. Check InnerException for exception details."
Whats the InnerException? :)
Arun Jacob http://codepronet.blogspot.com/
-
Hi, I am working on a silverlight project in this I wrote a WCF service to upload images to the SQL database. For some images it is working and I am able to save the images in the database but for some images I am getting an exception like "An exception occurred during the operation, making the result invalid. Check InnerException for exception details." All the images I am trying to upload are .png or .jpeg. I But even these are not working. If anyone have any idea to solve this please reply me. Thanks in advance.
Give your web service method signature and exception details.