Skip to content

Instantly share code, notes, and snippets.

@visoft
Created September 16, 2010 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save visoft/582628 to your computer and use it in GitHub Desktop.
Save visoft/582628 to your computer and use it in GitHub Desktop.
The following code throws an exception: "Error HRESULT E_FAIL has been returned from a call to a COM component."
<telerik:RadWindow
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"
mc:Ignorable="d"
x:Class="Sample.UserControl1"
d:DesignWidth="640" d:DesignHeight="480">
<Grid x:Name="LayoutRoot"/>
</telerik:RadWindow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment