-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception in CanvasGeometry.CreatePolygon while mouse drag on canvas in WinUI #844
Comments
Are you trying to run this with Win2D for WinUI3 or Win2D for UWP? |
I'm trying to run this with Win2D for WinUI3. |
At least some of those exceptions are caused by activation not understanding where to find the classes you're working with. For each class that's giving you trouble (you can comment out code to narrow it down if necessary), put the following into your package.appxmanifest (Currently formatted for CanvasControl)
|
I've putted the xml code in package.appxmanifest. This is the code of Package.appmanifest.
|
Hello.
I am using canvas geometry.
But in CanvasGeometry.CreatePolygon(), exception is being occured.
Because of these exceptions, rendering performance is too poor.
How can I avoid this problem?
Exceptions
Exception thrown at 0x7588B4B2 in App6.exe: Microsoft C++ exception: EEMessageException at memory location 0x027AD4C0.
Exception thrown: 'System.DllNotFoundException' in System.Private.CoreLib.dll
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
Below is the code to reproduce the exception.
MainWindow.xaml.cs
The text was updated successfully, but these errors were encountered: