This is a migrated thread and some comments may be shown as answers.

Right-click on RadGridView crashes Expression Blend 3

13 Answers 244 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jens
Top achievements
Rank 1
Jens asked on 17 Dec 2009, 10:53 AM
Hi,

I'm experiencing a problem when using the RadGridView Silverlight component in Expression Blend 3. As soon as I right-click the control in my page (or access the "Object" menu from the menu bar). This happens even in a newly created project with nothing but the main page in it with the grid. Other controls (have tried the menu and ribbon controls) work fine.

When starting the debugger, it leads me to a System.UriException: "Ungültiger URI: Das URI-Format konnte nicht bestimmt werden." (sorry, German version here, probably translates to "Invalid URI: The format of the URI can not be determined.")

Can you help?

13 Answers, 1 is accepted

Sort by
0
Accepted
Kalin Milanov
Telerik team
answered on 17 Dec 2009, 01:11 PM
Hi Jens,

Service Pack 1 of Telerik's Q3 release of RadControls for Silverlight causes Blend 3 to crash due to an error in the template of RadGridView. This issue is caused by RadGridView only and if you are not using it in your applications you are safe to use those binaries.

If you are using RadGridView, however, you will need to download our latest internal build with the fix for this issue from the link below.
http://www.telerik.com/account/downloads/internal-builds.aspx?type=2&mvid=2138&pid=571

We apologize for any inconvenience caused.

Best wishes,

Kalin Milanov
the Telerik team

 


Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Jens
Top achievements
Rank 1
answered on 18 Dec 2009, 07:57 AM
Hi Kalin,

thanks, that fixes it!

0
Anan
Top achievements
Rank 1
answered on 19 Dec 2009, 01:08 AM
Hello
I took the latest internal build. Blend doesn't crash now. However, i am not able to edit the template for grid header. I am not able to see the inner controls of grid header when i try to edit the template. Could you please help me on this?

Thanks
0
Kalin Milanov
Telerik team
answered on 21 Dec 2009, 08:52 AM
Hi Anil Kumar,

Could you please open a separate forum post or a support ticket for your issue so as not to get this one flooded. Thank you.

All the best,
Kalin Milanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Alex Shvedov
Top achievements
Rank 1
answered on 30 Dec 2009, 08:06 PM
The daily build did not fix the problem for me.  Steps to reproduce the Blend v.3 crash:

1) install (a) MS Expression Blend v.3, (b) Telerik Rad Controls for Silverlight Q3 2009, (c) RIA WCF services beta (non-beta versions are not available; this is necessary for telerik demos to run; vista may also require Windows6.0-KB971030-x86.msu) and (d) daily build RadControls_for_Silverlight_2009_3_1219_Trial.zip per an advice on this thread.

Installs (a), (b) and (c) are done with default settings, the daily build (d) was installed by replacing the contents of the
C:\Program Files\Telerik\RadControls for Silverlight Q3 2009 SP1\Binaries\Silverlight
folder.

2) follow the steps of the "Getting Started" walk-through for Blend v.2 per
ms-help://MS.VSCC.v90/MS.VSIPCC.v90/telerik.windows.controls.silverlight/telerik.windows.controls.gridview/gridview-styling-getting-started.html ("a detailed guide on styling RadGridView by using Expression Blend".), slightly modified for Blend v.3: create a new Silverlight 2 + Web Site app, add references to System.Windows.Control.Data.dll, Telerik.Windows.Controls.dll, Telerik.Windows.Controls.GridView.dll, Telerik.Windows.Controls.Input.dll and Telerik.Windows.Data.dll, find ReadGridView in controls and move it into a Grid on MainPage.xaml.

3) Start an empty Visual Studio and attach it to the Blend.exe process.  If interested, run procmon and adjust its filters appropriately.

4) Now select the RadGridView control and either (a) right-click on this control in design view or (b) click "Object" in the main menu or (c) an attempt to do what is described in the walk-through: "At the top of the design surface a [RadGridView] button appears.  ... Click on the [RadGridView] button ..." crashes Blend.exe, see stack below.

