【问题标题】:Cannot find type System.Windows.Media.AudioSink in module System.Windows.dll for windows 8在 Windows 8 的模块 System.Windows.dll 中找不到类型 System.Windows.Media.AudioSink
【发布时间】:2014-03-08 03:18:40
【问题描述】:

在我的 Windows 应用商店应用程序中,我收到错误消息:

Cannot find type System.Windows.Media.AudioSink in module System.Windows.dll

我尝试添加对它的引用,但在我的项目引用中找不到程序集列表。

我的系统:

  • 操作系统 - Windows 8.1
  • IDE - Visual Studio 2013

【问题讨论】:

    标签: windows-store-apps windows-8.1


    【解决方案1】:

    适用于 Windows 应用商店应用程序的 .NET Core 不包括所有 .NET 4.5(也不包括 4.5.1)。它是它的一个子集,这意味着并非所有类都包括在内。它也有一些特定的类。

    如果您想做音频,您应该查看 Microsoft 为此目的创建的 Getting Started with Audio and Video 教程。

    另外,将来您可能应该包括您使用的语言。可以使用多种语言(C#、C++/XAML、Javascript/HTML)创建 Windows 应用商店应用程序,了解这一点会有所帮助。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-09-01
      • 2018-11-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-01-04
      • 2018-04-03
      相关资源
      最近更新 更多