Hi,
I am facing this issue when I go to execute a script from VUGen. I have followed the above after finding C:\Program Files (x86)\HP\LoadRunner\bin\HP.SEV.UI.Component.dll in the registrationfailure log. This did not help though.
The following is the stack trace from VUGen.
Can you help?
Exception of type: System.Reflection.TargetInvocationException. Source: mscorlib. Occured in System.Object CreateInstance(System.RuntimeType, Boolean, Boolean, Boolean ByRef, System.RuntimeMethodHandleInternal ByRef, Boolean ByRef) method
Exception message is: Exception has been thrown by the target of an invocation.
Exception trace is: at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at ICSharpCode.SharpDevelop.PadDescriptor.CreatePad()
Exception of type: System.ArgumentOutOfRangeException. Source: mscorlib. Occured in Void ThrowArgumentOutOfRangeException() method
Exception message is: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Exception trace is: at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at HP.Utt.Common.Persistence.UttPersistenceDataSection.Deserialize(XmlElement sectionElement, UttPersistenceDataObject owner) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\Persistence\UttPersistenceDataObject.cs:line 1162
at HP.Utt.Common.Persistence.UttPersistenceDataObject.DeserializeDocument(XmlDocument document) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\Persistence\UttPersistenceDataObject.cs:line 540
at HP.Utt.Common.Persistence.UttPersistenceDataObject.Deserialize(String fileName) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\Persistence\UttPersistenceDataObject.cs:line 518
at HP.Utt.Common.Persistence.UttPersistencePropertyManager.LoadProperties(String uniqueId, Boolean createIfNotExist) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\Persistence\UttPersistencePropertyManager.cs:line 85
at HP.LR.VuGen.FrontEnd.Panes.StepsNavigator.Gui.ViewModel.AllStepsViewModel.LoadPersistanceSettings() in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\Panes\StepsNavigator\Gui\ViewModel\AllStepsViewModel.cs:line 764
at HP.LR.VuGen.FrontEnd.Panes.StepsNavigator.Gui.ViewModel.AllStepsViewModel..ctor() in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\Panes\StepsNavigator\Gui\ViewModel\AllStepsViewModel.cs:line 277
at HP.LR.VuGen.FrontEnd.Panes.StepsNavigator.AllStepsPad..ctor() in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\Panes\StepsNavigator\StepsNavigator.cs:line 44
SharpDevelop Version : 4.1.3.0-00000000
.NET Version : 4.0.30319.1
OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture : English (Australia) (en-AU)
Running under WOW6432, processor architecture: x86-64
Terminal Server Session
Working Set Memory : 206400kb
GC Heap Memory : 34688kb
Error creating pad instance
---- Post-error application state information:
Installed 3rd party AddIns: [UTT Configuration UI 11.52.0.0], [Debug Pad Wrapper Extension addin for UTT 11.52.0.0], [UTT Debug Basic implementation addin for UTT 11.52.0.0], [UTT File Dialog 11.52.0.0], [UTT Connection Addin 11.52.0.0], [HPUttIdeCommands 11.52.0.0], [UttBookmarkPad 11.52.0.0], [UttErrorListPad 11.52.0.0], [UttOutputPad 11.52.0.0], [UttTaskListPad 11.52.0.0], [Vugen.ConfigurationUI 11.52.0.0], [VuGen Debugger addin based on UT Debugger 11.52.0.0]
Workbench.ActiveContent: [CodeEditorViewContent \\tsclient\D\APDM_PerfTest\DataSeeding\LR_Scripts\CreateBatchDeliveryZipFiles\RunLogic.c]
ProjectService.OpenSolution: [Solution: FileName=C:\Users\loadgen\AppData\Local\Temp\2\LRStudio\2584\Untitled.ltsln, HasProjects=True, ReadOnly=False]
ProjectService.CurrentProject: [VuGenProject: CreateBatchDeliveryZipFiles]
---- Recent SharpDevelop log messages:
16:27:18.426 [1] ERROR - Exception was thrown from type HP.Utt.Common.UttFileSystemUtils in method DeleteFile with message:
Failed to delete the file \\tsclient\D\APDM_PerfTest\DataSeeding\LR_Scripts\CreateBatchDeliveryZipFiles\TransactionsData.db
16:27:18.426 [1] ERROR - Exception was thrown from type HP.Utt.Common.UttFileSystemUtils in method DeleteFile with message:
Failed to delete the file \\tsclient\D\APDM_PerfTest\DataSeeding\LR_Scripts\CreateBatchDeliveryZipFiles\TransactionsData.db
--> Exception:
System.IO.FileNotFoundException: Could not find file '\\tsclient\D\APDM_PerfTest\DataSeeding\LR_Scripts\CreateBatchDeliveryZipFiles\TransactionsData.db'.
File name: '\\tsclient\D\APDM_PerfTest\DataSeeding\LR_Scripts\CreateBatchDeliveryZipFiles\TransactionsData.db'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileSystemInfo.set_Attributes(FileAttributes value)
at HP.Utt.Common.UttFileSystemUtils.DeleteFileInternal(FileInfo fileInfo) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\FileSystemUtils.cs:line 431
at HP.Utt.Common.UttFileSystemUtils.DeleteFile(String path, Boolean throwsException) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\FileSystemUtils.cs:line 465
16:27:20.532 [1] ERROR - Error creating pad instance
--> Exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at HP.Utt.Common.Persistence.UttPersistenceDataSection.Deserialize(XmlElement sectionElement, UttPersistenceDataObject owner) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\Persistence\UttPersistenceDataObject.cs:line 1162
at HP.Utt.Common.Persistence.UttPersistenceDataObject.DeserializeDocument(XmlDocument document) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\Persistence\UttPersistenceDataObject.cs:line 540
at HP.Utt.Common.Persistence.UttPersistenceDataObject.Deserialize(String fileName) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\Persistence\UttPersistenceDataObject.cs:line 518
at HP.Utt.Common.Persistence.UttPersistencePropertyManager.LoadProperties(String uniqueId, Boolean createIfNotExist) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\Persistence\UttPersistencePropertyManager.cs:line 85
at HP.LR.VuGen.FrontEnd.Panes.StepsNavigator.Gui.ViewModel.AllStepsViewModel.LoadPersistanceSettings() in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\Panes\StepsNavigator\Gui\ViewModel\AllStepsViewModel.cs:line 764
at HP.LR.VuGen.FrontEnd.Panes.StepsNavigator.Gui.ViewModel.AllStepsViewModel..ctor() in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\Panes\StepsNavigator\Gui\ViewModel\AllStepsViewModel.cs:line 277
at HP.LR.VuGen.FrontEnd.Panes.StepsNavigator.AllStepsPad..ctor() in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\Panes\StepsNavigator\StepsNavigator.cs:line 44
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at ICSharpCode.SharpDevelop.PadDescriptor.CreatePad()
16:27:23.574 [1] ERROR - Unhandled WPF exception caught
--> Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at HP.LR.VuGen.FrontEnd.Panes.StepsNavigator.Gui.ViewModel.AllStepsViewModel.RefreshCollectionView() in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\Panes\StepsNavigator\Gui\ViewModel\AllStepsViewModel.cs:line 716
at HP.LR.VuGen.FrontEnd.Panes.StepsNavigator.Gui.ViewModel.AllStepsViewModel.WorkbenchActiveViewContentChanged(Object sender, EventArgs e) in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\Panes\StepsNavigator\Gui\ViewModel\AllStepsViewModel.cs:line 699
at System.EventHandler.Invoke(Object sender, EventArgs e)
at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.set_ActiveViewContent(IViewContent value)
at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.WorkbenchWindowActiveViewContentChanged(Object sender, EventArgs e)
at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.set_ActiveWorkbenchWindow(IWorkbenchWindow value)
at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.OnActiveWindowChanged(Object sender, EventArgs e)
at ICSharpCode.SharpDevelop.Gui.AvalonDockLayout.dockingManager_PropertyChanged(Object sender, PropertyChangedEventArgs e)
at AvalonDock.DockingManager.NotifyPropertyChanged(String propertyName)
at AvalonDock.DockingManager.OnActiveContentChanged(DependencyPropertyChangedEventArgs e)
at AvalonDock.DockingManager.OnActiveContentChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at AvalonDock.DockingManager.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 AvalonDock.ManagedContent.Activate()
at AvalonDock.DocumentContent.Activate()
at ICSharpCode.SharpDevelop.Gui.AvalonDockLayout.ShowView(IViewContent content, Boolean switchToOpenedView)
at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.ShowView(IViewContent content, Boolean switchToOpenedView)
at HP.LR.Vugen.FrontEnd.CoreAddins.VuGenProjectBinding.Gui.VuGenFileBasedTreeNode`1.ActivateItem() in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\CoreAddins\VuGenProjectBinding\Gui\VuGenFileBasedTreeNode.cs:line 249
at HP.LR.Vugen.FrontEnd.CoreAddins.VuGenProjectBinding.VuGenProjectUiManager.ActivateFile(IFileBasedScriptItem item) in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\CoreAddins\VuGenProjectBinding\VuGenProjectUiManager.cs:line 390
at HP.LR.Vugen.FrontEnd.CoreAddins.VuGenProjectBinding.VuGenProjectUiManager.Instance_ItemActivated(Object sender, FileBasedItemEventArgs e) in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\CoreAddins\VuGenProjectBinding\VuGenProjectUiManager.cs:line 940
at HP.LR.Vugen.BackEnd.Project.ProjectSystem.VuGenProjectService.OnItemActivated(IFileBasedScriptItem item) in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\BackEnd\Current\Project\ProjectSystem\VugenProjectService.cs:line 1973
at HP.LR.Vugen.BackEnd.Project.ProjectSystem.VuGenProjectService.ActivateItem(IFileBasedScriptItem item) in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\BackEnd\Current\Project\ProjectSystem\VugenProjectService.cs:line 919
at HP.LR.Vugen.FrontEnd.DebuggerAddin.VuGenDebuggerService.PrepareJumpToLine(String sourceFullFileName) in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\CoreAddins\VuGenDebugger\VuGenDebuggerService.cs:line 30
at HP.LR.Vugen.FrontEnd.DebuggerAddin.VuGenDebuggerService.ExecuteJumpToLine(String sourceFullFileName, Int32 line, Int32 column, Boolean putLineMarker) in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\CoreAddins\VuGenDebugger\VuGenDebuggerService.cs:line 21
at HP.Utt.Debugger.UttDebuggerService.JumpToLine(String sourceFullFileName, Int32 line, Int32 column, Boolean putLineMarker) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UttDebugger\UttDebuggerService.cs:line 111
at HP.Utt.Debugger.UttDebuggerImp.CallCurrentSourcePositionChanged(IUttDebuggerSourcePosition position) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UttDebugger\UttDebuggerImp.cs:line 446
at HP.Utt.Debugger.UttDebuggerImp.CallBreakpointHit(UttDebuggerDomainBreakpointHitEventArgs eventAgrs) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UttDebugger\UttDebuggerImp.cs:line 488
at HP.Utt.Debugger.UttDebuggerDomainCallbackClient.<DoBreakpointHit>b__0() in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UttDebugger\UttDebuggerDomainCallbackClient.cs:line 77
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
---- Recent Utt log messages:
16:27:18.426 [1] ERROR - Exception was thrown from type HP.Utt.Common.UttFileSystemUtils in method DeleteFile with message:
Failed to delete the file \\tsclient\D\APDM_PerfTest\DataSeeding\LR_Scripts\CreateBatchDeliveryZipFiles\TransactionsData.db
16:27:18.426 [1] ERROR - Exception was thrown from type HP.Utt.Common.UttFileSystemUtils in method DeleteFile with message:
Failed to delete the file \\tsclient\D\APDM_PerfTest\DataSeeding\LR_Scripts\CreateBatchDeliveryZipFiles\TransactionsData.db
--> Exception:
System.IO.FileNotFoundException: Could not find file '\\tsclient\D\APDM_PerfTest\DataSeeding\LR_Scripts\CreateBatchDeliveryZipFiles\TransactionsData.db'.
File name: '\\tsclient\D\APDM_PerfTest\DataSeeding\LR_Scripts\CreateBatchDeliveryZipFiles\TransactionsData.db'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileSystemInfo.set_Attributes(FileAttributes value)
at HP.Utt.Common.UttFileSystemUtils.DeleteFileInternal(FileInfo fileInfo) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\FileSystemUtils.cs:line 431
at HP.Utt.Common.UttFileSystemUtils.DeleteFile(String path, Boolean throwsException) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\FileSystemUtils.cs:line 465
16:27:20.532 [1] ERROR - Error creating pad instance
--> Exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at HP.Utt.Common.Persistence.UttPersistenceDataSection.Deserialize(XmlElement sectionElement, UttPersistenceDataObject owner) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\Persistence\UttPersistenceDataObject.cs:line 1162
at HP.Utt.Common.Persistence.UttPersistenceDataObject.DeserializeDocument(XmlDocument document) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\Persistence\UttPersistenceDataObject.cs:line 540
at HP.Utt.Common.Persistence.UttPersistenceDataObject.Deserialize(String fileName) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\Persistence\UttPersistenceDataObject.cs:line 518
at HP.Utt.Common.Persistence.UttPersistencePropertyManager.LoadProperties(String uniqueId, Boolean createIfNotExist) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UTTCommon\Persistence\UttPersistencePropertyManager.cs:line 85
at HP.LR.VuGen.FrontEnd.Panes.StepsNavigator.Gui.ViewModel.AllStepsViewModel.LoadPersistanceSettings() in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\Panes\StepsNavigator\Gui\ViewModel\AllStepsViewModel.cs:line 764
at HP.LR.VuGen.FrontEnd.Panes.StepsNavigator.Gui.ViewModel.AllStepsViewModel..ctor() in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\Panes\StepsNavigator\Gui\ViewModel\AllStepsViewModel.cs:line 277
at HP.LR.VuGen.FrontEnd.Panes.StepsNavigator.AllStepsPad..ctor() in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\Panes\StepsNavigator\StepsNavigator.cs:line 44
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at ICSharpCode.SharpDevelop.PadDescriptor.CreatePad()
16:27:23.574 [1] ERROR - Unhandled WPF exception caught
--> Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at HP.LR.VuGen.FrontEnd.Panes.StepsNavigator.Gui.ViewModel.AllStepsViewModel.RefreshCollectionView() in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\Panes\StepsNavigator\Gui\ViewModel\AllStepsViewModel.cs:line 716
at HP.LR.VuGen.FrontEnd.Panes.StepsNavigator.Gui.ViewModel.AllStepsViewModel.WorkbenchActiveViewContentChanged(Object sender, EventArgs e) in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\Panes\StepsNavigator\Gui\ViewModel\AllStepsViewModel.cs:line 699
at System.EventHandler.Invoke(Object sender, EventArgs e)
at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.set_ActiveViewContent(IViewContent value)
at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.WorkbenchWindowActiveViewContentChanged(Object sender, EventArgs e)
at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.set_ActiveWorkbenchWindow(IWorkbenchWindow value)
at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.OnActiveWindowChanged(Object sender, EventArgs e)
at ICSharpCode.SharpDevelop.Gui.AvalonDockLayout.dockingManager_PropertyChanged(Object sender, PropertyChangedEventArgs e)
at AvalonDock.DockingManager.NotifyPropertyChanged(String propertyName)
at AvalonDock.DockingManager.OnActiveContentChanged(DependencyPropertyChangedEventArgs e)
at AvalonDock.DockingManager.OnActiveContentChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at AvalonDock.DockingManager.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 AvalonDock.ManagedContent.Activate()
at AvalonDock.DocumentContent.Activate()
at ICSharpCode.SharpDevelop.Gui.AvalonDockLayout.ShowView(IViewContent content, Boolean switchToOpenedView)
at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.ShowView(IViewContent content, Boolean switchToOpenedView)
at HP.LR.Vugen.FrontEnd.CoreAddins.VuGenProjectBinding.Gui.VuGenFileBasedTreeNode`1.ActivateItem() in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\CoreAddins\VuGenProjectBinding\Gui\VuGenFileBasedTreeNode.cs:line 249
at HP.LR.Vugen.FrontEnd.CoreAddins.VuGenProjectBinding.VuGenProjectUiManager.ActivateFile(IFileBasedScriptItem item) in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\CoreAddins\VuGenProjectBinding\VuGenProjectUiManager.cs:line 390
at HP.LR.Vugen.FrontEnd.CoreAddins.VuGenProjectBinding.VuGenProjectUiManager.Instance_ItemActivated(Object sender, FileBasedItemEventArgs e) in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\CoreAddins\VuGenProjectBinding\VuGenProjectUiManager.cs:line 940
at HP.LR.Vugen.BackEnd.Project.ProjectSystem.VuGenProjectService.OnItemActivated(IFileBasedScriptItem item) in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\BackEnd\Current\Project\ProjectSystem\VugenProjectService.cs:line 1973
at HP.LR.Vugen.BackEnd.Project.ProjectSystem.VuGenProjectService.ActivateItem(IFileBasedScriptItem item) in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\BackEnd\Current\Project\ProjectSystem\VugenProjectService.cs:line 919
at HP.LR.Vugen.FrontEnd.DebuggerAddin.VuGenDebuggerService.PrepareJumpToLine(String sourceFullFileName) in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\CoreAddins\VuGenDebugger\VuGenDebuggerService.cs:line 30
at HP.LR.Vugen.FrontEnd.DebuggerAddin.VuGenDebuggerService.ExecuteJumpToLine(String sourceFullFileName, Int32 line, Int32 column, Boolean putLineMarker) in e:\LT\LT-LR\win32_release\11.52.4391.0_clean\app\VuGen\FrontEnd\Current\CoreAddins\VuGenDebugger\VuGenDebuggerService.cs:line 21
at HP.Utt.Debugger.UttDebuggerService.JumpToLine(String sourceFullFileName, Int32 line, Int32 column, Boolean putLineMarker) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UttDebugger\UttDebuggerService.cs:line 111
at HP.Utt.Debugger.UttDebuggerImp.CallCurrentSourcePositionChanged(IUttDebuggerSourcePosition position) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UttDebugger\UttDebuggerImp.cs:line 446
at HP.Utt.Debugger.UttDebuggerImp.CallBreakpointHit(UttDebuggerDomainBreakpointHitEventArgs eventAgrs) in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UttDebugger\UttDebuggerImp.cs:line 488
at HP.Utt.Debugger.UttDebuggerDomainCallbackClient.<DoBreakpointHit>b__0() in e:\LT\UTT\win32_release\11.52.107.2\src\Infra\app\UttDebugger\UttDebuggerDomainCallbackClient.cs:line 77
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)