From 2a8001a74eee3508783ecc869c7a568ed9e6d3c1 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:24:41 -0700 Subject: [PATCH] Fix RT_MANIFEST order in .rc file --- .../configure-net-framework-based-com-components-for-reg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/interop/configure-net-framework-based-com-components-for-reg.md b/docs/framework/interop/configure-net-framework-based-com-components-for-reg.md index c691f2df64750..bb0540e7aa13b 100644 --- a/docs/framework/interop/configure-net-framework-based-com-components-for-reg.md +++ b/docs/framework/interop/configure-net-framework-based-com-components-for-reg.md @@ -153,7 +153,7 @@ You can install an application manifest in the same directory as the COM applica 1. Create a resource script that contains the following statement: - `RT_MANIFEST 1 myManagedComp.manifest` + `1 RT_MANIFEST myManagedComp.manifest` In this statement, `myManagedComp.manifest` is the name of the component manifest being embedded. For this example, the script file name is `myresource.rc`.