Bir proje yapmaktayım projem Form Application ve c# ile yazıyorum.
İlk açılışta düzgün bir şekilde debug olan projem, 2.açılışta debug olmuyor ve debug etmeye çalıştığımda hiçbir uyarı, mesaj vs. gelmiyor program(Visual Studio 2010) nötr davranıyor birkaç dakika bekleyip tekrar denediğimde ise debug çalışıyor.
Bazende şu hata mesajlarını gösteriyor yine bekleyip debug ettikten sonra bunlarda geçiyor;
Warning 1 Could not copy "obj\x86\Debug\WindowsFormsApplication1.exe" to "bin\Debug\WindowsFormsApplication1.exe". Beginning retry 1 in 1000ms. The process cannot access the file 'bin\Debug\WindowsFormsApplication1.exe' because it is being used by another process. WindowsFormsApplication1 Warning 2 Could not copy "obj\x86\Debug\WindowsFormsApplication1.exe" to "bin\Debug\WindowsFormsApplication1.exe". Beginning retry 2 in 1000ms. The process cannot access the file 'bin\Debug\WindowsFormsApplication1.exe' because it is being used by another process. WindowsFormsApplication1 Warning 3 Could not copy "obj\x86\Debug\WindowsFormsApplication1.exe" to "bin\Debug\WindowsFormsApplication1.exe". Beginning retry 3 in 1000ms. The process cannot access the file 'bin\Debug\WindowsFormsApplication1.exe' because it is being used by another process. WindowsFormsApplication1 Warning 4 Could not copy "obj\x86\Debug\WindowsFormsApplication1.exe" to "bin\Debug\WindowsFormsApplication1.exe". Beginning retry 4 in 1000ms. The process cannot access the file 'bin\Debug\WindowsFormsApplication1.exe' because it is being used by another process. WindowsFormsApplication1 Warning 5 Could not copy "obj\x86\Debug\WindowsFormsApplication1.exe" to "bin\Debug\WindowsFormsApplication1.exe". Beginning retry 5 in 1000ms. The process cannot access the file 'bin\Debug\WindowsFormsApplication1.exe' because it is being used by another process. WindowsFormsApplication1 Warning 6 Could not copy "obj\x86\Debug\WindowsFormsApplication1.exe" to "bin\Debug\WindowsFormsApplication1.exe". Beginning retry 6 in 1000ms. The process cannot access the file 'bin\Debug\WindowsFormsApplication1.exe' because it is being used by another process. WindowsFormsApplication1 Warning 7 Could not copy "obj\x86\Debug\WindowsFormsApplication1.exe" to "bin\Debug\WindowsFormsApplication1.exe". Beginning retry 7 in 1000ms. The process cannot access the file 'bin\Debug\WindowsFormsApplication1.exe' because it is being used by another process. WindowsFormsApplication1 Warning 8 Could not copy "obj\x86\Debug\WindowsFormsApplication1.exe" to "bin\Debug\WindowsFormsApplication1.exe". Beginning retry 8 in 1000ms. The process cannot access the file 'bin\Debug\WindowsFormsApplication1.exe' because it is being used by another process. WindowsFormsApplication1 Warning 9 Could not copy "obj\x86\Debug\WindowsFormsApplication1.exe" to "bin\Debug\WindowsFormsApplication1.exe". Beginning retry 9 in 1000ms. The process cannot access the file 'bin\Debug\WindowsFormsApplication1.exe' because it is being used by another process. WindowsFormsApplication1 Warning 10 Could not copy "obj\x86\Debug\WindowsFormsApplication1.exe" to "bin\Debug\WindowsFormsApplication1.exe". Beginning retry 10 in 1000ms. The process cannot access the file 'bin\Debug\WindowsFormsApplication1.exe' because it is being used by another process. WindowsFormsApplication1 Error 11 Could not copy "obj\x86\Debug\WindowsFormsApplication1.exe" to "bin\Debug\WindowsFormsApplication1.exe". Exceeded retry count of 10. Failed. WindowsFormsApplication1 Error 12 Unable to copy file "obj\x86\Debug\WindowsFormsApplication1.exe" to "bin\Debug\WindowsFormsApplication1.exe". The process cannot access the file 'bin\Debug\WindowsFormsApplication1.exe' because it is being used by another process. WindowsFormsApplication1Denediklerimiz;
- Uygulamayı setup halinde çalışırmı ki diye public olarak almayı denedik ve orada bir hatayla karşılaştık konuyla ilgili olabilir diye karşılaştığımız hatanın yardım sayfası şu idi;
MSBuild Error MSB3482
Build ile ilgili bu hatayı verdi ama ne yazıkki çözüme kavuşturamadık. - Access veritabanı ile bağlantı mevcut bunları kapatmadığımızdan olabilir mi, arkaplanda veritabanı işlemi devam ediyordur belki dedik ve bağlantıları işi bitince kapattık sonuç aynıdır. Arkaplanda çalıştığına dair kanıya ise onunla ilgili de yine bir seferlik bir hata verdi işlem başka bir program tarafından kullanılıyor şeklinde ama bu şekilde yapınca da sorun çözülmedi, ayrıca arkaplanda çalışanlara baktığım zaman görev yöneticisinde windowsformapplication1.vchost.exe yi kapatmama rağmen çalıştırmaktadır, işlem ağacını sonlandırıp visual studio ya döndüğüm zaman debug çalışmamaya devam etmektedir.
- Bununla ilgili bir güncelleme paketi olduğunu duyduk, güncellemeyi yükledik ama sonuç yine aynıydı.
- Bu arada without debug yaptığımızda daima sorunsuz bir şekilde açarken, normal debug da bu durum böyle değil.
Yardımlarınızı bekliyorum, şimdiden teşekkürler.