Win32Exception Not enough storage is available to process this command

后端 未结 4 1915
北恋
北恋 2020-11-29 05:38

Through my automated crash collection for MaxTo I got the following crash report:

V8.12.0.0 - System.ComponentModel.Win32Exception - :Void UpdateLayered():0
         


        
4条回答
  •  没有蜡笔的小新
    2020-11-29 06:19

    I had many custom Windows controls with own resources, so when I create many controls this error is appear. To fix this problem I made Resource file in my library and used outside resources instead of resources on my component code. After that my exception is gone, already tested with 3 times more opened forms and this error gone. So looks like it's a solution.

提交回复
热议问题