FIX: App.End in Unload Event Causes ErrorID: Q183420
|
An application error occurs in module Pvb.exe when running a VBCE application:
pvb.exe - Application Error
The exception Breakpoint
A breakpoint has been reached.
(0x80000003) occurred in the application at location 0x0135e2ab.
The error occurs when a form unload event procedure includes the App.End statement, and that form is closed using the Close button in the upper- right corner of the display.
The following are two workarounds for this problem:
Microsoft has confirmed this to be a problem in the Microsoft products listed
at the beginning of this article.
This problem was corrected in Windows CE Toolkit for Visual Basic 6.0.
Private Sub Command1_Click()
App.End
End Sub
Private Sub Form_Unload(Cancel As Integer)
App.End
End Sub
Books Online for Microsoft Windows CE Toolkit for Visual Basic 5.0.
Additional query words: vbce wce page fault ipf gpf vbce5 vbce6
Keywords : kbToolkit kbVBp kbVBp500bug kbVBp600fix kbWinCE kbWinCE100 kbGrpVB
Version : WINDOWS:1.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: March 3, 1999