Which DLL has the Windows.Devices.Gelocation namespace?
问题 I'm using VS 2012 and I need to write code that uses the classes in the Windows.Devices.Gelocation namespace. I downloaded the sample program but it won't load in VS2012 as it requires VS 2013. And the documentation for the class does not indicate which DLL that namespace is in. Can someone tell me which DLL contains that namespace? Is it available in .NET 4 or do I have to use .NET 4.5? Edit My project is a console application which runs in the background as a Windows service. The searching