Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. An exception of type 'System.Reflection.TargetInvocationException' occurred and was caught.
  2. -------------------------------------------------------------------------------------------
  3. 03/02/2015 10:59:16
  4. Type : System.Reflection.TargetInvocationException, mscorlib, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
  5. Message : [Arg_TargetInvocationException]
  6. Arguments:
  7. Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30514.00&File=mscorlib.dll&Key=Arg_TargetInvocationException
  8. Data : System.Collections.ListDictionaryInternal
  9. Stack Trace : at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  10. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
  11. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  12. at Microsoft.Expression.Interactivity.Core.CallMethodAction.Invoke(Object parameter)
  13. at System.Windows.Interactivity.TriggerBase.InvokeActions(Object parameter)
  14. at System.Windows.Interactivity.EventTriggerBase.OnEvent(EventArgs eventArgs)
  15. at System.Windows.Interactivity.EventTriggerBase.OnEventImpl(Object sender, EventArgs eventArgs)
  16. at Microsoft.Practices.Prism.Interactivity.InteractionRequest.InteractionRequest`1.Raise(T context, Action`1 callback)
  17. at Microsoft.Practices.Prism.Interactivity.InteractionRequest.InteractionRequest`1.Raise(T context)
  18. at LeakageCalculation.Module.Views.DistributionNetworkMapViewModel.CheckAndRaiseInteractionRequest()
  19. at LeakageCalculation.Module.Views.DistributionNetworkMapViewModel.OnLeaksByFilterTypeLoadComplete(ServiceListResult`1 result)
  20. at WMS.Common.ExceptionHandling.AsyncServiceRequest`1.ReturnResult(T result)
  21. at LeakageCalculation.Module.Views.DistributionNetworkMapViewModel.OnLoadLeaksByFilterTypeComplete(LoadOperation`1 loadOperation)
  22. at System.ServiceModel.DomainServices.Client.DomainContext.<>c__DisplayClass13`1.<Load>b__11(LoadOperation lo)
  23. at System.ServiceModel.DomainServices.Client.LoadOperation.<>c__DisplayClass4`1.<Create>b__0(LoadOperation`1 arg)
  24. at System.ServiceModel.DomainServices.Client.LoadOperation`1.InvokeCompleteAction()
  25. at System.ServiceModel.DomainServices.Client.OperationBase.Complete(Object result)
  26. at System.ServiceModel.DomainServices.Client.LoadOperation.Complete(DomainClientResult result)
  27. at System.ServiceModel.DomainServices.Client.DomainContext.CompleteLoad(IAsyncResult asyncResult)
  28. at System.ServiceModel.DomainServices.Client.DomainContext.<>c__DisplayClass1b.<Load>b__17(Object )
  29.  
  30. Additional Info:
  31.  
  32. TimeStamp : 02/03/2015 10:59:16
  33. FullName : Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Silverlight, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
  34. AppDomainName : Silverlight AppDomain
  35. Inner Exception
  36. ---------------
  37. Type : System.InvalidOperationException, mscorlib, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
  38. Message : [ItemsControls_ItemsCollectionMustBeEmptyBeforeUsingItemsSource]
  39. Arguments:
  40. Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30514.0&File=System.Windows.dll&Key=ItemsControls_ItemsCollectionMustBeEmptyBeforeUsingItemsSource
  41. Data : System.Collections.ListDictionaryInternal
  42. Stack Trace : at System.Windows.Controls.ItemsControl.set_ItemsSource(IEnumerable value)
  43. at LeakageCalculation.Module.Helpers.MapMenuHelper.ReorderRadMenuItemByTag(RadMenuItem parentMenu)
  44. at LeakageCalculation.Module.Views.DistributionNetworkMapView.PopulateLeakSubLayer(GroupLayer leakLayer, List`1 collectionLeaks, NestedLeakTypeFilter leakTypeFilter, Int32 fiscalYear, MarkerSymbol symbol, DataTemplate menuIcon)
  45. at LeakageCalculation.Module.Views.DistributionNetworkMapView.BuildLeakLayersAux(GroupLayer leakLayer)
  46. at LeakageCalculation.Module.Views.DistributionNetworkMapView.BuildLeakLayers(Object sender, InteractionRequestedEventArgs e)
  47.  
  48.  
  49. Build n. 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement