Report Viewer crashes in XBAP

Stimulsoft Ultimate discussion
chrisfeltman
Posts: 21
Joined: Thu Apr 06, 2017 7:46 pm

Report Viewer crashes in XBAP

Post by chrisfeltman »

When I load a report inside an XBAP the report renders into the viewer properly, however, hovering over any of the buttons on the toolbar with the mouse causes the following exception:

System.ComponentModel.Win32Exception was unhandled
Message: An unhandled exception of type 'System.ComponentModel.Win32Exception' occurred in Unknown Module.
Additional information: Cannot create a top-level child window

Is this a known issue, and is there a workaround?

Thanks,
Chris Feltman
CGI Federal
chrisfeltman
Posts: 21
Joined: Thu Apr 06, 2017 7:46 pm

Re: Report Viewer crashes in XBAP

Post by chrisfeltman »

Additional info:

Here is the debug dump from IE:

Startup URI: C:\Users\christopher.feltman\Desktop\AwrdsReports\AwrdsReportsClient.xbap
Application Identity: file:///C:/Users/christopher.feltman/Desktop/AwrdsReports/AwrdsReportsClient.xbap#AwrdsReportsClient.xbap, Version=1.0.0.40, Culture=neutral, PublicKeyToken=7c9e56a59f3516cd, processorArchitecture=msil/AwrdsReportsClient.exe, Version=1.0.0.40, Culture=neutral, PublicKeyToken=7c9e56a59f3516cd, processorArchitecture=msil, type=win32

