Hi,
Well, what are you getting in the catch ?????
Unless you post the error message I have no idea why you are having this
problem.
Also see if the InnerException is populated
BTW, did you try to save the image to disk and read the file back?
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
GSSI said:
Ignacio:
drUR is a datarow[].
All variables seem to be initializing correctly. Moreover, that data seems
to be formatted correctly. (I can verify this by using a simple Access
form
with a PictureBox control connected via an Access Project setup.)
I don't get an explicit error message because of a surrounding try/catch
construct.
--
GSSI
Ignacio Machin ( .NET/ C# MVP ) said:
Hi,
is dr a datatable?
What is the error you are getting?