Hi
I can't drop the ribbon on a window in Blend 4
The Xaml doesn't get generated.
When I drop the Ribbon in Visual Studio, and open the Solution afterwards in Blend I got errors
"The name XamRibbon does not exist in the namespace "http://infragistics.com/Ribbon"
any hint whats going wrong ?
Here the whole xaml
<Window x:Class="MyApp.Runner.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Height="350" Width="525" xmlns:igRibbon="http://infragistics.com/Ribbon"> <Grid> <igRibbon:XamRibbon Height="144" Margin="167,106,56,0" Name="xamRibbon1" VerticalAlignment="Top"> <igRibbon:XamRibbon.ApplicationMenu> <igRibbon:ApplicationMenu /> </igRibbon:XamRibbon.ApplicationMenu> <igRibbon:XamRibbon.QuickAccessToolbar> <igRibbon:QuickAccessToolbar /> </igRibbon:XamRibbon.QuickAccessToolbar> </igRibbon:XamRibbon> </Grid></Window>
I also tried changing the name space to
<xmlns:igRibbon="clr-namespace:Infragistics.Windows.Ribbon;assembly=InfragisticsWPF4.Ribbon.v11.1">
but this doesn't work either :-(
In VisualStudio it works with both kinds of declaring the namespace
Any Help ??
So just to be clear, this is a VS 2010 project that targets the CLR4 framework? I've seen that sort of error when trying to use a CLR 4 specific assembly (which in our case would be prefixed with InfragisticsWPF4) in a CLR 3.5 or earlier project.
Normal 0 21 false false false DE X-NONE X-NONE MicrosoftInternetExplorer4
To be exact it is a .NET 4 Client Framework.
I changed it to .NET 4 Full Framework. Same result. Only works in Visual Studio
Also I can’t open the samples coming with infragistics.
I attached you a most easy smaple as zip
Can you reproduce the problem?
BTW my Blend version is:
4.0.205.25.0
Perhaps this is of any help.
Many thanks in advance
Oh indeed i think i kicked them off when trying something.
But in the other projects these references are still there and blend is still not working :-(
I also tried adding all IGWPF4 Assemblies to the project and doesn't worked :-(
can you send me a sample which is working on you machine with blend ?
Any More hints ?
I just added references to the project you attached and I can open the solution in Blend 4 (see image below). I'm using v4.0.20525.0. I attached your project with these references. Note I forgot to mention InfragisticsWPF4.Editors.v11.1.dll in my previous post.
Hmm doesn't work here.with the same blend version
11.1.20111.1002
BTW I Installed infragistics to a subfolder of my D:\ drive.
But some assemblies were placed in c:\program files(x86)\infragistics...
i'll try if this is an installation issue...
btw are there any new build of IG 11.1 ?
Got it.
When Installing the Infragistics Controls not to the System Drive makes problems.
I Installed the controls to D:\{DefaultPath} . even reinstalling didn't help.
Now i removed them again and installed on C:\{DefaultPath} now it works.
The problem could be caused that not all files were placed in D:\....
for example the Base Infragistics.WPF.v11.1.dll was placed in C:\{DefaultPath} and not in d:\{DefaultPath}
So it looks like a installer issue.
For me the issue is resolved. I can live with having it on C:\, also it seems to be a little buggy ;)
This is not a issue in installer. When choose custom path - the assemblies that are specific for WPF_LoB product are dropped in custom path, and the assemblies that are common for our WPF products(LoB and DV) are dropped always in C:\ProgramFiles[(x86)]\Infragistics.
I tried to install WPF product in D:\Infragistics for example and everything works fine with Blend.