Rank: Advanced Member Groups: Member
Joined: 5/9/2016 Posts: 84
|
Sometimes my application crashes with this strange exception and stack trace. In this case the version of EssentialObjects is: 16.2.93.0
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.BadImageFormatException
Stack:
at WebAutomation.WebPlayer+<>c__DisplayClass10.AENHFKOMDOELCJJKFJCDPBLMPIFDPLMEIOHL(System.Object, System.Object)
at WebAutomation.WebPlayer+<>c__DisplayClass10.<Run>b__c()
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()
Any ideas why?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
The stack trace does not show any of our code. Can you explain why you think this is related to our product?
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 5/9/2016 Posts: 84
|
You are right, it doesn't. I will investigate more, but it is in that method it loads the WebView. Sorry for not giving proper information from the start.
|