Hi,
I am trying to compile one of the projects (PerfTestPlugin) and I am getting the above error, All references are there on the project. Is there anything I am missing? I have tried compiling with different versions of the Framework (4.5, 4.51, 4.53 snf 4.6) and I have used both VS 2015 Community and VS 2017 Community to no avail. The full error is
Severity Code Description Project File Line Suppression State
Error CS1061 'IPage' does not contain a definition for 'Value' and no extension method 'Value' accepting a first argument of type 'IPage' could be found (are you missing a using directive or an assembly reference?) Matter.Legal.MatterCenter.PerfTestPlugins C:\proj\mc\tree\master\cloud\src\s\solution\AuthWebTestPlugin\KeyVaultHelper.cs 87 Active
Any suggestions would be appreciated.
Thank you