Skip to content

Commit d0ed543

Browse files
Update create-winrt-component-winui-cswinrt.md (#2542)
1 parent d3fe065 commit d0ed543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hub/apps/develop/platform/csharp-winrt/create-winrt-component-winui-cswinrt.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ Consumption from MSIX-packaged apps that use a separate **Windows Application Pa
179179

180180
## Known issues
181181

182-
- Consuming a C# component built for `AnyCPU` from C++ is supported only from `x86` applications currently. `x64` and `ARM64` apps result in a runtime error similar to: *%1 is not a valid Win32 application.*
182+
- Consuming a C# component as a project reference requires `PublishReadyToRun` to be set to `False`. See [Github Issue #1151](https://github.com/microsoft/CsWinRT/issues/1151) for more details.
183+
- Consuming a C# component built for `AnyCPU` from C++ is supported only from `x86` applications currently. `x64` and `ARM64` apps result in a runtime error similar to: *%1 is not a valid Win32 application.* See [Github Issue #1151](https://github.com/microsoft/CsWinRT/issues/1093) for more details.
183184

184185
## Related topics
185186

0 commit comments

Comments
 (0)