I am using VS 2012 and I need to write code that uses classes in the Windows.Devices.Gelocation namespace. I downloaded the sample program, but it will not load in VS2012, since it requires VS 2013. And the documentation for the class does not indicate in which DLL this namespace is located.
Can someone tell me which dll contains this namespace? Is this available in .NET 4 or do I need to use .NET 4.5?
Edit
My project is a console application that runs in the background as a Windows service. The search I did indicates that I should target Windows 8 using the Windows tab of the link manager. But the Windows tab in the link manager in my project is missing, because it is not a Windows Store application. Is there a way to use this API from a desktop application?
c # dll visual-studio-2012 geolocation
Tony vitabile
source share