Help please! I am trying to integrate NetAdvantage CAB Extension into SCSF framework, and I keep getting this error when declaring a reference to UltraToolbarsManagerWorkspace
Error The type 'Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace`2<T0,T1>' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Practices.CompositeUI, Version=1.0.51205.0, Culture=neutral, PublicKeyToken=null'. C:\Ex\WindowsApplication1\WindowsApplication1\Form1.Designer.cs 57 87 WindowsApplication1
Error 2 The type 'Microsoft.Practices.CompositeUI.SmartParts.IWorkspace' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Practices.CompositeUI, Version=1.0.51205.0, Culture=neutral, PublicKeyToken=null'. C:\Ex\WindowsApplication1\WindowsApplication1\Form1.Designer.cs 57 87 WindowsApplication1
I even added all Infragistics' references to the projects but still can get this to work...?
Hi there,
I have the same problem at the moment. As soon as I find a solution I will post it here.
Regards and good luck (I am on a similar mission ),
Gerald
I got it running!
What did I do:
Now I am able to use i.e. IGFormShellApplication
All I have to do is to reference the included project.
I hope that helps. Regards,