添加 Microsoft.WindowsMo​​bile.Status 时出现问题

发布于 2024-12-04 00:43:53 字数 588 浏览 0 评论 0原文

当我添加 Microsoft.WindowsMo​​bile.Status 时;参考和代码

private SystemState displayRotationState = new SystemState(SystemProperty.DisplayRotation);

我知道出了

Error   1   The type 'Microsoft.WindowsMobile.IApplicationLauncher' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.WindowsMobile, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.    C:\Projekti\Skladiscenje\Skladiscenje\Skladiscenje\CustomForms\NonFullscreenForm.cs 12  25  Skladiscenje

什么问题以及如何解决它?

when i add Microsoft.WindowsMobile.Status; reference and code

private SystemState displayRotationState = new SystemState(SystemProperty.DisplayRotation);

i get

Error   1   The type 'Microsoft.WindowsMobile.IApplicationLauncher' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.WindowsMobile, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.    C:\Projekti\Skladiscenje\Skladiscenje\Skladiscenje\CustomForms\NonFullscreenForm.cs 12  25  Skladiscenje

what is wrong and how to solve it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

橘虞初梦 2024-12-11 00:43:53

正如错误清楚地告诉您的那样,您还应该添加对程序集的引用:

Microsoft.WindowsMobile

执行此操作后,它应该可以工作,操作,至少编译:)

As the error clearly tells you, you should also add a reference to the assembly:

Microsoft.WindowsMobile

after you do this it should work, ops, compile at least :)

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