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
@npolyak Hello, I came here from this article Embedding Native…… , thank you very much for your amazing demo, however, when I try to upgrade HostingWindowsProcessDemo from Avalonia 11.0.0-preview4 to 11.0.6 and any version, I get the error:
CS0122 "IWindowBaseImpl.Handle" is not accessible because it has a certain protection level
WinApi.SetParent(ProcessWindowHandle, ((Window)e.Root).PlatformImpl.Handle.Handle); in EmbeddedProcessWindow.cs
I mainly saw that you mentioned in the article:
Note that both the article and the samples code have been updated to work with the latest version of Avalonia - 11.0.6
Is there something wrong with my operation or is this method unable to run in the higher version of Avalonia? If it is the latter, is there an alternative method? Sincerely thank you.
(By the way, I tried reflection and it didn't work
The text was updated successfully, but these errors were encountered:
@npolyak Hello, I came here from this article Embedding Native…… , thank you very much for your amazing demo, however, when I try to upgrade HostingWindowsProcessDemo from Avalonia 11.0.0-preview4 to 11.0.6 and any version, I get the error:
CS0122 "IWindowBaseImpl.Handle" is not accessible because it has a certain protection level
WinApi.SetParent(ProcessWindowHandle, ((Window)e.Root).PlatformImpl.Handle.Handle); in EmbeddedProcessWindow.cs
I mainly saw that you mentioned in the article:
Note that both the article and the samples code have been updated to work with the latest version of Avalonia - 11.0.6
Is there something wrong with my operation or is this method unable to run in the higher version of Avalonia? If it is the latter, is there an alternative method? Sincerely thank you.
(By the way, I tried reflection and it didn't work
The text was updated successfully, but these errors were encountered: