Skip to main content

AccessTr.neT


İo Exception Was Unhandled Hatası

İo Exception Was Unhandled Hatası

Çözüldü #1
merhaba,

Kod:
Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button8.Click

        PictureBox1.Image = Nothing
        guncelle()
        Dim Hedef As String
        yol = Directory.GetCurrentDirectory()
        Hedef = yol + "\resim\\" + Me.TextBox2.Text + ".jpg"
        Kill(Hedef)
        TextBox9.Text = Hedef

        Kill(Hedef)


     
    End Sub

silme işleminde , Kill(HEDEF) için hata mesajı alıyorum
mesaj;
İşlem, başka bir işlem tarafından kullanıldığından 'C:\Users\asus\Documents\Visual Studio 2010\Projects\Veri Alma Resim Ekleme Vs\WindowsApplication2\bin\x86\Debug\resim\Ali TARLA.jpg' dosyasına erişemiyor.

hatası için çözüm yolu nedir ? Yardımcı olabilir misiniz
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
İo Exception Was Unhandled Hatası - Yazar: ercens - 01/09/2019, 03:24
RE: İo Exception Was Unhandled Hatası - Yazar: ercens - 01/09/2019, 15:12
RE: İo Exception Was Unhandled Hatası - Yazar: ercens - 01/09/2019, 16:11
RE: İo Exception Was Unhandled Hatası - Yazar: ercens - 01/09/2019, 18:01
RE: İo Exception Was Unhandled Hatası - Yazar: ercens - 03/09/2019, 00:19