Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1921
Application crash when invoke Custom filter in Partial trust
posted

Hi Alex,

My application running under Partial trust environment (XBAP) (Local Intranet).

(Please find the attached solution, used version : 9.2.20092.2023 )

When i trying to choose 'Custom filter' in Label filter icon menu,

it throws the 'Exception has been thrown by the target of an invocation' exception.

I think it requires Full Trust. is it?

But our application is strict to Partial Trust -> Local Intranet.

What i have to do?

Thanks

Ramesh.P

 

CustomFilterinPartialTrust.zip
  • 1921
    posted

    I got the the following exception when Clicked the Custom.

    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Security.SecurityException: System.Security.Permissions.SecurityPermission
       at Infragistics.Windows.Helpers.NativeWindowMethods.GetAncestorApi(IntPtr hwnd, Int32 gaFlags)
       at Infragistics.Windows.Helpers.NativeWindowMethods.IsTopMostApi(IntPtr hwnd)
       at Infragistics.Windows.Controls.PopupController.get_IsTopMost()
       at Infragistics.Windows.Controls.PopupController.InitializeChildSource(PresentationSource source)
       at Infragistics.Windows.Controls.PopupController.OnPopupOpened(Object sender, EventArgs e)
       at System.Windows.FrameworkElement.RaiseClrEvent(EventPrivateKey key, EventArgs args)
       at System.Windows.Controls.Primitives.Popup.OnOpened(EventArgs e)
       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, OperationType operationType)
       at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
       at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
       at System.Windows.Controls.Primitives.Popup.set_IsOpen(Boolean value)
       at Infragistics.Windows.Controls.ToolWindowHostPopup.ShowImpl(ToolWindow toolWindow, Boolean activate, Boolean isModal, ShowDialogCallback callback)
       at Infragistics.Windows.Controls.ToolWindow.ShowDialog(FrameworkElement owner, ShowDialogCallback callback)
       at Infragistics.Windows.DataPresenter.FieldLayout.ShowCustomFilterSelectionControl(RecordFilter recordFilter, RecordManager recordManager)
       at Infragistics.Windows.DataPresenter.CustomFilterAction.Execute(Object parameter)
       at Infragistics.Windows.DataPresenter.RecordFilter.OnExecuteCommand(ICommand command)
    The type of the first permission that failed was:
    System.Security.Permissions.SecurityPermission
    The demand was for:
    <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    version="1"
    Flags="UnmanagedCode"/>

    The Zone of the assembly that failed was:
    MyComputer
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Delegate.DynamicInvokeImpl(Object[] args)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext 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, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
       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.Threading.Dispatcher.Run()
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.StartDispatcherInBrowser(Object unused)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext 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, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)


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

    PresentationHost.exe v3.0.6920.1427 built by: SP - c:\WINDOWS\system32\PresentationHost.exe
    ntdll.dll v5.1.2600.3520 (xpsp_sp2_gdr.090206-1233) - C:\WINDOWS\system32\ntdll.dll
    kernel32.dll v5.1.2600.3541 (xpsp_sp2_gdr.090321-1320) - C:\WINDOWS\system32\kernel32.dll
    SYSFER.DLL v11.0.4202.51 - C:\WINDOWS\SYSTEM32\SYSFER.DLL
    ADVAPI32.dll v5.1.2600.3520 (xpsp_sp2_gdr.090206-1233) - C:\WINDOWS\system32\ADVAPI32.dll
    RPCRT4.dll v5.1.2600.3555 (xpsp_sp2_gdr.090415-1235) - C:\WINDOWS\system32\RPCRT4.dll
    Secur32.dll v5.1.2600.3592 (xpsp_sp2_gdr.090622-1453) - C:\WINDOWS\system32\Secur32.dll
    MSVCR80.dll v8.00.50727.3053 - C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.dll
    msvcrt.dll v7.0.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\msvcrt.dll
    USER32.dll v5.1.2600.3099 (xpsp_sp2_gdr.070308-0222) - C:\WINDOWS\system32\USER32.dll
    GDI32.dll v5.1.2600.3466 (xpsp_sp2_gdr.081022-1254) - C:\WINDOWS\system32\GDI32.dll
    ole32.dll v5.1.2600.2726 (xpsp_sp2_gdr.050725-1528) - C:\WINDOWS\system32\ole32.dll
    mscoree.dll v2.0.50727.3053 (netfxsp.050727-3000) - c:\WINDOWS\system32\mscoree.dll
    SHLWAPI.dll v6.00.2900.3592 (xpsp_sp2_gdr.090622-1453) - C:\WINDOWS\system32\SHLWAPI.dll
    urlmon.dll v6.00.2900.3592 (xpsp_sp2_gdr.090622-1453) - C:\WINDOWS\system32\urlmon.dll
    VERSION.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\VERSION.dll
    SHELL32.dll v6.00.2900.3402 (xpsp_sp2_gdr.080702-1233) - C:\WINDOWS\system32\SHELL32.dll
    WININET.dll v6.00.2900.3592 (xpsp_sp2_gdr.090622-1453) - C:\WINDOWS\system32\WININET.dll
    CRYPT32.dll v5.131.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\CRYPT32.dll
    MSASN1.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\MSASN1.dll
    OLEAUT32.dll v5.1.2600.3266 - C:\WINDOWS\system32\OLEAUT32.dll
    IMM32.DLL v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\IMM32.DLL
    LPK.DLL v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\LPK.DLL
    USP10.dll v1.0420.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\USP10.dll
    comctl32.dll v6.0 (xpsp.060825-0040) - C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    uxtheme.dll v6.00.2900.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\uxtheme.dll
    MSCTF.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\MSCTF.dll
    CLBCATQ.DLL v2001.12.4414.308 - c:\WINDOWS\system32\CLBCATQ.DLL
    COMRes.dll v2001.12.4414.258 - c:\WINDOWS\system32\COMRes.dll
    xpsp2res.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\xpsp2res.dll
    mlang.dll v6.00.2900.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\mlang.dll
    wsock32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\wsock32.dll
    WS2_32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\WS2_32.dll
    WS2HELP.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\WS2HELP.dll
    FwcWsp.dll v4.0 - C:\Program Files\Microsoft Firewall Client 2004\FwcWsp.dll
    RASAPI32.DLL v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\RASAPI32.DLL
    rasman.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\rasman.dll
    NETAPI32.dll v5.1.2600.3462 (xpsp_sp2_gdr.081015-1244) - C:\WINDOWS\system32\NETAPI32.dll
    TAPI32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\TAPI32.dll
    rtutils.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\rtutils.dll
    WINMM.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\WINMM.dll
    mswsock.dll v5.1.2600.3394 (xpsp_sp2_gdr.080620-1245) - C:\WINDOWS\system32\mswsock.dll
    hnetcfg.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\hnetcfg.dll
    wshtcpip.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\wshtcpip.dll
    sensapi.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\sensapi.dll
    USERENV.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\USERENV.dll
    DNSAPI.dll v5.1.2600.3394 (xpsp_sp2_gdr.080620-1245) - c:\WINDOWS\system32\DNSAPI.dll
    rasadhlp.dll v5.1.2600.2938 (xpsp_sp2_gdr.060626-0020) - c:\WINDOWS\system32\rasadhlp.dll
    dfshim.dll v2.0.50727.3053 (netfxsp.050727-3000) - c:\WINDOWS\system32\dfshim.dll
    mscorwks.dll v2.0.50727.3603 (GDR.050727-3600) - C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
    PresentationHostDLL.dll v3.0.6920.1427 built by: SP - c:\WINDOWS\Microsoft.NET\Framework\v3.0\WPF\PresentationHostDLL.dll
    PSAPI.DLL v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\PSAPI.DLL
    actxprxy.dll v6.00.2900.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\actxprxy.dll
    PresentationHostProxy.dll v3.0.6920.1427 built by: SP - c:\WINDOWS\system32\PresentationHostProxy.dll
    msctfime.ime v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\msctfime.ime
    mshtml.dll v6.00.2900.3603 (xpsp_sp2_gdr.090718-1246) - C:\WINDOWS\system32\mshtml.dll
    msls31.dll v3.10.349.0 - C:\WINDOWS\system32\msls31.dll
    SHDOCVW.dll v6.00.2900.3603 (xpsp_sp2_gdr.090718-1246) - C:\WINDOWS\system32\SHDOCVW.dll
    CRYPTUI.dll v5.131.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\CRYPTUI.dll
    WINTRUST.dll v5.131.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\WINTRUST.dll
    IMAGEHLP.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\IMAGEHLP.dll
    WLDAP32.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\WLDAP32.dll
    pdm.dll v9.0.21022.8 built by: RTM - C:\Program Files\Common Files\Microsoft Shared\VS7Debug\pdm.dll
    msdbg2.dll v9.0.21022.8 built by: RTM - C:\Program Files\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll
    msimtf.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\msimtf.dll
    mslbui.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\system32\mslbui.dll
    jscript.dll v5.6.0.8837 - C:\WINDOWS\system32\jscript.dll
    ImgUtil.dll v6.00.2900.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\ImgUtil.dll
    pngfilt.dll v6.00.2900.3627 (xpsp_sp2_gdr.090918-1238) - C:\WINDOWS\system32\pngfilt.dll
    mscorlib.ni.dll v2.0.50727.3603 (GDR.050727-3600) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\mscorlib\7124a40b9998f7b63c86bd1a2125ce26\mscorlib.ni.dll
    System.ni.dll v2.0.50727.3053 (netfxsp.050727-3000) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System\3de5bd01124463d7862bd173af90bc83\System.ni.dll
    WindowsBase.ni.dll v3.0.6920.1427 built by: SP - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\WindowsBase\204d6e5b335134f23ca37638b9227ecf\WindowsBase.ni.dll
    PresentationCore.ni.dll v3.0.6920.1427 built by: SP - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\PresentationCore\94badbd64df59de7da249f71da38b1c2\PresentationCore.ni.dll
    PresentationFramework.ni.dll v3.0.6920.1500 built by: QFE - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\PresentationFramewo#\58c7ac6b6054038dc9346d7ec8e32b4c\PresentationFramework.ni.dll
    wpfgfx_v0300.dll v3.0.6920.1500 built by: QFE - c:\WINDOWS\Microsoft.NET\Framework\v3.0\WPF\wpfgfx_v0300.dll
    PresentationUI.ni.dll v3.0.6920.1427 built by: SP - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\PresentationUI\a3a6f52ce1d09a7bdccc8e7fc664792d\PresentationUI.ni.dll
    System.Deployment.ni.dll v2.0.50727.3053 (netfxsp.050727-3000) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Deployment\c94a427baa7683f4221b91f90c18461b\System.Deployment.ni.dll
    shfolder.dll v6.00.2900.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\shfolder.dll
    rsaenh.dll v5.1.2600.2161 (xpsp.040706-1629) - c:\WINDOWS\system32\rsaenh.dll
    System.Configuration.ni.dll v2.0.50727.3053 (netfxsp.050727-3000) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Configuration\7c743462baccf29b3567b0e3ec9ac134\System.Configuration.ni.dll
    System.Xml.ni.dll v2.0.50727.3082 (QFE.050727-3000) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Xml\5913d3f81e77194ec833991b1047a532\System.Xml.ni.dll
    iphlpapi.dll v5.1.2600.2912 (xpsp_sp2_gdr.060519-0003) - c:\WINDOWS\system32\iphlpapi.dll
    winrnr.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - C:\WINDOWS\System32\winrnr.dll
    System.Security.ni.dll v2.0.50727.3053 (netfxsp.050727-3000) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Security\a9e9b885a6601469c4058375cc74d856\System.Security.ni.dll
    cryptnet.dll v5.131.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\cryptnet.dll
    WINHTTP.dll v5.1.2600.3494 (xpsp_sp2_gdr.081216-1254) - c:\WINDOWS\system32\WINHTTP.dll
    NTDSAPI.DLL v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\NTDSAPI.DLL
    msv1_0.dll v5.1.2600.3592 (xpsp_sp2_gdr.090622-1453) - C:\WINDOWS\system32\msv1_0.dll
    cryptdll.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\cryptdll.dll
    mshtmled.dll v6.00.2900.3592 (xpsp_sp2_gdr.090622-1453) - C:\WINDOWS\system32\mshtmled.dll
    System.Drawing.ni.dll v2.0.50727.3053 (netfxsp.050727-3000) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Drawing\abb2ac7e08bee026f857d8fa36f9fe6f\System.Drawing.ni.dll
    System.Windows.Forms.ni.dll v2.0.50727.3053 (netfxsp.050727-3000) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Windows.Forms\d2ea8d76f015817db1607075812b555f\System.Windows.Forms.ni.dll
    Cabinet.dll v5.1.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\Cabinet.dll
    mscorjit.dll v2.0.50727.3082 (QFE.050727-3000) - C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll
    PresentationFramework.Luna.ni.dll v3.0.6920.1427 built by: SP - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\PresentationFramewo#\3bb4d16b042b72c2c85a0f8ac9d48f28\PresentationFramework.Luna.ni.dll
    Infragistics3.Wpf.DataPresenter.v9.2.dll v9.2.20092.2023 - C:\Documents and Settings\ravikumar.d\Local Settings\Apps\2.0\MG8WGXMB.TJC\93AJB0WP.DC9\perf..xbap_32572e3ec21ca35e_0001.0000_4d35e70ba687ac0d\Infragistics3.Wpf.DataPresenter.v9.2.dll
    Infragistics3.Wpf.v9.2.dll v9.2.20092.2023 - C:\Documents and Settings\ravikumar.d\Local Settings\Apps\2.0\MG8WGXMB.TJC\93AJB0WP.DC9\perf..xbap_32572e3ec21ca35e_0001.0000_4d35e70ba687ac0d\Infragistics3.Wpf.v9.2.dll
    Infragistics3.Wpf.Editors.v9.2.dll v9.2.20092.2023 - C:\Documents and Settings\ravikumar.d\Local Settings\Apps\2.0\MG8WGXMB.TJC\93AJB0WP.DC9\perf..xbap_32572e3ec21ca35e_0001.0000_4d35e70ba687ac0d\Infragistics3.Wpf.Editors.v9.2.dll
    d3d9.dll v5.03.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\d3d9.dll
    d3d8thk.dll v5.03.2600.2180 (xpsp_sp2_rtm.040803-2158) - c:\WINDOWS\system32\d3d8thk.dll
    System.Data.ni.dll v2.0.50727.3053 (netfxsp.050727-3000) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Data\694c07365e0fd6bba0bc304d4d2404a7\System.Data.ni.dll
    System.Data.dll v2.0.50727.3053 (netfxsp.050727-3000) - C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll
    System.ServiceModel.ni.dll v3.0.4506.2254 (QFE.030729-1900) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.ServiceModel\06d6eab93282d2b136a377bd50b7c5a9\System.ServiceModel.ni.dll
    SMDiagnostics.ni.dll v3.0.4506.2152 (SP.030729-0100) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\SMDiagnostics\7602d7687fb9bd21cd9ae60d2b187c99\SMDiagnostics.ni.dll
    System.Runtime.Serialization.ni.dll v3.0.4506.2152 (SP.030729-0100) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Runtime.Seri#\67ad55827f2542552b576170f0a7dc56\System.Runtime.Serialization.ni.dll
    System.Web.ni.dll v2.0.50727.3082 (QFE.050727-3000) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Web\5cea03cfb008f2eac1439a9905467f37\System.Web.ni.dll
    System.WorkflowServices.ni.dll v3.5.594.1152 - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.WorkflowServ#\fa48917b13629d8effa80dd4a2f2973d\System.WorkflowServices.ni.dll
    System.ServiceModel.Web.ni.dll v3.5.594.1152 - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.ServiceModel#\e182695d05ea57257568bc5f3208aca7\System.ServiceModel.Web.ni.dll
    Microsoft.VisualStudio.Diagnostics.ServiceModelSink.dll v9.0.21022.8 - C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Diagnostics.ServiceModelSink\3.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Diagnostics.ServiceModelSink.dll
    System.IdentityModel.ni.dll v3.0.4506.2152 (SP.030729-0100) - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.IdentityModel\c3b18fef5c6dc3bcdbe5df699fd21a55\System.IdentityModel.ni.dll
    diasymreader.dll v8.0.50727.3053 (netfxsp.050727-3000) - C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\diasymreader.dll
    PresentationNative_v0300.dll v3.0.6920.1427 built by: SP - c:\WINDOWS\system32\PresentationNative_v0300.dll
    UIAutomationTypes.ni.dll v3.0.6920.1427 built by: SP - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\UIAutomationTypes\6f488b7644dc50a083868e91a4014466\UIAutomationTypes.ni.dll
    UIAutomationCore.dll v6.0.6001.17014 (lh_tools_devdiv_wpf.071009-1109) - c:\WINDOWS\system32\UIAutomationCore.dll
    OLEACC.dll v4.2.5406.0 (xpclient.010817-1148) - c:\WINDOWS\system32\OLEACC.dll
    MSVCP60.dll v6.02.3104.0 - c:\WINDOWS\system32\MSVCP60.dll
    System.Core.ni.dll v3.5.30729.1 built by: SP - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Core\c0a42d2ad8a4078040b334f6770ea11f\System.Core.ni.dll
    UIAutomationProvider.ni.dll v3.0.6920.1427 built by: SP - C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\UIAutomationProvider\b4a9e413d5cd6d6ec2d50aa05381e293\UIAutomationProvider.ni.dll
    WindowsCodecs.dll v6.0.5840.16388 (winmain(wmbla).061024-1209) - c:\WINDOWS\system32\WindowsCodecs.dll