You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were following the link(Link) technique to convert/port the C++/WinRT UWP component to make compatible to winui3. then we got the below error.
Error CS0234 The type or namespace name 'Xaml' does not exist in the namespace 'Windows.UI' (are you missing an assembly reference?) - when we are trying to create a nuget package.
We tried replacing Windows.UI.XAML to Microsoft.UI.XAML but we are still getting the error.
Could you please suggest us a best solution to convert/port the C++/WinRT UWP component to WInUI compatible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
We were following the link(Link) technique to convert/port the C++/WinRT UWP component to make compatible to winui3. then we got the below error.
Error CS0234 The type or namespace name 'Xaml' does not exist in the namespace 'Windows.UI' (are you missing an assembly reference?) - when we are trying to create a nuget package.
We tried replacing Windows.UI.XAML to Microsoft.UI.XAML but we are still getting the error.
Could you please suggest us a best solution to convert/port the C++/WinRT UWP component to WInUI compatible.
Beta Was this translation helpful? Give feedback.
All reactions