Visual Studio 썸네일형 리스트형 [Visual Studio 2005/C# 애러] Visual Studio cannot start debugging because the debug target.. Visual Studio cannot start debugging because the debug target....is missing. Please build the project and retry, or set the OutputPath and AssemblyName properties appropriately to point at the correct location for the target assembly. ------------------------------------------------------------------------------ 이 애러 발생시.. Properties에서 삽질로 계속 수정 해봤지만, 해결되지 않음..ㅠ 역시나 재설치를 하는게 제일 빠르게 해결됨...! 문제는 V.. 더보기 ★[Visual Studio Just-In-Time-Debugger] 창 뜨는거 없애는 방법~ 방법1. Visual Studio 실행 [메뉴] Tools > Options 클릭 [Option 창] Debugging > Just-In-Time Managed, Native, Script (3개 항목 모두 체크해제) 방법2. 윈도우 실행 > regedit (엔터) HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug 를 살펴 보시면 Auto UserDebuggerHotKey Debugger 항목이 있을 겁니다. Auto 항목을 0으로 설정하면 운영체제 자체가 그냥 표준 오류 대화상자만 표시할 것이고 1로 되어 있으면 응용프로그램이 충돌날때마다 디버거가 실행 될 것입니다. 방법3. 윈도우 실행 > cmd (엔터) [도스 창] vs.. 더보기 이전 1 다음