posted by 방랑군 2009. 9. 23. 13:45


An error occurred creating the configuration section handler for xx 에러 관련

예)
An error occurred creating the configuration section handler for unity: Could not load file or assembly 'Microsoft.Practices.Unity.Configuration' or one of its dependencies. The system cannot find the file specified. (F:\#Document#\[[SPRING.NET]]\[TEMPLETE]\Console_Plural_Genenic\Console_Config\bin\Debug\Console_Config.vshost.exe.Config line 5)

--> 어셈블 등록된 DLL을 못찾아 로딩이 안되어 생긴 문제.
   : 로컬복사를 TRUE로 해서 컴파일 위치에서 하면 된다.
     그리고, FALSE 하면 어셈블 등록된 DLL로 연결된다.


1. 위 예 처럼 Config 의 type 에 선언된 클래스가 로딩이 안된 경우....
   파일 위치를 로컬복사 하던지 어셈블 매핑을 확인한다(어떻게?? ㅋㅋ).


2. 위 1번 빼고 에러메세지 자세히 보면 해결돤다..
    1번도 메세지 보고 가능한데 생각의 전환이 안되 찾지 못한다.. ㅋㅋㅋ