StrataFrame Forum
Back
Login
Login
Home
»
Updates and Information
»
StrataFrame Users Contributed Samples
»
Possible "Application Stopped Working" message on Windows 8
Possible "Application Stopped Working" message on Windows 8
Post Reply
Like
2
Possible "Application Stopped Working" message on Windows 8
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Ivan George Borges
Ivan George Borges
posted 12 Years Ago
ANSWER
Topic Details
Share Topic
Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
Under Windows 8, when your application is closed by the user, they might get a "Stopped working" message as below:
This can be caused by the Security SessionLock if you have started it.
To fix it, add code to stop the Session Monitoring right after the RunApplication line in your AppMain.vb / Program.cs:
'-- Run the application
StrataFrameApplication.RunApplication()
'-- stop SessionLock Monitoring to avoid error on exit on Windows 8
SessionLock.StopSessionMonitoring()
This should stop Windows 8 complaining.
Reply
Like
2
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
2
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search