The uriString that cannot be found (which seems to be causing the crash) is "GridViewRow.xaml" (see the 3rd line in the stack dump below); procmon shows that _all_ XAML files, including GridViewRow.xaml, are attempted to be loaded from below the
C:\Windows\system32\Telerik.Windows.Controls.GridView
folder (?), which of course does not exist, for example,
C:\Windows\system32\Telerik.Windows.Controls.GridView\themes\office\black\gridviewdatacontrol.xaml
 
The exception is UriFormatException, its message is "Invalid URI: The format of the URI could not be determined.".

Here is the stack dump:

System.dll!System.Uri.CreateThis(string uri, bool dontEscape, System.UriKind uriKind) + 0x116 bytes
System.dll!System.Uri.Uri(string uriString, System.UriKind uriKind) + 0x17 bytes
Microsoft.Expression.Project.dll!Microsoft.Expression.Project.KnownProjectBase.MakeDesignTimeUri(System.Uri uri = {GridViewRow.xaml}, string projectPath, string documentPath, string projectAssemblyName, System.Collections.Generic.IEnumerable<Microsoft.Expression.Project.IProject> referencedProjects) + 0x107 bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.Tools.Assets.SystemThemeProvider.GetResourceInternal.AnonymousMethod(System.Uri relativeUri, string sourcePath) + 0x7c bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.Tools.Assets.SystemThemeProvider.FindStyleForDefaultStyleKey(Microsoft.Expression.DesignSurface.UserInterface.ResourcePane.ResourceDictionaryContentProvider themeContent, string originalThemePath = "themes/office/black/gridviewdatacontrol.xaml", System.Func<Microsoft.Expression.DesignSurface.UserInterface.ResourcePane.ResourceDictionaryContentProvider,System.Func<Microsoft.Expression.DesignModel.DocumentModel.DocumentNode,object>> provideInstanceForThemeContent = {Method = {System.Func`2[Microsoft.Expression.DesignModel.DocumentModel.DocumentNode,System.Object] <GetResourceInternal>b__0(Microsoft.Expression.DesignSurface.UserInterface.ResourcePane.ResourceDictionaryContentProvider)}}, System.Func<System.Uri,string,string> provideResolvedUriForMergedDictionary = {Method = {System.String <GetResourceInternal>b__1(System.Uri, System.String)}}, System.Func<string,Microsoft.Expression.DesignSurface.UserInterface.ResourcePane.ResourceDictionaryContentProvider> provideContentForMergedDictionary = {Method = {Microsoft.Expression.DesignSurface.UserInterface.ResourcePane.ResourceDictionaryContentProvider <GetResourceInternal>b__2(System.String)}}, object resourceKey = {Name = "GridViewExpandableRow" FullName = "Telerik.Windows.Controls.GridView.GridViewExpandableRow"}, out System.Collections.Generic.IList<Microsoft.Expression.DesignModel.DocumentModel.DocumentCompositeNode> auxillaryResources = null) + 0x2dd bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.Tools.Assets.SystemThemeProvider.FindStyleForDefaultStyleKey(Microsoft.Expression.DesignSurface.UserInterface.ResourcePane.ResourceDictionaryContentProvider themeContent, string originalThemePath = "themes/generic.xaml", System.Func<Microsoft.Expression.DesignSurface.UserInterface.ResourcePane.ResourceDictionaryContentProvider,System.Func<Microsoft.Expression.DesignModel.DocumentModel.DocumentNode,object>> provideInstanceForThemeContent = {Method = {System.Func`2[Microsoft.Expression.DesignModel.DocumentModel.DocumentNode,System.Object] <GetResourceInternal>b__0(Microsoft.Expression.DesignSurface.UserInterface.ResourcePane.ResourceDictionaryContentProvider)}}, System.Func<System.Uri,string,string> provideResolvedUriForMergedDictionary = {Method = {System.String <GetResourceInternal>b__1(System.Uri, System.String)}}, System.Func<string,Microsoft.Expression.DesignSurface.UserInterface.ResourcePane.ResourceDictionaryContentProvider> provideContentForMergedDictionary = {Method = {Microsoft.Expression.DesignSurface.UserInterface.ResourcePane.ResourceDictionaryContentProvider <GetResourceInternal>b__2(System.String)}}, object resourceKey = {Name = "GridViewExpandableRow" FullName = "Telerik.Windows.Controls.GridView.GridViewExpandableRow"}, out System.Collections.Generic.IList<Microsoft.Expression.DesignModel.DocumentModel.DocumentCompositeNode> auxillaryResources = null) + 0x30c bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.Tools.Assets.SystemThemeProvider.GetResourceInternal(System.Collections.Generic.Dictionary<Microsoft.Expression.Framework.Documents.DocumentReference,Microsoft.Expression.DesignSurface.Tools.Assets.SystemThemeProvider.SystemThemeContentProvider> themeCache, Microsoft.Expression.DesignModel.Core.ThemeManager manager, Microsoft.Expression.DesignModel.Core.IProjectContext projectContext, Microsoft.Expression.Framework.Documents.DocumentReference theme, Microsoft.Expression.DesignModel.Metadata.IAssembly themeAssembly, string themeAssemblyPath, object resourceKey, out System.Collections.Generic.IList<Microsoft.Expression.DesignModel.DocumentModel.DocumentCompositeNode> auxillaryResources) + 0x161 bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.Tools.Assets.SystemThemeProvider.GetResourceFromAssemblyTheme(Microsoft.Expression.DesignModel.Core.IProjectContext projectContext, Microsoft.Expression.DesignModel.Metadata.IAssembly theme, string themeAssemblyPath, object resourceKey, out System.Collections.Generic.IList<Microsoft.Expression.DesignModel.DocumentModel.DocumentCompositeNode> auxillaryResources) + 0xec bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.Tools.Assets.SystemThemeProvider.GetResourceFromAssemblyCurrentThemeWithFallback(Microsoft.Expression.DesignModel.Core.IProjectContext projectContext, Microsoft.Expression.DesignModel.Metadata.IAssembly theme, string themeBasePath, object resourceKey, out System.Collections.Generic.IList<Microsoft.Expression.DesignModel.DocumentModel.DocumentCompositeNode> auxillaryResources) + 0x57 bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.SceneCommands.ReplaceStyleTemplateCommand.ResolveDefaultStyle(object defaultStyleKey, bool allowDefaultStyle, out Microsoft.Expression.DesignModel.DocumentModel.DocumentNode currentStyle = null, out bool isThemeStyle = false, out System.Collections.Generic.IList<Microsoft.Expression.DesignModel.DocumentModel.DocumentCompositeNode> auxillaryResources) + 0x3f8 bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.SceneCommands.ReplaceStyleTemplateCommand.ProvideCurrentStyle(Microsoft.Expression.DesignSurface.ViewModel.SceneElement targetElement, Microsoft.Expression.DesignModel.Metadata.IType targetType, Microsoft.Expression.DesignModel.Metadata.PropertyReference targetPropertyReference, bool allowDefaultStyle = true, out System.Collections.Generic.IList<Microsoft.Expression.DesignModel.DocumentModel.DocumentCompositeNode> auxillaryResources = null) + 0x376 bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.SceneCommands.EditCopyOfStyleCommand.IsEnabled.get() + 0x9a bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.SceneCommands.ControlStylingCommandBase.System.Windows.Input.ICommand.CanExecute(object arg) + 0x8 bytes    
     PresentationFramework.dll!MS.Internal.Commands.CommandHelpers.CanExecuteCommandSource(System.Windows.Input.ICommandSource commandSource) + 0x74 bytes    
     PresentationFramework.dll!System.Windows.Controls.MenuItem.UpdateCanExecute() + 0x45 bytes    
     PresentationFramework.dll!System.Windows.Controls.MenuItem.HookCommand(System.Windows.Input.ICommand command) + 0x57 bytes    
     PresentationFramework.dll!System.Windows.Controls.MenuItem.OnCommandChanged(System.Windows.Input.ICommand oldCommand, System.Windows.Input.ICommand newCommand) + 0x1f bytes    
     PresentationFramework.dll!System.Windows.Controls.MenuItem.OnCommandChanged(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e) + 0x6d bytes    
     WindowsBase.dll!System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) + 0x4a bytes    
     PresentationFramework.dll!System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) + 0x50 bytes    
     WindowsBase.dll!System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args) + 0x2c bytes    
     WindowsBase.dll!System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex = {System.Windows.EntryIndex}, System.Windows.DependencyProperty dp = {Command}, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry = {System.Windows.EffectiveValueEntry}, bool coerceWithDeferredReference, System.Windows.OperationType operationType) + 0x515 bytes    
     WindowsBase.dll!System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty dp, object value, System.Windows.PropertyMetadata metadata, bool coerceWithDeferredReference, System.Windows.OperationType operationType, bool isInternal) + 0x1eb bytes    
     WindowsBase.dll!System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty dp, object value) + 0x2e bytes    
     PresentationFramework.dll!System.Windows.Controls.MenuItem.Command.set(System.Windows.Input.ICommand value) + 0x24 bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.SceneCommands.SingleTargetDynamicMenuCommandBase.CreateMenuItem(string name, string id, System.Windows.Input.ICommand command = {Microsoft.Expression.DesignSurface.SceneCommands.EditCopyOfStyleWithTemplateCommand}) + 0x51 bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.SceneCommands.EditTemplatesListCommand.GeneratePropertyItems(Microsoft.Expression.DesignSurface.ViewModel.SceneElement targetElement, Microsoft.Expression.DesignModel.Metadata.ReferenceStep targetProperty = {GridViewDataControl.AlternateExpandableRowStyle}) + 0x1f0 bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.SceneCommands.ControlStylingPropertyListCommandBase.IsEnabled.get() + 0xaf bytes    
     Microsoft.Expression.Framework.dll!Microsoft.Expression.Framework.Commands.Command.GetProperty(string propertyName) + 0x30 bytes    
     Microsoft.Expression.Framework.dll!Microsoft.Expression.Framework.Commands.DynamicMenuCommand.GetProperty(string propertyName) + 0x4e bytes    
     Microsoft.Expression.Framework.dll!Microsoft.Expression.Framework.Commands.CommandTarget.GetCommandProperty(string commandName, string propertyName) + 0x1a bytes    
     Microsoft.Expression.Framework.dll!Microsoft.Expression.Framework.Commands.CommandService.GetCommandProperty(string commandName = "Edit_EditTemplates", string propertyName = "IsEnabled") + 0x29 bytes    
     Microsoft.Expression.Framework.dll!Microsoft.Expression.Framework.UserInterface.CommandBarButtonBase.UpdateEnabled() + 0x24 bytes    
     Microsoft.Expression.Framework.dll!Microsoft.Expression.Framework.UserInterface.CommandBarDynamicMenu.CommandBarDynamicMenu(Microsoft.Expression.Framework.Commands.ICommandService commandService, string command) + 0xb0 bytes    
     Microsoft.Expression.Framework.dll!Microsoft.Expression.Framework.UserInterface.CommandBarItemCollection.CreateDynamicMenu(string commandName = "Edit_EditTemplates") + 0x21 bytes    
     Microsoft.Expression.Framework.dll!Microsoft.Expression.Framework.UserInterface.CommandBarItemCollection.AddDynamicMenu(string commandName) + 0xe bytes    
     Microsoft.Expression.Framework.dll!Microsoft.Expression.Framework.UserInterface.CommandBarItemCollection.AddDynamicMenu(string commandName, string text = "E_dit Additional Templates") + 0x9 bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.UserInterface.ContextMenuHelper.CreateContextMenu(System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Expression.DesignSurface.ViewModel.SceneElement> selection = Count = 1, Microsoft.Expression.DesignSurface.ViewModel.SceneViewModel viewModel = {Microsoft.Expression.DesignSurface.ViewModel.SceneViewModel}, bool isOnArtboard) + 0x116b bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.UserInterface.ContextMenuHelper.InvokeContextMenu(System.Windows.UIElement scopeElement = {Microsoft.Expression.DesignSurface.UserInterface.SceneScrollViewer}, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Expression.DesignSurface.ViewModel.SceneElement> selection, Microsoft.Expression.DesignSurface.ViewModel.SceneViewModel sceneViewModel, System.Windows.Point contextMenuPosition) + 0x28 bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.UserInterface.ContextMenuHelper.InvokeContextMenu(System.Windows.UIElement scopeElement, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Expression.DesignSurface.ViewModel.SceneElement> selection, Microsoft.Expression.DesignSurface.ViewModel.SceneViewModel sceneViewModel, System.Windows.Point contextMenuPosition, Microsoft.Expression.DesignSurface.UserInterface.ContextMenuHelper.ContextMenuType menuType) + 0x33 bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.Tools.Selection.ElementEditorBehavior.DisplayContextMenu(System.Windows.Point pointerPosition, Microsoft.Expression.DesignSurface.UserInterface.ContextMenuHelper.ContextMenuType menuType) + 0x200 bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.Tools.Selection.ElementEditorBehavior.OnRightButtonDown(System.Windows.Point pointerPosition) + 0x3b bytes    
     Microsoft.Expression.DesignSurface.dll!Microsoft.Expression.DesignSurface.Tools.EventRouter.ScopeElement_MouseDown(object sender, System.Windows.Input.MouseButtonEventArgs args = {System.Windows.Input.MouseButtonEventArgs}) + 0x156 bytes    
     PresentationCore.dll!System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(System.Delegate genericHandler, object genericTarget) + 0x31 bytes    
     PresentationCore.dll!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, object target) + 0x27 bytes    
     PresentationCore.dll!System.Windows.RoutedEventHandlerInfo.InvokeHandler(object target, System.Windows.RoutedEventArgs routedEventArgs) + 0x3e bytes    
     PresentationCore.dll!System.Windows.EventRoute.InvokeHandlersImpl(object source = {Microsoft.Expression.DesignSurface.UserInterface.SilverlightArtboard}, System.Windows.RoutedEventArgs args = {System.Windows.Input.MouseButtonEventArgs}, bool reRaised = false) + 0x1bf bytes    
     PresentationCore.dll!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject sender = {Microsoft.Expression.DesignSurface.UserInterface.SilverlightArtboard}, System.Windows.RoutedEventArgs args = {System.Windows.Input.MouseButtonEventArgs}) + 0x79 bytes    
     PresentationCore.dll!System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs args = {System.Windows.Input.MouseButtonEventArgs}, bool trusted) + 0x35 bytes    
     PresentationCore.dll!System.Windows.Input.InputManager.ProcessStagingArea() + 0x311 bytes    
     PresentationCore.dll!System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs input) + 0x42 bytes    
     PresentationCore.dll!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport inputReport) + 0x62 bytes    
     PresentationCore.dll!System.Windows.Interop.HwndMouseInputProvider.ReportInput(System.IntPtr hwnd, System.Windows.Input.InputMode mode, int timestamp, System.Windows.Input.RawMouseActions actions, int x, int y, int wheel) + 0x2e2 bytes    
     PresentationCore.dll!System.Windows.Interop.HwndMouseInputProvider.FilterMessage(System.IntPtr hwnd = 133300, int msg = 516, System.IntPtr wParam = 2, System.IntPtr lParam = 12255749, ref bool handled = false) + 0x565 bytes    
     PresentationCore.dll!System.Windows.Interop.HwndSource.InputFilterMessage(System.IntPtr hwnd = 133300, int msg = 516, System.IntPtr wParam = 2, System.IntPtr lParam = 12255749, ref bool handled = false) + 0x75 bytes    
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd = 133300, int msg = 516, System.IntPtr wParam = 2, System.IntPtr lParam = 12255749, ref bool handled = false) + 0xbe bytes    
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x7a bytes    
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback = {Method = {System.Object DispatcherCallbackOperation(System.Object)}}, object args = {MS.Win32.HwndSubclass.DispatcherOperationCallbackParameter}, bool isSingleParameter = true) + 0x8a bytes    
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source = {System.Windows.Threading.Dispatcher}, System.Delegate callback, object args, bool isSingleParameter, System.Delegate catchHandler = null) + 0x4a bytes    
     WindowsBase.dll!System.Windows.Threading.Dispatcher.WrappedInvoke(System.Delegate callback, object args, bool isSingleParameter, System.Delegate catchHandler) + 0x44 bytes    
     WindowsBase.dll!System.Windows.Threading.Dispatcher.InvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, bool isSingleParameter) + 0x91 bytes    
     WindowsBase.dll!System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method, object arg) + 0x40 bytes    
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd = 133300, int msg = 516, System.IntPtr wParam = 2, System.IntPtr lParam = 12255749) + 0xdc bytes    
     [Native to Managed Transition]    
     [Managed to Native Transition]    
     WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame = {System.Windows.Threading.DispatcherFrame}) + 0xc7 bytes    
     WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame frame) + 0x49 bytes    
     WindowsBase.dll!System.Windows.Threading.Dispatcher.Run() + 0x4c bytes    
     PresentationFramework.dll!System.Windows.Application.RunDispatcher(object ignore) + 0x1e bytes    
     PresentationFramework.dll!System.Windows.Application.RunInternal(System.Windows.Window window) + 0x6f bytes    
     PresentationFramework.dll!System.Windows.Application.Run(System.Windows.Window window) + 0x26 bytes    
     PresentationFramework.dll!System.Windows.Application.Run() + 0x19 bytes    
     Microsoft.Expression.Framework.dll!Microsoft.Expression.Framework.ExpressionApplication.RunApplication() + 0x3e bytes    
     Microsoft.Expression.Blend.dll!Microsoft.Expression.Blend.BlendApplication.BlendApplication(Microsoft.Expression.Framework.UserInterface.SplashScreen splashScreen) + 0x1f bytes    
     Blend.exe!Microsoft.Expression.Application.Main(string[] args) + 0x257 bytes    