System.ComponentModel.Win32Exception (0x80004005): Cannot create a top-level child window
at MS.Win32.UnsafeNativeMethods.CreateWindowEx(Int32 dwExStyle, String lpszClassName, String lpszWindowName, Int32 style, Int32 x, Int32 y, Int32 width, Int32 height, HandleRef hWndParent, HandleRef hMenu, HandleRef hInst, Object pvParam)
at MS.Win32.HwndWrapper..ctor(Int32 classStyle, Int32 style, Int32 exStyle, Int32 x, Int32 y, Int32 width, Int32 height, String name, IntPtr parent, HwndWrapperHook[] hooks)
at System.Windows.Interop.HwndSource.Initialize(HwndSourceParameters parameters)
at System.Windows.Interop.HwndSource..ctor(HwndSourceParameters parameters)
at System.Windows.Controls.Primitives.Popup.PopupSecurityHelper.BuildWindow(Int32 x, Int32 y, Visual placementTarget, Boolean transparent, HwndSourceHook hook, AutoResizedEventHandler handler)
at System.Windows.Controls.Primitives.Popup.BuildWindow(Visual targetVisual)
at System.Windows.Controls.Primitives.Popup.CreateWindow(Boolean asyncCall)
at System.Windows.Controls.Primitives.Popup.OnIsOpenChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
at Stimulsoft.Report.Wpf.StiCloudToolTip.timerTick(Object sender, EventArgs e)
at System.Windows.Threading.DispatcherTimer.FireTick(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.StartDispatcherInBrowser(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.StartDispatcherInBrowser(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

-----------------------

PresentationHost.exe v4.0.41210.0 built by: Main - C:\Windows\SysWOW64\PresentationHost.exe
ntdll.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\ntdll.dll
KERNEL32.DLL v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\KERNEL32.DLL
KERNELBASE.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\KERNELBASE.dll
ADVAPI32.DLL v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\ADVAPI32.DLL
msvcrt.dll v7.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\msvcrt.dll
sechost.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\sechost.dll
RPCRT4.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\RPCRT4.dll
SspiCli.dll v10.0.10586.589 (th2_release.160906-1759) - C:\windows\SYSTEM32\SspiCli.dll
CRYPTBASE.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\CRYPTBASE.dll
bcryptPrimitives.dll v10.0.10586.589 (th2_release.160906-1759) - C:\windows\SYSTEM32\bcryptPrimitives.dll
USER32.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\USER32.dll
GDI32.dll v10.0.10586.753 (th2_release_sec.161220-1754) - C:\windows\SYSTEM32\GDI32.dll
ole32.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\ole32.dll
combase.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\combase.dll
OLEAUT32.dll v10.0.10586.589 - C:\windows\SYSTEM32\OLEAUT32.dll
SHLWAPI.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\SHLWAPI.dll
SHELL32.dll v10.0.10586.103 (th2_release.160126-1819) - C:\windows\SYSTEM32\SHELL32.dll
mscoree.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\mscoree.dll
cfgmgr32.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\cfgmgr32.dll
windows.storage.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\windows.storage.dll
kernel.appcore.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\kernel.appcore.dll
shcore.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\shcore.dll
powrprof.dll v10.0.10586.306 (th2_release_sec.160422-1850) - C:\windows\SYSTEM32\powrprof.dll
profapi.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\profapi.dll
WININET.dll v11.00.10586.672 (th2_release_sec.161024-1825) - C:\Windows\SYSTEM32\WININET.dll
urlmon.dll v11.00.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\urlmon.dll
iertutil.dll v11.00.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\iertutil.dll
IMM32.DLL v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\IMM32.DLL
PresentationHost_v0400.dll v4.6.1038.0 built by: NETFXREL2 - C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationHost_v0400.dll
PSAPI.DLL v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\PSAPI.DLL
MSVCR120_CLR0400.dll v12.00.52512.0 built by: VSWINSERVICING - C:\Windows\SYSTEM32\MSVCR120_CLR0400.dll
VERSION.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\VERSION.dll
uxtheme.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\system32\uxtheme.dll
clbcatq.dll v2001.12.10941.16384 (th2_release.151029-1700) - C:\windows\SYSTEM32\clbcatq.dll
ieproxy.dll v11.00.10586.306 (th2_release_sec.160422-1850) - C:\Windows\SYSTEM32\ieproxy.dll
PROPSYS.dll v7.00.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\PROPSYS.dll
dfshim.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\dfshim.dll
mscoreei.dll v4.6.1038.0 built by: NETFXREL2 - C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
clr.dll v4.6.1086.0 built by: NETFXREL4STAGE - C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
dwmapi.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\system32\dwmapi.dll
msxml3.dll v8.110.10586.589 - C:\windows\System32\msxml3.dll
bcrypt.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\System32\bcrypt.dll
ActXPrxy.dll v10.0.10586.306 (th2_release_sec.160422-1850) - C:\Windows\SYSTEM32\ActXPrxy.dll
sxs.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\sxs.dll
PresentationHostProxy.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\PresentationHostProxy.dll
MSCTF.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\MSCTF.dll
mshtml.dll v11.00.10586.672 (th2_release_sec.161024-1825) - C:\Windows\SYSTEM32\mshtml.dll
comctl32.dll v6.10 (th2_release_sec.161024-1825) - C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.10586.672_none_ea83eaa5b9bc2149\comctl32.dll
srpapi.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\srpapi.dll
CRYPT32.dll v10.0.10586.494 (th2_release_sec.160630-1736) - C:\windows\SYSTEM32\CRYPT32.dll
MSASN1.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\MSASN1.dll
msimtf.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\system32\msimtf.dll
msls31.dll v3.10.349.0 - C:\Windows\SYSTEM32\msls31.dll
d2d1.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\d2d1.dll
DWrite.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\DWrite.dll
dxgi.dll v10.0.10586.494 (th2_release_sec.160630-1736) - C:\Windows\SYSTEM32\dxgi.dll
d3d11.dll v10.0.10586.589 (th2_release.160906-1759) - C:\Windows\SYSTEM32\d3d11.dll
d3d10warp.dll v10.0.10586.713 (th2_release_sec.161121-1921) - C:\Windows\SYSTEM32\d3d10warp.dll
ieapfltr.dll v11.00.10586.713 - C:\Windows\SYSTEM32\ieapfltr.dll
CRYPTSP.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\CRYPTSP.dll
IEFRAME.dll v11.00.10586.672 (th2_release_sec.161024-1825) - C:\Windows\SYSTEM32\IEFRAME.dll
WS2_32.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\WS2_32.dll
uiautomationcore.dll v7.2.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\uiautomationcore.dll
USERENV.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\USERENV.dll
ondemandconnroutehelper.dll v10.0.10586.212 (th2_release_sec.160328-1908) - C:\windows\SYSTEM32\ondemandconnroutehelper.dll
IPHLPAPI.DLL v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\IPHLPAPI.DLL
ScriptSn.20161025083117.dll vVSCORE.15.4.0.649.x86 - C:\Program Files (x86)\Common Files\McAfee\SystemCore\ScriptSn.20161025083117.dll
WINTRUST.dll v10.0.10586.672 (th2_release_sec.161024-1825) - C:\windows\SYSTEM32\WINTRUST.dll
winhttp.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\winhttp.dll
JScript9.dll v11.00.10586.0 (th2_release.151029-1700) - C:\windows\system32\JScript9.dll
JScript.dll v5.812.10586.0 - C:\windows\system32\JScript.dll
NSI.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\NSI.dll
mswsock.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\system32\mswsock.dll
WINNSI.DLL v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\WINNSI.DLL
VBScript.dll v5.812.10586.0 - C:\windows\system32\VBScript.dll
amsi.dll v4.9.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\amsi.dll
mytilus3.dll vVSCORE.15.4.0.649.x86 - C:\Program Files (x86)\Common Files\McAfee\SystemCore\mytilus3.dll
mytilus3_worker.dll vVSCORE.15.4.0.649.x86 - C:\Program Files (x86)\Common Files\McAfee\SystemCore\mytilus3_worker.dll
LZ32.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\LZ32.dll
SHFOLDER.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\SHFOLDER.dll
DNSAPI.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\DNSAPI.dll
McShield.dll vVSCORE.15.4.0.649 - C:\Program Files (x86)\McAfee\VirusScan Enterprise\RES0900\McShield.dll
windowscodecs.dll v10.0.10586.713 (th2_release_sec.161121-1921) - C:\windows\system32\windowscodecs.dll
mlang.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\system32\mlang.dll
mscorlib.ni.dll v4.6.1086.0 built by: NETFXREL4STAGE - C:\windows\assembly\NativeImages_v4.0.30319_32\mscorlib\62fac835fdecb6ecf9f38ec819f1b016\mscorlib.ni.dll
System.ni.dll v4.6.1081.0 built by: NETFXREL3STAGE - C:\windows\assembly\NativeImages_v4.0.30319_32\System\3aae8931d29e60c127b9995c9aef68d1\System.ni.dll
System.Core.ni.dll v4.6.1084.0 built by: NETFXREL3STAGE - C:\windows\assembly\NativeImages_v4.0.30319_32\System.Core\e3ec016f20b794382f55552820781dcd\System.Core.ni.dll
WindowsBase.ni.dll v4.6.1084.0 built by: NETFXREL3STAGE - C:\windows\assembly\NativeImages_v4.0.30319_32\WindowsBase\253740d457b6462e0e607c37d9d8bba9\WindowsBase.ni.dll
rsaenh.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\system32\rsaenh.dll
PresentationCore.ni.dll v4.6.1084.0 built by: NETFXREL3STAGE - C:\windows\assembly\NativeImages_v4.0.30319_32\PresentationCore\24f1f19d6819b8b3a561d35787e5d3cd\PresentationCore.ni.dll
PresentationFramework.ni.dll v4.6.1084.0 - C:\windows\assembly\NativeImages_v4.0.30319_32\Presentatio5ae0f00f#\5324734dc1e3171900f179342acabfe5\PresentationFramework.ni.dll
wpfgfx_v0400.dll v4.6.1086.0 built by: NETFXREL4STAGE - C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\wpfgfx_v0400.dll
PresentationNative_v0400.dll v4.6.1084.0 built by: NETFXREL3STAGE - C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationNative_v0400.dll
System.Xaml.ni.dll v4.6.1084.0 built by: NETFXREL3STAGE - C:\windows\assembly\NativeImages_v4.0.30319_32\System.Xaml\eb9343c33379bdadcacfadfe2dd8ba79\System.Xaml.ni.dll
System.Deployment.ni.dll v4.6.1078.0 built by: NETFXREL3STAGE - C:\windows\assembly\NativeImages_v4.0.30319_32\System.Deployment\52e198bfeb8ad392739e5b15ad8d2665\System.Deployment.ni.dll
System.Configuration.ni.dll v4.6.1038.0 built by: NETFXREL2 - C:\windows\assembly\NativeImages_v4.0.30319_32\System.Configuration\89f5a6a5fe12ae6b80de339d192f4844\System.Configuration.ni.dll
System.Xml.ni.dll v4.6.1064.2 built by: NETFXREL3STAGE - C:\windows\assembly\NativeImages_v4.0.30319_32\System.Xml\62ee38e32af1fa90396c5e47bb0b3de6\System.Xml.ni.dll
System.Security.ni.dll v4.6.1073.0 built by: NETFXREL3STAGE - C:\windows\assembly\NativeImages_v4.0.30319_32\System.Security\4a1a2d4e71215de5cb017bc2eb9257aa\System.Security.ni.dll
clrjit.dll v4.6.1086.0 built by: NETFXREL4STAGE - C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll
System.Drawing.ni.dll v4.6.1078.0 built by: NETFXREL3STAGE - C:\windows\assembly\NativeImages_v4.0.30319_32\System.Drawing\9b9f639f8d82ea6878d3a27d3ae5042c\System.Drawing.ni.dll
System.Windows.Forms.ni.dll v4.6.1038.0 built by: NETFXREL2 - C:\windows\assembly\NativeImages_v4.0.30319_32\System.Windows.Forms\5b3e2a31b12f1b4d5750b0868fdb961e\System.Windows.Forms.ni.dll
gpapi.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\gpapi.dll
comctl32.dll v5.82 (th2_release.151029-1700) - C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.10586.0_none_811bc0006c44242b\comctl32.dll
gdiplus.dll v10.0.10586.633 (th2_release.161004-1602) - C:\windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.10586.633_none_1b6fde65144db32a\gdiplus.dll
ntmarta.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\ntmarta.dll
efswrt.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\efswrt.dll
wintypes.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\wintypes.dll
edputil.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\edputil.dll
PresentationFramework.Aero2.ni.dll v4.6.1038.0 built by: NETFXREL2 - C:\windows\assembly\NativeImages_v4.0.30319_32\Presentatioaec034ca#\8efcfe1e95b066d8f7b367d92834261b\PresentationFramework.Aero2.ni.dll
d3d9.dll v10.0.10586.589 (th2_release.160906-1759) - C:\Windows\SYSTEM32\d3d9.dll
System.ServiceModel.ni.dll v4.6.1038.0 built by: NETFXREL2 - C:\windows\assembly\NativeImages_v4.0.30319_32\System.ServiceModel\93279fc460f76ff088a328ef02a12a96\System.ServiceModel.ni.dll
System.Runtime.Serialization.ni.dll v4.6.1038.0 built by: NETFXREL2 - C:\windows\assembly\NativeImages_v4.0.30319_32\System.Runteb92aa12#\03976d82f5d049e17db869f6dd149997\System.Runtime.Serialization.ni.dll
SMDiagnostics.ni.dll v4.6.1038.0 built by: NETFXREL2 - C:\windows\assembly\NativeImages_v4.0.30319_32\SMDiagnostics\f44b7f8f7a9d0e93133ab790ebb54aff\SMDiagnostics.ni.dll
System.ServiceModel.Internals.ni.dll v4.6.1038.0 built by: NETFXREL2 - C:\windows\assembly\NativeImages_v4.0.30319_32\System.Servd1dec626#\6c1e370c3c9b18e305dc0c15f6560482\System.ServiceModel.Internals.ni.dll
System.Transactions.ni.dll v4.6.1080.0 built by: NETFXREL3STAGE - C:\windows\assembly\NativeImages_v4.0.30319_32\System.Transactions\6e28f0c86d98d80bd1cae11476abeea6\System.Transactions.ni.dll
System.Transactions.dll v4.6.1080.0 built by: NETFXREL3STAGE - C:\windows\Microsoft.Net\assembly\GAC_32\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll
System.IdentityModel.ni.dll v4.6.1038.0 built by: NETFXREL2 - C:\windows\assembly\NativeImages_v4.0.30319_32\System.IdentityModel\5928b4633ac32ddff8ecfe2694ef9f59\System.IdentityModel.ni.dll
secur32.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\secur32.dll
msv1_0.DLL v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\msv1_0.DLL
NtlmShared.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\NtlmShared.dll
cryptdll.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\cryptdll.dll
System.Data.dll v4.6.1086.0 built by: NETFXREL4STAGE - C:\windows\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
WtsApi32.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\WtsApi32.dll
WINSTA.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\WINSTA.dll
dataexchange.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\system32\dataexchange.dll
dcomp.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\system32\dcomp.dll
twinapi.appcore.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\system32\twinapi.appcore.dll
UIAutomationTypes.ni.dll v4.6.1038.0 built by: NETFXREL2 - C:\windows\assembly\NativeImages_v4.0.30319_32\UIAutomationTypes\fa60b362d2e0d476a749737a10734ef9\UIAutomationTypes.ni.dll
WINMM.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\WINMM.dll
WINMMBASE.dll v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\WINMMBASE.dll
msctfui.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\system32\msctfui.dll
OLEACC.dll v7.2.10586.212 (th2_release_sec.160328-1908) - C:\Windows\SYSTEM32\OLEACC.dll
comdlg32.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\comdlg32.dll
FirewallAPI.dll v10.0.10586.0 (th2_release.151029-1700) - C:\windows\SYSTEM32\FirewallAPI.dll
NETAPI32.dll v10.0.10586.212 (th2_release_sec.160328-1908) - C:\windows\SYSTEM32\NETAPI32.dll
DAVHLPR.DLL v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\DAVHLPR.DLL
fwbase.dll v10.0.10586.162 (th2_release_sec.160223-1728) - C:\Windows\SYSTEM32\fwbase.dll
WINSPOOL.DRV v10.0.10586.0 (th2_release.151029-1700) - C:\Windows\SYSTEM32\WINSPOOL.DRV
diasymreader.dll v14.00.1038.0 built by: NETFXREL2 - C:\Windows\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Report Viewer crashes in XBAP

Post by Alex K. »

Hello,

We couldn't reproduce this bug.
Please send us a sample which reproduces the issue for analysis.

Thank you.
chrisfeltman
Posts: 21
Joined: Thu Apr 06, 2017 7:46 pm

Re: Report Viewer crashes in XBAP

Post by chrisfeltman »

I have uploaded a test case. This test case uses version 2016.3.0.0 but newer versions display the same behavior.

Run the XBAP, click run report, then move the mouse over any of the buttons on the report viewer toolbar and you will see the crash.
chrisfeltman
Posts: 21
Joined: Thu Apr 06, 2017 7:46 pm

Re: Report Viewer crashes in XBAP

Post by chrisfeltman »

Test case
Attachments
StimulsoftTestCase.zip
(29.79 KiB) Downloaded 147 times
chrisfeltman
Posts: 21
Joined: Thu Apr 06, 2017 7:46 pm

Re: Report Viewer crashes in XBAP

Post by chrisfeltman »

I tried disabling the tooltips but that didn't seem to make any difference. I still get the "unable to create child window" exception when hovering the mouse over any part of the toolbar in the report viewer. It does not matter if the report viewer is set to internal or external window either.

We are getting close to a release deadline and need this upgrade to fix an issue with printing in Windows 10. Any help you could provide would be greatly appreciated.

Thanks,
Chris Feltman,
Senior Programmer,
CGI Federal Inc.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Report Viewer crashes in XBAP

Post by HighAley »

Hello, Chris.

We see that you are using the Stimulsoft.Report.Wpf assembly. The components from this asse,bly was not adapted for XBAP.
Please, replace the Stimulsoft.Report.Wpf with the Stimulsoft.Report.Xbap.

Thank you.
chrisfeltman
Posts: 21
Joined: Thu Apr 06, 2017 7:46 pm

Re: Report Viewer crashes in XBAP

Post by chrisfeltman »

You are correct. I made the change to use Stimulsoft.Report.Xbap instead, however, the same problem still occurs. Modified test case attached.

Thanks,
Chris Feltman
Attachments
StimulsoftTestCase2.zip
(29.97 KiB) Downloaded 165 times
chrisfeltman
Posts: 21
Joined: Thu Apr 06, 2017 7:46 pm

Re: Report Viewer crashes in XBAP

Post by chrisfeltman »

bump
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Report Viewer crashes in XBAP

Post by Alex K. »

Hello,

Unfortunately, on current moment wpf version with xbap technology works as is. Sorry.

Thank you.
Post Reply