Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 770 Bytes

fatal-error-c1209.md

File metadata and controls

21 lines (15 loc) · 770 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1209
Fatal Error C1209
08/17/2022
C1209
C1209
aa9ee10f-abe3-4683-9792-adca4cbbabb5

Fatal Error C1209

Friend assemblies not supported by the version of the runtime installed

C1208 occurs when you have a compiler for the current release, but a common language runtime from a previous release.

Some functionality of the compiler may not work on a previous version of the run time.

To resolve C1209, install the common language runtime that shipped with the compiler you're using.

For more information, see Friend Assemblies (C++).

This error is obsolete in Visual Studio 2022 and later versions.