Fix System.Exception in Microsoft.AGL.Common.MISC.HandleAr () on WinCE 5.0

For some reason, this exception is thrown by the OS, this happens in the Dispose () method. No additional information is provided.

My code is too long to post. Generally, what does this exception mean?

I am using .net CF 2.0 on WinCE 5.0

+3
source share
1 answer

Option 1. UI method / access to properties in a stream other than the UI (Check Control.InvokeRequired) Option 2. Low memory state and raw bitmap / image problem (AGL)

+2
source

Source: https://habr.com/ru/post/1709334/


All Articles