티스토리 뷰

VS2005 에 ODT 설치후 도구->오라클 데이터베이스에 접속 시 오류
패키지 로드 오류 GUID = {D601BB95-E404-4A8E-9F24-5C1A462426CE} 로드 할수 없습니다. 라고 나올때.

devenv /resetskippkgs 으로 해결 안될 경우 : 아래 참조!

I was able to get my version working. I'm not sure if this is the complete solution, but after this step VS started working with the Oracle Developer Tools.

You should have
Oracle.DataAccess,
Oracle.VsDevTools, and
Oracle.Management.Omo

in the Windows/Assembly folder.

You can have different versions of this depending on if you had the beta or 9i installed; make
sure you have version 2.102.2.20 of Oracle.DataAccess and Oracle.VsDevTools in the list.

If not then browse to:
C:
 -WINDOWS
  -Assembly

In a different window browse to:
C:
 -oracle
  -product
   -10.2.0
    -client_1
     -odp.net
      -bin
       -2.x
        -Oracle.DataAccess.dll

Click and drag the .dll to the Assembly folder.

http://forums.oracle.com/forums/thread.jspa?threadID=405144&tstart=30

가장 좋은 방법은 uninstall 시키고 재설치 하는 게 한 방에 된다.

댓글