Any help would be greatly appreciated.

Regards,
Alex Shvedov
alex at majuda dot com

0
Alex Shvedov
Top achievements
Rank 1
answered on 30 Dec 2009, 09:59 PM
Answering my own question: after I installed .NET 4 beta 2, crashes disappeared.  Hey, you guys do wonderful controls, but why on earth can't you document their _prerequisites_, including design ones?

First I had to _guess_ that I need .NET WCF RIA services in order for your demos to run "out-of-the-box", now I _guessed_ that RadGridView is v.4-based.

It may well be ok to base the _design_-related things on some beta (beta 2 in this case), but for goodness sakes, _say_ it.

How about an appropriate message _before_ telerik install runs?  Otherwise some potential clients might choose something _instead_ the install...

Alex Shvedov
alex at majuda dot com

0
Hristo
Telerik team
answered on 04 Jan 2010, 12:48 PM
Hello Alex Shvedov,

Thank you for your kind words and suggestions. We'll definitely discuss internally the idea of adding such functionality to our installer.

All the best,
Hristo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Alex Shvedov
Top achievements
Rank 1
answered on 04 Jan 2010, 03:34 PM
> We'll definitely discuss internally the idea of adding such functionality to our installer.
Hristo, checking for dependencies is good, of course, now what about the crash per se?

