Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
950
Stop on Lc.exe
posted

 

I Try to perform then sample : Adding xamRibbon to Your Application

 

 

 

 

 

 

 

 

<

 

 

Window x:Class ="OdeVXamlRuban.MainWindow"

 

 

 

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

 

 

 

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

 

 

 

xmlns:igRibbon="http://infragistics.com/Ribbon"

Title

 

 

="MainWindow" Height="350" Width="525">

 

 

 

 

<Grid Name="layoutRoot">

 

 

 

 

<igRibbon:XamRibbon Name="xamRibbon1"VerticalAlignment="Top"></igRibbon:XamRibbon>

 

 

 

 

</Grid>

</

 

 

Window>

And I GET A InvalidOperationException : stop on Lc.Exe with the code -1

Thank you for Help   AnTHRIDE