Am extremely glad i got to know about this channel, you guys are really wonderful, all through my project you have been solving my challenges. I LOVE YOU GUYS
@jolwintan61444 жыл бұрын
Help... "System.InvalidOperationException: 'The SelectCommand property has not been initialized before calling 'Fill'.'"
@miirux99082 жыл бұрын
hello i have a question, does this work when you have a remote database ? thanks for the video by the way
@MrBoma-fu5jb4 жыл бұрын
OMG 😱😱😱😱 IT'S WORK FOR ME 😁😁😁😁
@rahmadridho72667 жыл бұрын
pictureBox1.Image = Image.FromStream(ms); parameter is not valid why?
@carolmuthoni26757 жыл бұрын
stack at that too!!!
@SheikhuuBhai6 жыл бұрын
using System.IO;
@hassamyahya39835 жыл бұрын
Hi did you get any solution? please tell me if you did. I am waiting thanks
@lovetome61303 жыл бұрын
What is the datatype you using for image
@umairmehmoodkhan86255 жыл бұрын
thank you, this is what i was looking for, but there is an error while getting and showing image from database to pictureBox1, error is "System.ArgumentException: 'Parameter is not valid.'" on pictureBox1.Image = Image.FromStream(ms); my code is MySqlDataReader dr = command.ExecuteReader(); byte[] img = (byte[])dr["driver_picture_enc"]; MemoryStream ms = new MemoryStream(img); pictureBox1.Image = Image.FromStream(ms);
can you help me? pictureBox1.Image = Image.FromStream(ms); there's an error here.. it says Parameter is not valid (Sorry to my english)
@manuelsefaitdesfilms40137 жыл бұрын
you have the solution now ? i get te same error.
@umarshafiq74846 жыл бұрын
MemoryStream ms = new MemoryStream(img);
@learningcity-in7 жыл бұрын
ti show an error "Parameter is not valid"
@manuelsefaitdesfilms40137 жыл бұрын
you have the solution now ? i get te same error.
@learningcity-in7 жыл бұрын
No bro no solution.. Are bhi video to bana di solution bi de do...
@manuelsefaitdesfilms40137 жыл бұрын
ok thanks
@karim-kc7yo6 жыл бұрын
you have the solution ??
@umarshafiq74846 жыл бұрын
MemoryStream ms = new MemoryStream(img);
@stalinsuarez6596 жыл бұрын
da.table(fill); da does not exist on mine where da come from help
@1BestCsharpblog6 жыл бұрын
da.fill(table);
@stalinsuarez6596 жыл бұрын
it says here "The name 'da' does not exist in the current context
@stalinsuarez6596 жыл бұрын
ok now. i see it
@CheCago3117 жыл бұрын
where the specific image file source came from?
@1BestCsharpblog7 жыл бұрын
mysql db
@X3noic7 жыл бұрын
VERY GOOD THX
@HariHaran-xk3dh8 жыл бұрын
While using ur code i got Parameter is not valid Help mee..............
@1BestCsharpblog8 жыл бұрын
verifies the data type in your database table
@manuelsefaitdesfilms40137 жыл бұрын
you have the solution now ? i get te same error.
@manuelsefaitdesfilms40137 жыл бұрын
the type in my database is longblob , but i have the same error !
@umarshafiq74846 жыл бұрын
MemoryStream ms = new MemoryStream(img);
@hassamyahya39835 жыл бұрын
Hi did you get any solution? please tell me if you did. I am waiting thanks
@THeGhost0267 жыл бұрын
thanks
@unisunis69427 жыл бұрын
thank you
@cri5ti7 жыл бұрын
don't bother trying, it won't work. There is currently no solution for the "parameter is not valid" error, i searched it everywhere and a lot of people have this.