Click here to Skip to main content
16,019,151 members

Comments by Member 8076338 (Top 7 by date)

Member 8076338 20-Apr-14 23:30pm View    
Gudam, Ashok8033, after you run the aspnet_regiis.exe using cmd, try to open cmd as administrator then type iisreset.
to reboot your IIS, then try again. :)Hope it will help.
Member 8076338 20-Apr-14 23:27pm View    
Thank You. it resolved also my issue. Thanks.
Member 8076338 27-Nov-13 1:04am View    
Goodafternoon sir,
How can i do that using C#?
Member 8076338 10-Nov-13 20:54pm View    
Goodmorning sir, I can now replace the image in a specific folder, thank you also for the link. This is what I did.

Dim mypic As New System.IO.FileStream(M_FilePath, IO.FileMode.Open)
Dim img As Image = Image.FromStream(mypic)
mypic.Close()
PictureBox2.Image = img

Thank you, God Bless.
Member 8076338 10-Nov-13 20:31pm View    
Goodmorning sir, I try also this code. but still i got the same error.

PictureBox2.Image = Nothing
Dim FileStream1 As New System.IO.FileStream(M_FilePath, IO.FileMode.Open, IO.FileAccess.Read)
Dim MyImage As Image = Image.FromStream(FileStream1)
PictureBox2.Image = MyImage


did i miss anything? thank you so much,