I've got a problem when updating the telerik dlls.
The VS2010 extensions delected there was a new version (v.2011.1.315.1040) and I talk it to install it.
(The old version was v.2010.3.1314.1040)
Then I updated the toolbox and the project.
Now when I try to open some of my xaml files I get this exception:
System.Reflection.TargetInvocationException
Exception has been thrown by the target of an invocation.
at System.RuntimeMethodHandle._InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct& signature, RuntimeType declaringType)
at System.RuntimeMethodHandle.InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct signature, RuntimeType declaringType)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at Microsoft.Windows.Design.Features.FeatureManager.FeatureConnectorEntry.AttemptActivate()
at Microsoft.Windows.Design.Features.FeatureManager.FeatureConnectorEntry.OnRequirementsChanged(Object sender, EventArgs e)
at Microsoft.Windows.Design.RequirementValidator.OnRequirementChanged(Object sender, EventArgs e)
at Microsoft.Windows.Design.RequirementSubscription.OnRequirementChanged()
at Microsoft.Windows.Design.RequiresContextItemAttribute.RequireContextItemSubscription.OnContextItemChanged(ContextItem item)
at Microsoft.Windows.Design.SubscribeContextCallback.Invoke(ContextItem item)
at Microsoft.Windows.Design.EditingContext.DefaultContextItemManager.OnItemChanged(ContextItem item)
at Microsoft.Windows.Design.EditingContext.DefaultContextItemManager.SetValue(ContextItem value)
at MS.Internal.Host.ToolSubsystem.ActivateTool(ToolFactory toolFactory)
at MS.Internal.Host.ToolSubsystem..ctor(EditingContext editingContext, DesignerContext designerContext)
at MS.Internal.Host.Designer.Load()
at MS.Internal.Designer.VSDesigner.Load()
at MS.Internal.Designer.VSIsolatedDesigner.VSIsolatedView.Load()
at MS.Internal.Designer.VSIsolatedDesigner.VSIsolatedDesignerFactory.Load(IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.BootstrapProxy.LoadDesigner(IsolatedDesignerFactory factory, IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.BootstrapProxy.LoadDesigner(IsolatedDesignerFactory factory, IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.Load()
at MS.Internal.Designer.DesignerPane.LoadDesignerView(Boolean isReload)
MS.Internal.Validate+ValidationFailure
Exception of type 'MS.Internal.Validate+ValidationFailure' was thrown.
at MS.Internal.Design.DocumentModel.DocumentTrees.VirtualModel.VirtualModelDocumentItem.get_WrappedItem()
at MS.Internal.Design.DocumentModel.DocumentTrees.VirtualModel.VirtualModelDocumentItem.<get_Properties>d__0.MoveNext()
at MS.Internal.Design.DocumentModel.DocumentTreeManagers.ItemUpdater.PopulateDocumentNodeTable(DocumentItem item, DocumentNodeDictionary table, DocumentProperty container, DocumentItem predecessor, Int32 itemOrder, DocumentNodeDictionary filter, Int32 depth)
at MS.Internal.Design.DocumentModel.DocumentTreeManagers.ItemUpdater.TableFromItem(DocumentItem item)
at Microsoft.Windows.Design.DocumentModel.Trees.DocumentTreeManager.EnsureTable()
at MS.Internal.Design.DocumentModel.DocumentTrees.VirtualModel.VirtualModelDocumentTreeManager.VirtualModelService.<Find>d__52.MoveNext()
at Microsoft.Windows.Design.Policies.PolicyDrivenFeatureConnector`1.OnPolicyItemsChanged(Object sender, PolicyItemsChangedEventArgs e)
at Microsoft.Windows.Design.Policies.PolicyDrivenFeatureConnector`1..ctor(FeatureManager manager)
at MS.Internal.Features.PolicyDrivenToolFeatureConnector`1..ctor(FeatureManager manager)
at MS.Internal.Features.TaskProviderFeatureConnector..ctor(FeatureManager manager)
Nadav
The VS2010 extensions delected there was a new version (v.2011.1.315.1040) and I talk it to install it.
(The old version was v.2010.3.1314.1040)
Then I updated the toolbox and the project.
Now when I try to open some of my xaml files I get this exception:
System.Reflection.TargetInvocationException
Exception has been thrown by the target of an invocation.
at System.RuntimeMethodHandle._InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct& signature, RuntimeType declaringType)
at System.RuntimeMethodHandle.InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct signature, RuntimeType declaringType)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at Microsoft.Windows.Design.Features.FeatureManager.FeatureConnectorEntry.AttemptActivate()
at Microsoft.Windows.Design.Features.FeatureManager.FeatureConnectorEntry.OnRequirementsChanged(Object sender, EventArgs e)
at Microsoft.Windows.Design.RequirementValidator.OnRequirementChanged(Object sender, EventArgs e)
at Microsoft.Windows.Design.RequirementSubscription.OnRequirementChanged()
at Microsoft.Windows.Design.RequiresContextItemAttribute.RequireContextItemSubscription.OnContextItemChanged(ContextItem item)
at Microsoft.Windows.Design.SubscribeContextCallback.Invoke(ContextItem item)
at Microsoft.Windows.Design.EditingContext.DefaultContextItemManager.OnItemChanged(ContextItem item)
at Microsoft.Windows.Design.EditingContext.DefaultContextItemManager.SetValue(ContextItem value)
at MS.Internal.Host.ToolSubsystem.ActivateTool(ToolFactory toolFactory)
at MS.Internal.Host.ToolSubsystem..ctor(EditingContext editingContext, DesignerContext designerContext)
at MS.Internal.Host.Designer.Load()
at MS.Internal.Designer.VSDesigner.Load()
at MS.Internal.Designer.VSIsolatedDesigner.VSIsolatedView.Load()
at MS.Internal.Designer.VSIsolatedDesigner.VSIsolatedDesignerFactory.Load(IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.BootstrapProxy.LoadDesigner(IsolatedDesignerFactory factory, IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.BootstrapProxy.LoadDesigner(IsolatedDesignerFactory factory, IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.Load()
at MS.Internal.Designer.DesignerPane.LoadDesignerView(Boolean isReload)
MS.Internal.Validate+ValidationFailure
Exception of type 'MS.Internal.Validate+ValidationFailure' was thrown.
at MS.Internal.Design.DocumentModel.DocumentTrees.VirtualModel.VirtualModelDocumentItem.get_WrappedItem()
at MS.Internal.Design.DocumentModel.DocumentTrees.VirtualModel.VirtualModelDocumentItem.<get_Properties>d__0.MoveNext()
at MS.Internal.Design.DocumentModel.DocumentTreeManagers.ItemUpdater.PopulateDocumentNodeTable(DocumentItem item, DocumentNodeDictionary table, DocumentProperty container, DocumentItem predecessor, Int32 itemOrder, DocumentNodeDictionary filter, Int32 depth)
at MS.Internal.Design.DocumentModel.DocumentTreeManagers.ItemUpdater.TableFromItem(DocumentItem item)
at Microsoft.Windows.Design.DocumentModel.Trees.DocumentTreeManager.EnsureTable()
at MS.Internal.Design.DocumentModel.DocumentTrees.VirtualModel.VirtualModelDocumentTreeManager.VirtualModelService.<Find>d__52.MoveNext()
at Microsoft.Windows.Design.Policies.PolicyDrivenFeatureConnector`1.OnPolicyItemsChanged(Object sender, PolicyItemsChangedEventArgs e)
at Microsoft.Windows.Design.Policies.PolicyDrivenFeatureConnector`1..ctor(FeatureManager manager)
at MS.Internal.Features.PolicyDrivenToolFeatureConnector`1..ctor(FeatureManager manager)
at MS.Internal.Features.TaskProviderFeatureConnector..ctor(FeatureManager manager)
Nadav