为什么使用 .NET Micro Framework 4.0 时无法识别 ExtendedTimeZone?

发布于 2024-09-06 10:19:21 字数 501 浏览 3 评论 0原文

书中的第一个示例(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忆依然 2024-09-13 10:19:21

根据 这篇文章

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文