Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have windows application build in/using OpenWebKitSharp(C#.net 4.0). This is works perfectly without Crashing in Local windows PC(Windows 8-8.1 OS) But getting crashed in Server(Windows Server 2012 R2 OS).

I have used Latest version of OpenWebKitSharp(2012 Build). But Issue still not solved.

Event Log Error information :

C#
Application: WebKitSP.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
Stack:
   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)
   at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)
   at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)
   at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)
   at System.Windows.Forms.Application.Run(System.Windows.Forms.Form)
   at WebKitSP.Program.Main()


Openwebkitshap is browser controller. It is using Chrome Browser(as per my knowledge) instead of IE Browser.

Please help me out..

What I have tried:

As per google result i have used latest version of openwebkitsharp(2012) instead of 2010. I have increased ram of the server. I have re-installed of the .net net related tools(framwork,etc). I have released everything after use and restarting application after task is finished. But issue still not solved.
Local PC works perfectly without crashing for 1,2,3..N days but in the server crashed sometime after opening or sometime after 5-10 min or sometime works of more then 30 mins.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900