Hi,
I'm using VS2012sp1 and Telerik 2013.1.220.45 trial.
I am creating a RadWindow with this XAML code :
I have changed the C# inherited class to RadWindow.
When I click on the designer Window, the designer shows a NullReferenceException with this stacktrace :
I have no VS extensions (just those VS installs by itslef like nuget, and Telerik extensions).
Does someone have any idea ?
I'm using VS2012sp1 and Telerik 2013.1.220.45 trial.
I am creating a RadWindow with this XAML code :
<telerik:RadWindow x:Class="WPF.TestForm1" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" Height="300" Width="300" Header="Hello"> <Grid> </Grid></telerik:RadWindow>I have changed the C# inherited class to RadWindow.
When I click on the designer Window, the designer shows a NullReferenceException with this stacktrace :
à MS.Internal.VSUtilities.GetBuildAction(IVsHierarchy hierarchy, UInt32 itemid) à Microsoft.VisualStudio.ExpressionHost.HostServices.HostSourceItem.<>c__DisplayClass9.<Microsoft.Expression.DesignHost.IHostSourceItem.get_BuildItemType>b__7() à Microsoft.Expression.DesignHost.Isolation.Remoting.STAMarshaler.Call.InvokeWorker() à Microsoft.Expression.DesignHost.Isolation.Remoting.STAMarshaler.Call.Invoke(Boolean waitingInExternalCall) à Microsoft.Expression.DesignHost.Isolation.Remoting.STAMarshaler.InvokeCall(Call call) à Microsoft.Expression.DesignHost.Isolation.Remoting.STAMarshaler.DirectInvoke(Action action, Int32 sourceApartmentId, Int32 targetApartmentId, Int32 originId, WaitHandle aborted) à Microsoft.Expression.DesignHost.Isolation.Remoting.STAMarshaler.DirectInvokeInbound(Action action, Int32 targetApartmentId) à Microsoft.Expression.DesignHost.Isolation.Remoting.STAMarshaler.MarshalIn(Action action, Int32 targetApartmentId) à Microsoft.Expression.DesignHost.Isolation.Remoting.ThreadMarshaler.MarshalIn(IRemoteObject targetObject, Action action) à Microsoft.VisualStudio.ExpressionHost.HostServices.HostSourceItem.Microsoft.Expression.DesignHost.IHostSourceItem.get_BuildItemType() à Microsoft.Expression.DesignHost.HostSourceItemData..ctor(IHostSourceItem item) à Microsoft.VisualStudio.ExpressionHost.HostServices.HostProject.<Microsoft.Expression.DesignHost.IHostProject.get_InitializationData>d__7e.MoveNext() à Microsoft.Expression.DesignHost.Isolation.Remoting.RemoteEnumerable`2.RemoteEnumerationThunk.<>c__DisplayClass8.<NextChunk>b__7() à Microsoft.Expression.DesignHost.Isolation.Remoting.ThreadMarshaler.<>c__DisplayClass16`1.<MarshalIn>b__15() à Microsoft.Expression.DesignHost.Isolation.Remoting.STAMarshaler.Call.InvokeWorker()I have no VS extensions (just those VS installs by itslef like nuget, and Telerik extensions).
Does someone have any idea ?