Skip to content

Commit a84ab15

Browse files
authored
Revert "Add note that exposing COM components in C++/CLI projects is not supp…"
This reverts commit c4ae66e.
1 parent c4ae66e commit a84ab15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/core/native-interop/expose-components-to-com.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,4 @@ There is a fully functional [COM server sample](https://github.com/dotnet/sample
125125
126126
[Self-contained deployments](../deploying/index.md#publish-self-contained) of COM components are not supported. Only [framework-dependent deployments](../deploying/index.md#publish-framework-dependent) of COM components are supported.
127127

128-
Exposing COM components from [C++/CLI projects](/cpp/dotnet/dotnet-programming-with-cpp-cli-visual-cpp) via the [EnableComHosting property](../project-sdk/msbuild-props.md#enablecomhosting) is not supported.
129-
130128
Additionally, loading both .NET Framework and .NET Core into the same process does have diagnostic limitations. The primary limitation is the debugging of managed components as it is not possible to debug both .NET Framework and .NET Core at the same time. In addition, the two runtime instances don't share managed assemblies. This means that it isn't possible to share actual .NET types across the two runtimes and instead all interactions must be restricted to the exposed COM interface contracts.

0 commit comments

Comments
 (0)