2011-02-16 98 views

回答

7
+0

由于市场传播。 ArgumentNullException未处理发生。没有可用的源代码,调用堆栈位置:System.ServiceMogel.dll!System.ServiceModel.AsyncResutl.End (System.IAsyncResult result)+ 0xa3bytes在Emulator上进行调试期间。可能是什么问题。再次感谢。 – ZIS 2011-02-17 06:54:24

2

CodePlex上有FakeGPS实用程序(只是一个cs文件)。

0

我只是硬编码的已知位置:

if (location == GeoCoordinate.Unknown) 
{ 
    // Use Palo Alto if we're running in the emulator. 
    location_string = "&latitude=37.47&longitude=-122.12"; 
} 
相关问题