|
질문 >> Web Server Application 을 이용한 ADO연동 DLL을 제작하여
아파치의 cgi-bin 디렉토리에 넣고 실행하면 다음과 같은 메시지가 뜹니다.
게시글들을 읽어보니까 CoInitialze(NULL); 로 초기화를 하라고하던데
처음 시작부분 여기 저기에 위 함수를 넣어봐도 같은 오류메시지만 뜹니다.
아시는 분 친절한 답변 부탁드립니다.
[V] 웹브라우저(IE6.0)에서 실행했을 때 뜨는 에러 메시지
Internal Server Error 500
--------------------------------------------------------------------------------
Exception: EOleSysError
Message: CoInitialize가 호출되지 않았습니다
HTTP/1.1 500 CoInitialize가 호출되지 않았습니다 Date: Sat, 03 Aug 2002 04:11:09 GMT Server: Apache/1.3.24 (Win32) Content: Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1 2f6
CoInitialize가 호출되지 않았습니다
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, director@dreamport.to and inform them of the time the error occurred, and anything you might have done tha
|