GAC.DLL 에 등록하고 싶은 .NET 파일 을 만들었습니다 . Windows Server 2003 명령 프롬프트 에서이 명령을 사용했습니다 . C:\"Path of dll"\>gacutil /i dllname.dll 'gacutil' is not recognized as an internal or external command, operable program or batch file. 경로가 올바르지 않다고합니다. .NET cmd 프롬프트에서 이것을 사용해야합니까? 그렇다면 .NET cmd 프롬프트를 …