mannaged, unmannaged Application과 관련없이
AppName.exe.config 파일에 다음과 같이 정의해 준다.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<!-- Tell COM interop that we only support .NET 1.1 -->
<startup>
<supportedRuntime version="v1.1.4322" />
</startup>
</configuration>
Tags: .NET Framework 1.1






