Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 833 Bytes

fatal-error-c1210.md

File metadata and controls

21 lines (15 loc) · 833 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1210
Fatal Error C1210
08/17/2022
C1210
C1210
e2208309-c284-425c-a7e8-48e96e66f35b

Fatal Error C1210

/clr:pure and /clr:safe are not supported by the version of the runtime installed

The /clr:pure and /clr:safe compiler options are deprecated in Visual Studio 2015 and unsupported in Visual Studio 2017.

C1210 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 C1210, install the common language runtime version that is intended for use with your compiler.

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