为什么使用 .NET Micro Framework 4.0 时无法识别 ExtendedTimeZone?
书中的第一个示例(Expert .NET Micro Framework - 第二版)使用 Microsoft.SPOT.ExtendedTimeZone 来设置时区,但我在 Visual Studio 2008 中收到“无法解析符号'ExtendedTimeZone'”错误。
我已经安装了.NET 微框架 4.0 SDK。 我引用了 Microsoft.SPOT.Native.dll 和 Microsoft.SPOT.Hardware。 我正在“使用”Microsoft.SPOT 和 Microsoft.SPOT.Hardware。
我在这里缺少什么?
PS:Microsoft MSDN 告诉我该类在 NETMF 4.0 中可用: http:// msdn.microsoft.com/en-us/library/ee433569.aspx
First example in the book (Expert .NET Micro Framework - 2nd Edition) uses Microsoft.SPOT.ExtendedTimeZone to set the time zone, but I get a "Cannot resolve symbol 'ExtendedTimeZone'" error in Visual Studio 2008.
I've installed the .NET Micro Framework 4.0 SDK.
I referenced Microsoft.SPOT.Native.dll and Microsoft.SPOT.Hardware.
I'm "using" Microsoft.SPOT and Microsoft.SPOT.Hardware.
What am I missing here?
PS: Microsoft MSDN tells me the class is available in NETMF 4.0: http://msdn.microsoft.com/en-us/library/ee433569.aspx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 这篇文章
NETMF 文档有错误,如下所示
Microsoft.SPOT.ExtendedTimeZone.SetTimeZone() 在 3.0 版本后被删除
支持框架中的内在时间服务。 IE SNTP 内置
框架。
According to this post
The NETMF documentation is in error as
Microsoft.SPOT.ExtendedTimeZone.SetTimeZone() was dropped after version 3.0
in favor of an intrinsic time service in framework. I.E. SNTP is built into
the framework.