Rank: Newbie Groups: Member
Joined: 4/27/2016 Posts: 4
|
Hi
I'm getting exception code 0xe0434352 while trying to run EO*.exe on Windows 8 (with either .NET 4 <or> .NET 4.5+).
Any suggestions?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Exception code is a CLR exception. Please try to catch the exception in your code and post the error message and call stack here.
You may also want to check whether you have an older version of our product. One of Microsoft's Windows update broke our product last year. So if you are running an early version, then it may not run on Windows 8 with the update installed.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 4/27/2016 Posts: 4
|
Hi
Related to App version - I downloaded EO today morning from essentialobjects website as EO Total 2016. I am guessing this is the newest one.
Also I do not have any code calling EO yet. I'm just trying to open either EOPdfDemo.exe or EOwpfDemo.exe and getting 0xe0434352 at 0x6a9d8a5c.
Any suggestions?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
You can try to load EO.Total.Samples solution with Visual Studio, then set any of the projects as start project (for example, EOPdfDemo_CS), then run it under the debugger. Visual Studio should catch the exception and tell you exactly what's wrong.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 4/27/2016 Posts: 4
|
More details based on suggestions:
Application: EOPdfDemo.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.NullReferenceException Stack: at EOPDFDemo.Program.OnException(System.Object, System.Threading.ThreadExceptionEventArgs) at System.Windows.Forms.Application+ThreadContext.OnThreadException(System.Exception) at System.Windows.Forms.Control.WndProcException(System.Exception) at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr) at System.Windows.Forms.SafeNativeMethods.ShowWindow(System.Runtime.InteropServices.HandleRef, Int32) at System.Windows.Forms.SafeNativeMethods.ShowWindow(System.Runtime.InteropServices.HandleRef, Int32) at System.Windows.Forms.Control.SetVisibleCore(Boolean) at System.Windows.Forms.Form.SetVisibleCore(Boolean) 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 EOPDFDemo.Program.Main()
---
Faulting application name: EOPdfDemo.exe, version: 16.0.63.0, time stamp: 0x571a930c Faulting module name: KERNELBASE.dll, version: 6.3.9600.18202, time stamp: 0x569e7eb1 Exception code: 0xe0434352 Fault offset: 0x0000000000008a5c Faulting process id: 0xe74 Faulting application start time: 0x01d1a097cb7704dc Faulting application path: C:\Program Files (x86)\Essential Objects\EO.Total 2016\EOPdfDemo.exe Faulting module path: C:\windows\system32\KERNELBASE.dll Report Id: 099601f3-0c8b-11e6-8273-c0335e224026 Faulting package full name:
--- Faulting application name: EOWpfDemo.exe, version: 16.0.63.0, time stamp: 0x571a930f Faulting module name: KERNELBASE.dll, version: 6.3.9600.18202, time stamp: 0x569e7eb1 Exception code: 0xe0434352 Fault offset: 0x0000000000008a5c Faulting process id: 0xd1c Faulting application start time: 0x01d1a08efe2ba991 Faulting application path: C:\Program Files (x86)\Essential Objects\EO.Total 2016\EOWpfDemo.exe Faulting module path: C:\windows\system32\KERNELBASE.dll Report Id: 3e14b1e4-0c82-11e6-8273-c0335e224026 Faulting package full name: Faulting package-relative application ID:
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Can you get the stack trace of e.Exception inside EOPDFDemo.Program.OnException?
Thanks
|
Rank: Newbie Groups: Member
Joined: 4/27/2016 Posts: 4
|
Stacktrace is not returning much other than: .NET Runtime unexpected value of arg: -11
Does this help: - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name=".NET Runtime" /> <EventID Qualifiers="0">1026</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2016-04-27T14:13:41.000000000Z" /> <EventRecordID>9002</EventRecordID> <Channel>Application</Channel> <Computer>G034829251553E.logon.ds.ge.com</Computer> <Security /> </System> - <EventData> <Data>Application: EOWpfDemo.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Windows.Markup.XamlParseException Stack: at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.DispatcherOperation.InvokeImpl() 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.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr) at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef) at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef) at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame) at System.Windows.Application.RunDispatcher(System.Object) at System.Windows.Application.RunInternal(System.Windows.Window) at EO.Wpf.Demo.App.Main()</Data> </EventData> </Event>
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Please use one test application EOPdfDemo only. You are switching between EOPdfDemo and EOWpfDemo. You will need to get the original exception message. If you are not sure how to get that, we can take a look of your computer if you can give us access to it (such as using RDP or TeamViewer). The root of the problem is most likely something AntiVirus/security software on your computer that is interfering with our library.
Thanks!
|