에러3 Inconsistent accessibility: parameter type 에러 처리 dll 파일을 만들어 다른 응용 프로젝트에서 사용하기 위해서 클래스들을 정의하고 enum 여러 개를 정의한 후 dll을 생성하는 과정에서 다음과 같은 에러 메시지를 나타내었다. "Inconsistent accessibility: parameter type" dll 내에서 사용하는 메서드의 입력 파라미터로 정의한 enum 형태의 입력 파라미터로 설정해주었는데 해당 입력 파라미터를 포함하는 메서드 부분에서 이런 에러가 나서 생각해보니 역시 에러 메시지에서 유추할 수 있듯이 접근에 문제가 있는 듯하여 입력 파라미터로 사용된 enum 앞에 다음과 같이 해주었다. public enum deliveryState { ready, delivering, complete }; public enum deliveryMetho.. 2012. 10. 3. 간단한 에러와 예외처리 방법 2008. 10. 16. ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Sometimes I like to test new tools I installed Oracle 10g in Vista Home Premium and not static IP. when I use sqlplus and jdeveloper, I encountered some errors like ORA-01034. So I have try to find the solution and then I got it! Action : I just installed Microsoft Lookback Adapter, and then I use sqlplus, jdeveloper11 well. I think testing is good for my life to give infomation to others. 2008. 10. 3. 이전 1 다음