configurationManager가 네임스페이스 시스템에 없습니다.배열 다음 네임스페이스를 사용하여 프로젝트를 SQL 서버에 연결했습니다. using System.Configuration; 그리고 또한 사용되었습니다. string str=System.Configuration.ConfigurationSettings.AppSettings["myconnection"]; SqlConnection oconnection = new SqlConnection(str); oconnection.Open(); 프로그램을 실행하면 오류가 발생하여 메시지를 표시합니다. '시스템'배열.구성 설정.AppSettings'는 더 이상 사용되지 않습니다.이 방법은 더 이상 사용되지 않습니다. '시스템'으로 대체되었습니다.구성!시스템..