팁과 노하우

전체보기

모바일 상단 메뉴

본문 페이지

[기타] ACT OverlayPlugin.dll 로드 시 에러 나는 분들을 위한 팁

skotlex
댓글: 8 개
조회: 14045
추천: 10
2015-09-16 22:50:39

dll 로드 시 위 스크린샷 또는 loadFromRemoteSources 관련 에러가 뜨는 분들을 위한 팁.

각자 ACT 설치 폴더로 가시면...

32비트: ACTx86.exe.config
64비트: Advanced Combat Tracker.exe.config

파일이 있을 겁니다.

각자 컴퓨터 환경에 맞는 파일을 메모장으로 열어서 <runtime></runtime>안에 <loadFromRemoteSources enabled="true"/> 한 줄을 추가해줍니다

예시)
<?xml version="1.0"?>
<configuration>
    <runtime>
        <loadFromRemoteSources enabled="true"/>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
                <assemblyIdentity name="Advanced Combat Tracker" publicKeyToken="a946b61e93d97868" culture="neutral"/>
                <bindingRedirect oldVersion="2.5.0.0-3.65535.65535.65535" newVersion="3.2.0.250"/>
            </dependentAssembly>
        </assemblyBinding>
    </runtime>
    <startup>
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
    </startup>
</configuration>

끝.


Lv13 skotlex

모바일 게시판 하단버튼

댓글

새로고침
새로고침

모바일 게시판 하단버튼

지금 뜨는 인벤

더보기+

모바일 게시판 리스트

모바일 게시판 하단버튼

글쓰기

모바일 게시판 페이징

최근 HOT한 콘텐츠

  • 파판14
  • 게임
  • IT
  • 유머
  • 연예
AD