I've done this several times before, and it continues to work in my solutions that were created previously. Why can't Visual Studio seem to recognize the "Template" property in the setter of the style for CellValuePresenter in any new projects i create now? All seem to be the latest version of 14.2 etc. It even works within one project of a solution, but not the new project i just added to the very same solution! Included example that doesn't recognize it. Error states: "The member "Template"is not recognized or is not accessible". VS2012 throws the error, but runs fine. However, because TFS has gated checkins that require a build to complete successfully first, nobody can check in this code now. Quit VS and retried several times, and on a coworkers machine as well with no luck getting rid of this error.
CellValuePresenter derives from ValuePresenter which is defined in the InfragisticsWPF4.Editors.v14.2 assembly. That assembly isn't referenced by your project. When you add that reference then the designer error goes away.
That eliminated the design time error, but TFS refuses to build upon gated checkin because it cannot find Infragistics references. What do i have to do to let TFS find them and build my solution? It, of course, builds fine locally since i have IG WPF and Reporting installed, but how do i make TFS copy the needed DLLs over when it tries to do its build?
Hi Travis,
You can try to add a library with the dlls you need and point the references to point to this folder on your server. Does this solves the issue? If it is, you probably do not have the Infragistics package installed on your build server. You may have a look at the following thread for additional information on setting the paths in TFS: https://social.msdn.microsoft.com/Forums/vstudio/en-US/7878030f-a89b-4b7c-a8c5-acd7f475822e/my-first-ever-tfs-build-does-not-work-compilation-errors-third-party-assemblies-not-found?forum=tfsgeneral.
Hello,
I'm facing a similar problem. I've just started using Infragistics in my WPF project and the Automated build started failing due to Infragistics references missing. I installed Infragistics on the build server, but it still doesn't solve. everything is working fone on Dev machines.
Could you please let me know what is missing?
Release | x86 8 error(s), 47 warning(s)$xxxxxxxx - 8 error(s), 47 warning(s), View Log File E:\1\17\src\xxxxxxxx\Views\View1.xaml (2): The tag 'XamRibbonWindow' does not exist in XML namespace 'http://infragistics.com/Ribbon'. Line 2 Position 9. E:\1\17\src\xxxxxxxx\Views\View2.xaml (1): The tag 'XamRibbonWindow' does not exist in XML namespace 'http://infragistics.com/Ribbon'. Line 1 Position 27. E:\1\17\src\xxxxxxxx\Views\View3.xaml (2): The tag 'XamRibbonWindow' does not exist in XML namespace 'http://infragistics.com/Ribbon'. Line 2 Position 2. E:\1\17\src\xxxxxxxx\Views\View4.xaml (1): The tag 'XamRibbonWindow' does not exist in XML namespace 'http://infragistics.com/Ribbon'. Line 1 Position 27. E:\1\17\src\xxxxxxxx\Views\View5.xaml (1): The tag 'XamRibbonWindow' does not exist in XML namespace 'http://infragistics.com/Ribbon'. Line 1 Position 27. E:\1\17\src\xxxxxxxx\Views\View6.xaml (1): The tag 'XamRibbonWindow' does not exist in XML namespace 'http://infragistics.com/Ribbon'. Line 1 Position 27. E:\1\17\src\xxxxxxxx\Views\View6.xaml (1): The tag 'XamRibbonWindow' does not exist in XML namespace 'http://infragistics.com/Ribbon'. Line 1 Position 27. E:\1\17\src\xxxxxxxx\Views\View7.xaml (2): The tag 'XamRibbonWindow' does not exist in XML namespace 'http://infragistics.com/Ribbon'. Line 2 Position 6.
Hello Rituraj,Which is the version you are using? You can try cleaning and rebuilding the project for the installed references to be updated accordingly. Make sure the dlls are referenced from the GAC on the build server.Please let me know if you have any questions.