Are there plans to support NAudio in a a Windows 8 Metro app? I cannot get NAudio to work in a Windows 8 Metro app with the Win8 consumer preview and Visual Studio 11 beta.
First, NAudio has a dependency on System.Windows.Forms.dll, and when I add that reference to my project it usually crashes Visual Studio 11.
Second, if I can add the reference to System.Windows.Forms.dll without crashing Visual Studio 11, I get a compiler error: "Cannot find type System.Resources.ResourceSet in module mscorlib.dll"
Comments: Metro is basically the same as WP7 and Silverlight. NAudio as far as I know accesses a number of Windows libraries, which isn't accessible in Metro (Which is why there isn't an NAudio library for Silverlight and WP7).
First, NAudio has a dependency on System.Windows.Forms.dll, and when I add that reference to my project it usually crashes Visual Studio 11.
Second, if I can add the reference to System.Windows.Forms.dll without crashing Visual Studio 11, I get a compiler error: "Cannot find type System.Resources.ResourceSet in module mscorlib.dll"
Comments: Metro is basically the same as WP7 and Silverlight. NAudio as far as I know accesses a number of Windows libraries, which isn't accessible in Metro (Which is why there isn't an NAudio library for Silverlight and WP7).