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
The new COM interop APIs result in this exception when running on x86 and with passing hwnd as a parameter:
An unhandled exception of type 'System.AccessViolationException' occurred in Microsoft.Windows.SDK.NET.dll
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Describe the bug
The new COM interop APIs result in this exception when running on x86 and with passing hwnd as a parameter:
An unhandled exception of type 'System.AccessViolationException' occurred in Microsoft.Windows.SDK.NET.dll
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
To Reproduce
Expected behavior
No exception
Version Info
Microsoft.Windows.SDK.NET.dll 10.0.*.18
The text was updated successfully, but these errors were encountered: