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

Parents
  • 54937
    Offline posted

    I haven't seen this before but perhaps during the install of the product you didn't accept when prompted about the fact that you must comply with the Microsoft Office UI Guidelines in order to use the Ribbon. You might try rerunning the install and ensuring that you accept this. You can read about the MS License requirement for using a Ribbon (ours or anyone elses) within your UI application here.

Reply Children
No Data