Folks I just tried
Install-Package Microsoft.AspNet.Odata and it worked System.Web.OData.Qurey got resolved. So please ignore and close this posting.
Hi,
I have Windows 10, VS2015. System.Web.OData.Qurey goes undefined. I have tried nuget, Add Reference and tried all possible combination of nuget and Add Reference based on the knowledge I gleaned off internet nothing worked. I do see that with VS2013 and VS2017 it is not an issue but no one talks about VS2015. If someone can tell me how to make this work in VS2015 I would be grateful.
Q1: What do I replace System.Web.OData.Query with?
Q2: What is the Reference I need to add?
Thanks
usingSystem;usingSystem.Web.OData.Query;namespaceConsoleApplication1{classProgramCS{staticvoidMain(string[] args){publicAllowedQueryOptions myAllowedQueryOptions;Console.WriteLine("Hello World");}}}