Hello everyone. I am new here. New in mmf2 too. I have made a web browser with custom features like random UA and Referral. It restarts "Frame" every 1 minute. I noticed after ruining 2 3 hours without any problem, my application is crashing randomly.
I used "web control Object" for the browser. Can anyone please tell me how to stop it from being crashed or anyway to add an option that on crash it will restart itself?
Sounds like the web control might have a leak or race condition. Check your memory usage in task manager after a few restarts. If you see it growing larger alert the extension creator. If you don't see anything unusual in the task manager then it could be any number of things. Either way alert the extension creator.
Also why do you need to restart the frame so much?
ok..thank you for the reply. I will do that. Do you think it may be due to capabilities problem? Because I am running it on Server 2012 while the extension says it supports 2008?
I doubt running it on server 2012 would cause that issue. You'd probably have the same issue on any operating system.
You didn't answer my question though. Why are you restarting the frame? If you tell me what you're trying to do I might be able to offer you an alternative solution.
Ohh...I am sorry I forgot to write that ) I made a browser ...I was thinking browser extension might be the one who is causing problem...so if it gives error and on error if frame get restarted, I might avoid the crashing problem. so I added restart the frame !