Link to home
Start Free TrialLog in
Avatar of Praveen Kumar
Praveen KumarFlag for India

asked on

WondowsFormsParkingWindow - Application Error When Application Ends

My VB.NET(1.1) application is Simple Library Management.
I used Janus( www.janusys.com) Windows Controls on it.
When i call End statement from Mainmenu in MDI ,the application is giving following error.

WindowsFormsParkingWindow - Library.exe Application Error
The exception unkown software exception(0xc0020001) occured in the application at location ......
Click on OK to terminate the program.

i write following code at mnuExit_Click

For Each f as Form In Me.MdiChildren
     f.Close
Next
GC.Collect()
GC.WaitForPendingFinalizers()
End

How i can solve this problem?
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Praveen Kumar

ASKER

Same problem.

Some more info for you:
I am developing in Windows 2000 server, in development environment it is just fine. But when i deploy(XCOPY) it to Windows XP system for testing purpos , problem starting.