When I change my control location on UI exception occurs Hiw to resolve it?
-
Wednesday, January 04, 2012 4:45 AM
Hello,
I am working on WPF Browser application with my VS2010 Ultimate edition. When I change any of my control location using mouse or click on any UI Control following exception occurs and then my code gets disturb my UI and I have to checkout my last sucessful code from my TFS.
Exception
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************
System.Reflection.Adds.UnresolvedAssemblyException: Type universe cannot resolve assembly: DevExpress.Web.ASPxEditors.v11.1, Version=11.1.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a.
at System.Reflection.Adds.AssemblyProxy.GetResolvedAssembly()
at System.Reflection.Adds.AssemblyProxy.GetHashCode()
at Microsoft.Windows.Design.Metadata.ReflectionMetadataContext.Reflectable`1.GetHashCode()
at System.Collections.Generic.GenericEqualityComparer`1.GetHashCode(T obj)
at System.Collections.Generic.HashSet`1.InternalGetHashCode(T item)
at System.Collections.Generic.HashSet`1.Contains(T item)
at Microsoft.Windows.Design.Metadata.ReflectionMetadataContext.CanParentContextSupportType(Reflectable`1 type)
at Microsoft.Windows.Design.Metadata.ReflectionMetadataContext.GetTypeForReflectableType(Reflectable`1 reflectableType)
at MS.Internal.Metadata.ClrType.GetTypeMetadata(Type type)
at MS.Internal.Metadata.ClrType.get_BaseType()
at MS.Internal.Design.Metadata.Xaml.XamlType.<GetAllAttachableProperties>d__7.MoveNext()
at MS.Internal.Design.Metadata.Xaml.XamlType.<FindAttachableProperties>d__0.MoveNext()
at Microsoft.Windows.Design.Metadata.Xaml.XamlExtensionImplementations.<FindAttachableProperties>d__7.MoveNext()
at MS.Internal.VirtualModel.VirtualModelPropertyCollection.<GetUncachedProperties>d__0.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at MS.Internal.VirtualModel.VirtualModelPropertyCollection.GetEnumerator()
at MS.Internal.VirtualModel.VirtualModelUtilities.WrapProperties(IVirtualModelItem item)
at MS.Internal.VirtualModel.VirtualModelItem.System.ComponentModel.ICustomTypeDescriptor.GetProperties()
at System.ComponentModel.TypeDescriptor.MergedTypeDescriptor.System.ComponentModel.ICustomTypeDescriptor.GetProperties()
at System.ComponentModel.TypeDescriptor.GetPropertiesImpl(Object component, Attribute[] attributes, Boolean noCustomTypeDesc, Boolean noAttributes)
at System.Windows.PropertyPath.ResolvePropertyName(String name, Object item, Type ownerType, Object context, Boolean throwOnError)
at MS.Internal.Data.PropertyPathWorker.GetInfo(Int32 k, Object item, SourceValueState& svs)
at MS.Internal.Data.PropertyPathWorker.ReplaceItem(Int32 k, Object newO, Object parent)
at MS.Internal.Data.PropertyPathWorker.UpdateSourceValueState(Int32 k, ICollectionView collectionView, Object newValue, Boolean isASubPropertyChange)
at MS.Internal.Data.ClrBindingWorker.AttachDataItem()
at System.Windows.Data.BindingExpression.Activate(Object item)
at System.Windows.Data.BindingExpression.AttachToContext(AttachAttempt attempt)
at System.Windows.Data.BindingExpression.AttachOverride(DependencyObject target, DependencyProperty dp)
at System.Windows.Data.BindingExpressionBase.Attach(DependencyObject target, DependencyProperty dp)
at System.Windows.Data.BindingExpressionBase.OnAttach(DependencyObject d, DependencyProperty dp)
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 System.Windows.Data.BindingOperations.SetBinding(DependencyObject target, DependencyProperty dp, BindingBase binding)
at System.Windows.FrameworkElement.SetBinding(DependencyProperty dp, BindingBase binding)
at MS.Internal.GridControl.GridChildMarginAdorner.SetDragBinding(ModelItem source, Boolean dragging)
at MS.Internal.GridControl.GridChildMarginAdornerProvider.ChildMarginAdornerPanel.CalcLayout(Boolean measure)
at MS.Internal.GridControl.GridChildMarginAdornerProvider.ChildMarginAdornerPanel.MeasureOverride(Size availableSize)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at MS.Internal.Interaction.BaseAdornerLayout.Measure(UIElement adorner, Size constraint)
at MS.Internal.Interaction.AdornerLayer.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at Microsoft.Windows.Design.Interaction.DesignerView.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at MS.Internal.Designer.Viewport.MeasureOverride(Size availableSize)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at MS.Internal.Helper.MeasureElementWithSingleChild(UIElement element, Size constraint)
at System.Windows.Controls.ScrollContentPresenter.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Controls.Grid.MeasureCell(Int32 cell, Boolean forceInfinityV)
at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU, Boolean forceInfinityV)
at System.Windows.Controls.Grid.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Controls.ScrollViewer.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Controls.Grid.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at MS.Internal.Helper.MeasureElementWithSingleChild(UIElement element, Size constraint)
at System.Windows.Controls.ContentPresenter.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.Controls.Control.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.UIElement.UpdateLayout()
at MS.Internal.Designer.DocumentOutlineTree.ResetTree()
at MS.Internal.Designer.DocumentOutlinePane.UpdateTree()
at MS.Internal.Designer.DocumentOutlinePane.OnDesignerSelectionChanged(Object sender, SelectionTrackingEventArgs e)
at MS.Internal.SelectionTracking.SelectionListener.OnSelectionChanged(SelectionTrackingEventArgs e)
at MS.Internal.SelectionTracking.SelectionTracker.TrackSelection(SelectionPusher pushedSelection)
at MS.Internal.SelectionTracking.SelectionPusher.UpdateSelection(TrackableSelection newSelection)
at MS.Internal.Designer.DesignerSelectionMapper.OnRaiseChange(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.235 (RTMGDR.030319-2300)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Microsoft.VisualStudio.Platform.AppDomainManager
Assembly Version: 10.0.0.0
Win32 Version: 10.0.30319.1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Platform.AppDomainManager/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Platform.AppDomainManager.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.236 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.225 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.235 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.VisualStudio.Xaml
Assembly Version: 10.0.0.0
Win32 Version: 10.0.40219.357
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Xaml/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Xaml.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.225 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
Microsoft.VisualStudio.Shell.10.0
Assembly Version: 10.0.0.0
Win32 Version: 10.0.40219.1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Shell.10.0/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.10.0.dll
----------------------------------------
Microsoft.VisualStudio.OLE.Interop
Assembly Version: 7.1.40304.0
Win32 Version: 7.10.6070
CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.VisualStudio.OLE.Interop/7.1.40304.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.OLE.Interop.dll
----------------------------------------
WindowsBase
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.225 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
System.Xaml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Numerics
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
Accessibility
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Xml.Linq
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
PresentationFramework
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.225
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
----------------------------------------
PresentationCore
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.225 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
UIAutomationTypes
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll
----------------------------------------
UIAutomationProvider
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll
----------------------------------------
PresentationUI
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationUI/v4.0_4.0.0.0__31bf3856ad364e35/PresentationUI.dll
----------------------------------------
Microsoft.VisualStudio.Shell.Interop
Assembly Version: 7.1.40304.0
Win32 Version: 7.10.6071
CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.VisualStudio.Shell.Interop/7.1.40304.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Interop.dll
----------------------------------------
Microsoft.VisualStudio.TextManager.Interop
Assembly Version: 7.1.40304.0
Win32 Version: 7.10.6070
CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.VisualStudio.TextManager.Interop/7.1.40304.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.TextManager.Interop.dll
----------------------------------------
System.Design
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.225 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
Microsoft.VisualStudio.Settings
Assembly Version: 10.0.0.0
Win32 Version: 10.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/Microsoft.VisualStudio.Settings/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Settings.dll
----------------------------------------
Microsoft.VisualStudio.Shell.Interop.8.0
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.1826 (QFE.050727-1800)
CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.VisualStudio.Shell.Interop.8.0/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Interop.8.0.dll
----------------------------------------
Microsoft.VisualStudio.Shell.Immutable.10.0
Assembly Version: 10.0.0.0
Win32 Version: 10.0.30319.1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Shell.Immutable.10.0/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Immutable.10.0.dll
----------------------------------------
Microsoft.VisualStudio.Shell.Interop.9.0
Assembly Version: 9.0.0.0
Win32 Version: 9.0.30729.4462 built by: QFE
CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.VisualStudio.Shell.Interop.9.0/9.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Interop.9.0.dll
----------------------------------------
Microsoft.Windows.Design.Host
Assembly Version: 4.0.0.0
Win32 Version: 4.0.40219.357
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Windows.Design.Host/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Windows.Design.Host.dll
----------------------------------------
Microsoft.VisualStudio.Diagnostics.Measurement
Assembly Version: 10.0.0.0
Win32 Version: 10.0.30319.1
CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Visual%20Studio%2010.0/Common7/IDE/Microsoft.VisualStudio.Diagnostics.Measurement.DLL
----------------------------------------
Microsoft.Windows.Design.Platform
Assembly Version: 4.0.0.0
Win32 Version: 4.0.40219.357
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Windows.Design.Platform/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Windows.Design.Platform.dll
----------------------------------------
Microsoft.Windows.Design.Markup
Assembly Version: 4.0.0.0
Win32 Version: 4.0.40219.357
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Windows.Design.Markup/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Windows.Design.Markup.dll
----------------------------------------
Microsoft.Windows.Design.Extensibility
Assembly Version: 4.0.0.0
Win32 Version: 4.0.40219.357
CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Visual%20Studio%2010.0/Common7/IDE/PublicAssemblies/Microsoft.Windows.Design.Extensibility.DLL
----------------------------------------
Microsoft.Windows.Design.Interaction
Assembly Version: 4.0.0.0
Win32 Version: 4.0.40219.357
CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Visual%20Studio%2010.0/Common7/IDE/PublicAssemblies/Microsoft.Windows.Design.Interaction.DLL
----------------------------------------
Microsoft.VisualStudio.Package.LanguageService.10.0
Assembly Version: 10.0.0.0
Win32 Version: 10.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Package.LanguageService.10.0/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Package.LanguageService.10.0.dll
----------------------------------------
Microsoft.VisualStudio.TextManager.Interop.8.0
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.1826 (QFE.050727-1800)
CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.VisualStudio.TextManager.Interop.8.0/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.TextManager.Interop.8.0.dll
----------------------------------------
Microsoft.VisualStudio.Editor
Assembly Version: 10.0.0.0
Win32 Version: 10.0.40219.1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Editor/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Editor.dll
----------------------------------------
Microsoft.VisualStudio.Text.Data
Assembly Version: 10.0.0.0
Win32 Version: 10.0.30319.1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Text.Data/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Text.Data.dll
----------------------------------------
Microsoft.VisualStudio.CoreUtility
Assembly Version: 10.0.0.0
Win32 Version: 10.0.30319.1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.CoreUtility/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.CoreUtility.dll
----------------------------------------
System.ComponentModel.Composition
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.Composition/v4.0_4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll
----------------------------------------
Microsoft.VisualStudio.Text.UI
Assembly Version: 10.0.0.0
Win32 Version: 10.0.30319.1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Text.UI/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Text.UI.dll
----------------------------------------
Microsoft.VisualStudio.Text.Logic
Assembly Version: 10.0.0.0
Win32 Version: 10.0.30319.1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Text.Logic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Text.Logic.dll
----------------------------------------
Microsoft.VisualStudio.Shell.Interop.10.0
Assembly Version: 10.0.0.0
Win32 Version: 10.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.Shell.Interop.10.0/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Interop.10.0.dll
----------------------------------------
Microsoft.VisualStudio.Shell.Design
Assembly Version: 10.0.0.0
Win32 Version: 10.0.40219.1 built by: SP1Rel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Shell.Design/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Shell.Design.dll
----------------------------------------
VSLangProj
Assembly Version: 7.0.3300.0
Win32 Version: 7.00.9466
CodeBase: file:///C:/Windows/assembly/GAC/VSLangProj/7.0.3300.0__b03f5f7f11d50a3a/VSLangProj.dll
----------------------------------------
EnvDTE
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.1826 (QFE.050727-1800)
CodeBase: file:///C:/Windows/assembly/GAC/EnvDTE/8.0.0.0__b03f5f7f11d50a3a/EnvDTE.dll
----------------------------------------
EnvDTE80
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.1826 (QFE.050727-1800)
CodeBase: file:///C:/Windows/assembly/GAC/EnvDTE80/8.0.0.0__b03f5f7f11d50a3a/EnvDTE80.dll
----------------------------------------
Microsoft.VisualStudio.VSHelp80
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.1826 (QFE.050727-1800)
CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.VisualStudio.VSHelp80/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.VSHelp80.dll
----------------------------------------
Microsoft.Windows.Design.Platform.WPF
Assembly Version: 4.0.0.0
Win32 Version: 4.0.40219.357
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Windows.Design.Platform.WPF/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Windows.Design.Platform.WPF.dll
----------------------------------------
Microsoft.Expression.DesignModel
Assembly Version: 4.0.0.0
Win32 Version: 4.0.40219.357
CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Visual%20Studio%2010.0/Common7/IDE/PrivateAssemblies/Microsoft.Expression.DesignModel.DLL
----------------------------------------
Microsoft.Expression.Platform.WPF
Assembly Version: 4.0.0.0
Win32 Version: 4.0.40219.357
CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Visual%20Studio%2010.0/Common7/IDE/PrivateAssemblies/Microsoft.Expression.Platform.WPF.DLL
----------------------------------------
Microsoft.Windows.Design.Developer.WPF
Assembly Version: 4.0.0.0
Win32 Version: 4.0.40219.357
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Windows.Design.Developer.WPF/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Windows.Design.Developer.WPF.dll
----------------------------------------
WindowsFormsIntegration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
----------------------------------------
Microsoft.Windows.Design.Developer
Assembly Version: 4.0.0.0
Win32 Version: 4.0.40219.357
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Windows.Design.Developer/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Windows.Design.Developer.dll
----------------------------------------
PresentationFramework.VisualStudio.Design
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.VisualStudio.Design/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.VisualStudio.Design.dll
----------------------------------------
PresentationFramework.Aero
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll
----------------------------------------
TIS.CON.MahidharpuraCrCoop.WPF
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Bipin/Bipin.VekariyaWorkSpace/Mahidharpura/DEVELOPMENT/Web/TIS.CON.MahidharpuraCrCoop.WPF/bin/Debug/TIS.CON.MahidharpuraCrCoop.WPF.exe
----------------------------------------
DevExpress.Web.Mvc.v11.1
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.Web.Mvc.v11.1/11.1.8.0__b88d1754d700e49a/DevExpress.Web.Mvc.v11.1.dll
----------------------------------------
DevExpress.Web.v11.1.Linq
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.Web.v11.1.Linq/11.1.8.0__b88d1754d700e49a/DevExpress.Web.v11.1.Linq.dll
----------------------------------------
DevExpress.XtraCharts.v11.1.Extensions
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.XtraCharts.v11.1.Extensions/11.1.8.0__b88d1754d700e49a/DevExpress.XtraCharts.v11.1.Extensions.dll
----------------------------------------
DevExpress.XtraCharts.v11.1.Web
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.XtraCharts.v11.1.Web/11.1.8.0__b88d1754d700e49a/DevExpress.XtraCharts.v11.1.Web.dll
----------------------------------------
DevExpress.XtraCharts.v11.1.Web.Design
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.XtraCharts.v11.1.Web.Design/11.1.8.0__b88d1754d700e49a/DevExpress.XtraCharts.v11.1.Web.Design.dll
----------------------------------------
DevExpress.XtraReports.v11.1.Design
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.XtraReports.v11.1.Design/11.1.8.0__b88d1754d700e49a/DevExpress.XtraReports.v11.1.Design.dll
----------------------------------------
DevExpress.XtraReports.v11.1.Extensions
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.XtraReports.v11.1.Extensions/11.1.8.0__b88d1754d700e49a/DevExpress.XtraReports.v11.1.Extensions.dll
----------------------------------------
DevExpress.XtraReports.v11.1.Web
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.XtraReports.v11.1.Web/11.1.8.0__b88d1754d700e49a/DevExpress.XtraReports.v11.1.Web.dll
----------------------------------------
TIS.Account.WcfServiceApplication
Assembly Version: 1.0.0.1
Win32 Version: 1.0.0.5
CodeBase: file:///D:/Bipin/Bipin.VekariyaWorkSpace/Mahidharpura/DEVELOPMENT/Lib/Business/TIS.Account.WcfServiceApplication/TIS.Account.WcfServiceApplication.dll
----------------------------------------
TIS.Security.WcfServiceApplication
Assembly Version: 1.0.0.1
Win32 Version: 1.0.0.4
CodeBase: file:///D:/Bipin/Bipin.VekariyaWorkSpace/Mahidharpura/DEVELOPMENT/Lib/Business/TIS.Security.WcfServiceApplication/TIS.Security.WcfServiceApplication.dll
----------------------------------------
DevExpress.Data.v11.1
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.Data.v11.1/11.1.8.0__b88d1754d700e49a/DevExpress.Data.v11.1.dll
----------------------------------------
DevExpress.Data.v11.1.Linq
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.Data.v11.1.Linq/11.1.8.0__b88d1754d700e49a/DevExpress.Data.v11.1.Linq.dll
----------------------------------------
DevExpress.PivotGrid.v11.1.Core
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.PivotGrid.v11.1.Core/11.1.8.0__b88d1754d700e49a/DevExpress.PivotGrid.v11.1.Core.dll
----------------------------------------
DevExpress.Printing.v11.1.Core
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.Printing.v11.1.Core/11.1.8.0__b88d1754d700e49a/DevExpress.Printing.v11.1.Core.dll
----------------------------------------
DevExpress.SpellChecker.v11.1.Core
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.SpellChecker.v11.1.Core/11.1.8.0__b88d1754d700e49a/DevExpress.SpellChecker.v11.1.Core.dll
----------------------------------------
DevExpress.Utils.v11.1
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/DevExpress.Utils.v11.1/11.1.8.0__b88d1754d700e49a/DevExpress.Utils.v11.1.dll
----------------------------------------
System.Web
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.225 built by: RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
DevExpress.Xpf.Charts.v11.1.Design
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/DevExpress.Xpf.Charts.v11.1.Design/v4.0_11.1.8.0__b88d1754d700e49a/DevExpress.Xpf.Charts.v11.1.Design.dll
----------------------------------------
DevExpress.Xpf.Core.v11.1.Design
Assembly Version: 11.1.8.0
Win32 Version: 11.1.8.0
CodeBase: file..
[9:38:19 AM] tis Navsari Office staff only: tis is also onetype of error which comes frequently..
[9:39:57 AM] *** Call to tis Navsari Office staff only, no answer. ***End of Exception.
Can anyone tell me what should be the cause of this error?
Nilkanth Desai

