Fatal Error C1206

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Fatal Error C1206.

Per-appdomain data is not supported by the version of the runtime installed

Some features, such as per application domain data, are only supported by the common language runtime that supports the feature.

C1206 indicates that the latest version of the runtime is not installed on your computer. Install the common language runtime version that is intended for use with your compiler.

See appdomain for more information.

Show: