URI formats are not supported

zenntanya

Newcomer
Joined
Oct 20, 2003
Messages
1
I am using sql server for a database and we have pictures stored for each employee. The picturebox displays the photo for each employee. I had no problem when they were located on my c drive. But when trying to pull a photo from our internal server, I get the error. The format I am using is:
//nitranet/HRphotos/smithjones.jpg.


When i click on a certain record, I get this error" URI formats are not supported

When I cut and paste this file on a MS explore page, I get the photo.

Is there a certain syntax structure.?
 
Prehaps you could post the part of the source code where the error occurs or are you trying to load the Image using mypicbox.image(...).

As far as I know mypicbox.image(...) does not support any URIs.

If I find some kind of workaround I will send it to you.

Voca
 
Back
Top