Is there a set of prerequisites that allows styling RadGridView from within Blend v.3?

Thanks in advance.
0
Hristo
Telerik team
answered on 05 Jan 2010, 02:43 PM
Hello Alex Shvedov,

The initial Blend 3 crash was fixed right after the SP1 with the first latest internal build. After that we are not aware of any certain prerequisites to style the grid in Blend 3. Unfortunately there are some shortcomings to make the styling as smooth as possible but we are working on resolving them. Furthermore we are always happy to help our clients with all issues.

Sincerely yours,
Hristo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Marc Roussel
Top achievements
Rank 2
answered on 11 Jan 2010, 07:46 PM
Hello ?

Ok now what ? I still have this issue and I don't know what to do !
Can I get help please ?

Thank you
0
Hristo
Telerik team
answered on 12 Jan 2010, 03:13 PM
Hi Marc,

I believe you opened a support thread for the same issue and I would like to ask you to keep the discussion in a single thread in order to find the resolution faster.

Kind regards,
Hristo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Marc Roussel
Top achievements
Rank 2
answered on 12 Jan 2010, 03:14 PM
Yeah sorry I'm just a bit confused and it starts to be urgent
I wrote to the single thread.  I will not write in this one anymore.
Thank you
0
dave sanges
Top achievements
Rank 1
answered on 20 Jan 2010, 05:38 PM
I have the same problem with the trial , i installed the patch but it doesn't  work !  I can't install sl4 !

(Edited)
Never mind i resolved !
Tags
GridView
Asked by
Jens
Top achievements
Rank 1
Answers by
Kalin Milanov
Telerik team
Jens
Top achievements
Rank 1
Anan
Top achievements
Rank 1
Alex Shvedov
Top achievements
Rank 1
Hristo
Telerik team
Marc Roussel
Top achievements
Rank 2
dave sanges
Top achievements
Rank 1
Share this question
or